#
ispc
Here are 26 public repositories matching this topic...
pbrubaker
commented
May 11, 2022
varying float<3> col = { 0, 0, 0 };
uniform float <3> reduce_col;
reduce_col.x = reduce_add( col.x );
reduce_col.y = reduce_add( col.y );
reduce_col.z = reduce_add( col.z );
reduce_col.w = reduce_add( col.w );
This currently does not produce an error. I expect attempting to access the w component of a three component type to be an error.
A code generator for array-based code on CPUs and GPUs
python
performance
code-generator
opencl
array
cuda
scan
reduction
scientific-computing
prefix-sum
code-generation
performance-analysis
multidimensional-arrays
code-optimization
code-transformation
loop-optimization
ispc
-
Updated
Jul 7, 2022 - Python
Easy-to-implement n-body simulation kernels created using Intel's ispc and llvm/clang
-
Updated
Mar 21, 2017 - C++
A comprehensive Visual Studio MSBuild integration of the Intel SPMD Compiler (ISPC), Premake support and a collection of ISPC tests and demos
-
Updated
Dec 26, 2020 - C++
-
Updated
Jun 5, 2018 - C
a5g3-a5g3 created by GitHub Classroom
-
Updated
Jun 22, 2022 - Python
Rutgers University - ECE - Parallel and Distributed Computing - Project 1
-
Updated
Oct 18, 2018 - C++
Development of semester project which analyzes the performance of portable vector extensions with application to reaction diffusion systems.
-
Updated
Jun 18, 2021 - C++
Optimization of Multiple Light Sources in Scenes (VI2 assignment)
-
Updated
Sep 12, 2021 - C++
This Repo is the assignments of Parallel Architecture
-
Updated
Sep 6, 2021 - C++
Improve this page
Add a description, image, and links to the ispc topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ispc topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe
Very often, with working with conformance view, I work with different versions of the same compiler, all options are the same. Or I work with different C++ standards, with the same compiler and the same options (exception for this one). Or...
Right now, to add a new compiler in the conformance view, I have to start from an empty