File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
clang/test/dpct/query_api_mapping/Driver Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 573
573
574
574
// RUN: dpct --cuda-include-path="%cuda-path/include" --query-api-mapping=cuMipmappedArrayGetLevel | FileCheck %s -check-prefix=CUMIPMAPPEDARRAYGETLEVEL
575
575
// CUMIPMAPPEDARRAYGETLEVEL: CUDA API:
576
- // CUMIPMAPPEDARRAYGETLEVEL-NEXT: cuMipmappedArrayGetLevel(&level_arr/*CUarray* /, mmArray/*CUmipmappedArray*/, 1/*level */);
576
+ // CUMIPMAPPEDARRAYGETLEVEL-NEXT: cuMipmappedArrayGetLevel(&level_arr/*CUarray ** /, mmArray/*CUmipmappedArray*/, 1/*unsigned int */);
577
577
// CUMIPMAPPEDARRAYGETLEVEL-NEXT: Is migrated to (with the option --use-experimental-features=bindless_images):
578
578
// CUMIPMAPPEDARRAYGETLEVEL-NEXT: level_arr = mmArray->get_mip_level(1);
579
579
You can’t perform that action at this time.
0 commit comments