[nvccWarnings] Fix warnings seen with dtests on nvcc path
[ROCm/clr commit: 0ac125e3db]
This commit is contained in:
committed by
Phaneendr-kumar Lanka
parent
3317761c7a
commit
033e2cde33
@@ -287,7 +287,7 @@ void runTest(int argc, char **argv)
|
||||
"SM %d.%d compute capabilities\n\n",
|
||||
deviceProp.multiProcessorCount, deviceProp.major, deviceProp.minor);
|
||||
|
||||
int version = (deviceProp.major * 0x10 + deviceProp.minor);
|
||||
|
||||
|
||||
unsigned int numThreads = 256;
|
||||
unsigned int numBlocks = 64;
|
||||
|
||||
Reference in New Issue
Block a user