Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37041875
en ru br
ALT Linux repositórios
S:1.21.0-alt1

Group :: Desenvolvimento/C
RPM: ispc

 Principal   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

A versão atual: 1.21.0-alt1
Data da compilação: 11 setembro 2023, 09:25 ( 28.5 weeks ago )
Tamanho:: 13.10 Mb

Home page:   https://ispc.github.io/

Licença: BSD-3-Clause
Sumário: Intel Implicit SPMD Program Compiler
Descrição:

ispc is a compiler for a variant of the C programming language, with
extensions for "single program, multiple data" (SPMD) programming. Under the
SPMD model, the programmer writes a program that generally appears to be a
regular serial program, though the execution model is actually that a number
of program instances execute in parallel on the hardware.

ispc compiles a C-based SPMD programming language to run on the SIMD units of
CPUs and the Intel Xeon Phi architecture; it frequently provides a 3x or more
speedup on CPUs with 4-wide vector SSE units and 5x-6x on CPUs with 8-wide AVX
vector units, without any of the difficulty of writing intrinsics code.
Parallelization across multiple cores is also supported by ispc, making it
possible to write programs that achieve performance improvement that scales by
both number of cores and vector unit size.

Mantenedor currente: L.A. Kostis

Lista dos contribuidores

Lista dos rpms provida por esta srpm:

    ACL:
       
      projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
      mantenedor atual: Michael Shigorin
      mantenedor da tradução: Fernando Martini aka fmartini © 2009