[nvccWarnings] Fix warnings seen with dtests on nvcc path

This commit is contained in:
Phaneendr-kumar Lanka
2017-12-13 12:32:16 +05:30
committato da Phaneendr-kumar Lanka
parent f485e8433d
commit 0ac125e3db
11 ha cambiato i file con 12 aggiunte e 21 eliminazioni
@@ -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;