mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-05 11:45:56 +01:00
More info dump on error from CUDA
This commit is contained in:
parent
fe700a183a
commit
275c1c920f
@ -101,7 +101,9 @@ void LambdaApplySIMT(uint64_t Isites, uint64_t Osites, lambda Lambda)
|
||||
cudaDeviceSynchronize(); \
|
||||
cudaError err = cudaGetLastError(); \
|
||||
if ( cudaSuccess != err ) { \
|
||||
printf("Cuda error %s\n",cudaGetErrorString( err )); \
|
||||
printf("Cuda error %s \n", cudaGetErrorString( err )); \
|
||||
puts(__FILE__); \
|
||||
printf("Line %d\n",__LINE__); \
|
||||
exit(0); \
|
||||
} \
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user