Skip to content

Commit eb9108d

Browse files
Skip nvshmem cases when headers are not available
1 parent 7fc89af commit eb9108d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)