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 b8481df commit 57a5791Copy full SHA for 57a5791
clang/test/dpct/lit.local.cfg
@@ -143,7 +143,7 @@ if not config.unsupported:
143
"export nccl.h in CPATH.\n"
144
skipped_cases.extend(get_skipped_cases_with_string("<nccl.h>"))
145
146
- complete_process = run_sanity("nvshmem.cu")
+ complete_process = run_sanity("nvshmem/library_setup_exit_query.cu")
147
if "'nvshmem.h' file not found" in complete_process.stdout:
148
err_message += "'nvshmem.h' header file not found in platform. " + \
149
"Please make sure install the header file of nvshmem and " + \
0 commit comments