We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f9532d commit 0b1ce02Copy full SHA for 0b1ce02
Book_BJ/Chap6/6_2_DeviceQuery/6_2.cu
@@ -19,7 +19,7 @@ void main(void) {
19
, i, devProp.name);
20
printf("\tCompute capability: %d.%d\n"
21
, devProp.major, devProp.minor);
22
- printf("\tThe number of steraming multiprocesors: %d\n"
+ printf("\tThe number of streaming multiprocessors: %d\n"
23
, devProp.multiProcessorCount);
24
printf("\tThe number of CUDA cores: %d\n"
25
, _ConvertSMVer2Cores(devProp.major, devProp.minor)
0 commit comments