#
ispc
Here are 22 public repositories matching this topic...
pema99
commented
Mar 15, 2022
This program:
int main() {
int* a = 0;
int const * const b = (int const * const)a;
return 0;
}Compiles fine with gcc, but not with ispc. The error:
test.ispc:3:42: Error: syntax error, unexpected '*'.
int const * const b = (int const * const)a;However, this program:
int main() {
int* a = 0;
int coA 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
Mar 19, 2022 - Python
High-Performance Multiple-Backend Renderer Based on LuisaCompute
-
Updated
Mar 18, 2022 - C++
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
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