Skip to content

Commit 788da5e

Browse files
committed
update 2
Signed-off-by: Chen, Sheng S <sheng.s.chen@intel.com>
1 parent 3d16902 commit 788da5e

File tree

1 file changed

+1
-1
lines changed
  • clang/test/dpct/query_api_mapping/Driver

1 file changed

+1
-1
lines changed

clang/test/dpct/query_api_mapping/Driver/test.cu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591

592592
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=cuTexRefGetArray | FileCheck %s -check-prefix=CUTEXREFGETARRAY
593593
// CUTEXREFGETARRAY: CUDA API:
594-
// CUTEXREFGETARRAY-NEXT: cuTexRefGetArray(phArray /*CUarray **/, hTexRef /*CUtexref*/);
594+
// CUTEXREFGETARRAY-NEXT: cuTexRefGetArray(&a/*CUarray **/, r/*CUtexref*/);
595595
// CUTEXREFGETARRAY-NEXT: Is migrated to (with the option --use-experimental-features=bindless_images):
596596
// CUTEXREFGETARRAY-NEXT: a = dpct::experimental::get_img_mem(r);
597597

0 commit comments

Comments
 (0)