Sha256: 21c29230c730068a7b5cb90d15a806e0fb7f954adc9c3b10d451b49efc05ee74
Contents?: true
Size: 185 Bytes
Versions: 3
Compression:
Stored size: 185 Bytes
Contents
// Set the cache size to maximal cudaDeviceSetCacheConfig(cudaFuncCachePreferL1); // Stop execution directly if there is no work to do if (<parallelism> <= 0) { return; }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
bones-compiler-1.6.0 | skeletons/GPU-CUDA/common/prologue.c |
bones-compiler-1.3.1 | skeletons/GPU-CUDA/common/prologue.c |
bones-compiler-1.1.0 | skeletons/GPU-CUDA/common/prologue.c |