Skip to content

Commit 57a5791

Browse files
[SYCLomatic]Skip nvshmem cases if depended headers are not available (#2856)
1 parent b8481df commit 57a5791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/dpct/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if not config.unsupported:
143143
"export nccl.h in CPATH.\n"
144144
skipped_cases.extend(get_skipped_cases_with_string("<nccl.h>"))
145145

146-
complete_process = run_sanity("nvshmem.cu")
146+
complete_process = run_sanity("nvshmem/library_setup_exit_query.cu")
147147
if "'nvshmem.h' file not found" in complete_process.stdout:
148148
err_message += "'nvshmem.h' header file not found in platform. " + \
149149
"Please make sure install the header file of nvshmem and " + \

0 commit comments

Comments
 (0)