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 a53af0e commit 327369dCopy full SHA for 327369d
1 file changed
clang/examples/DPCT/Runtime/cudaGetDeviceProperties_v2.cu
@@ -3,6 +3,6 @@
3
void test(int i) {
4
// Start
5
cudaDeviceProp *pd;
6
- cudaGetDeviceProperties_v2(pd, i /*int*/);
+ cudaGetDeviceProperties_v2(pd /*cudaDeviceProp* */, i /*int*/);
7
// End
8
}
0 commit comments