Install latest/stable of ispc

Ubuntu 16.04 or later?

Make sure snap support is enabled in your Desktop store.


Install using the command line

sudo snap install ispc

Don't have snapd? Get set up for snaps.

Channel Version Published

Compiler for high-performance SIMD programming on the CPU and GPU

The Intel® Implicit SPMD Program Compiler (Intel® ISPC) is a compiler for writing SPMD (single program multiple data) programs to run on the CPU and GPU. The SPMD programming approach is widely known to graphics and GPGPU programmers. The main idea behind SPMD is that one writes programs as if they were operating on a single data element (a pixel for a pixel shader, for example), but then the underlying hardware and runtime system executes multiple invocations of the program in parallel with different inputs (the values for different pixels, for example).

Details for ispc

License
  • BSD-3-Clause

Last updated
  • 16 February 2024 - latest/stable
  • 1 April 2024 - latest/edge

Websites

Contact

Source code

Report a bug

Share this snap

Generate an embeddable card to be shared on external websites.


Install ispc on your Linux distribution

Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.


Where people are using ispc

Users by distribution (log)

Ubuntu 22.04
Ubuntu 20.04
Ubuntu 18.04
Ubuntu 23.10
Debian 12

Is there a problem with ispc? Report this app