#
ispc
Here are 17 public repositories matching this topic...
Intel SPMD Program Compiler
-
Updated
Mar 11, 2021 - LLVM
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
Mar 12, 2021 - 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++
This Repo is the assignments of Parallel Architecture
-
Updated
Oct 1, 2020 - C++
Rutgers University - ECE - Parallel and Distributed Computing - Project 1
-
Updated
Oct 18, 2018 - C++
-
Updated
Jun 5, 2018 - 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.
No.
Describe the solution you'd like
I'd like the source code to be automatically clang-formatted according to my settings anytime the code is compiled. That is, don't require me to use the contextual menu or keyboard shortcut to format the code. Just auto-format it; just like the code is auto-compiled too.
Well, ther