Skip to content

Commit

Permalink
debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Tan committed Mar 15, 2018
1 parent 2b1c504 commit bb1d9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 7_device_information/device_information.cu
Original file line number Diff line number Diff line change
Expand Up @@ -84,5 +84,5 @@ int main(int argc,char** argv)
printf("Maximum number of warps per multiprocessor: %d\n",
deviceProp.maxThreadsPerMultiProcessor/32);
return EXIT_SUCCESS;
exit(EXIT_SUCCESS);

}

0 comments on commit bb1d9ed

Please sign in to comment.