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 3d16902 commit 788da5eCopy full SHA for 788da5e
clang/test/dpct/query_api_mapping/Driver/test.cu
@@ -591,7 +591,7 @@
591
592
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=cuTexRefGetArray | FileCheck %s -check-prefix=CUTEXREFGETARRAY
593
// CUTEXREFGETARRAY: CUDA API:
594
-// CUTEXREFGETARRAY-NEXT: cuTexRefGetArray(phArray /*CUarray **/, hTexRef /*CUtexref*/);
+// CUTEXREFGETARRAY-NEXT: cuTexRefGetArray(&a/*CUarray **/, r/*CUtexref*/);
595
// CUTEXREFGETARRAY-NEXT: Is migrated to (with the option --use-experimental-features=bindless_images):
596
// CUTEXREFGETARRAY-NEXT: a = dpct::experimental::get_img_mem(r);
597
0 commit comments