| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Enabled CUDA 10. Added implementations for __cudaPushCallConfiguratio…
|
|
cuda 10; while assuring backwards compatibility for older cuda versions
|
|
Nvbits
|
|
|
|
|
|
__cudaPopCallConfiguration, neither of which are documented in the CUDA API but they preceed any cudaLaunchKernel() call and push the call configuration on a stack which is then popped when cudaLaunchKernel() is called. Currently the max stack size is 1, an assert will be triggered when this is violated.
|
|
Add a new config option to cap the max number of completed CTAs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix SM6_TITANX config to use pascal file
|
|
take account of shfl latency
|
|
Assortment of OpenCL fixes
|
|
v2: Adhere to alignment requirements.
v3: Small style fix.
Signed-off-by: Roy Spliet <[email protected]>
|
|
Signed-off-by: Roy Spliet <[email protected]>
|
|
Assumes everything is ok, even if it isn't. Allows for some Rodinia
benchmarks to fail slightly later.
v2: Use available case macros.
Signed-off-by: Roy Spliet <[email protected]>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added temp. solution to bypass function pointers
|
|
into dev-private
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Dev
|
|
|
|
|
|
|
|
|
|
into dev-private
|
|
|
|
Application of clang-format to make the code use standardized formatting.
|
|
|
|
|