ispc 1.19.0
Implicit SPMD Program Compiler
ISPC is a compiler for a variant of the C programming language, with extensions for single program, multiple data 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.
- Outputs:
out
- Website: https://github.com/ispc/ispc
- Licenses: Modified BSD
- Package source: gnu/packages/c.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ispc 1.19.0
as follows:
guix install ispc@1.19.0
Or install the latest version:
guix install ispc
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.