Skip to content

Commit 327369d

Browse files
committed
add last test
Signed-off-by: chenwei.sun <chenwei.sun@intel.com>
1 parent a53af0e commit 327369d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clang/examples/DPCT/Runtime/cudaGetDeviceProperties_v2.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
void test(int i) {
44
// Start
55
cudaDeviceProp *pd;
6-
cudaGetDeviceProperties_v2(pd, i /*int*/);
6+
cudaGetDeviceProperties_v2(pd /*cudaDeviceProp* */, i /*int*/);
77
// End
88
}

0 commit comments

Comments
 (0)