Closed
Description
Describe the bug
sycl/test-e2e/ESIMD/api/functional/ctors/ctor_load_usm_fp_extra.cpp has been observed to fail in multiple PRs due to
# | ...\llvm\install\bin\clang-offload-wrapper: error: '...\AppData\Local\Temp\lit-tmp-36f_juo7\ctor_load_usm_fp_extra-167ca4_esimd_14.sym': Operation did not complete successfully because the file contains a virus or potentially unwanted software.
# | clang++: error: clang-offload-wrapper command failed with exit code 1 (use -v to see invocation)
This may be a system configuration issue, but until it has been addressed the test will be disabled on linux.
To reproduce
- Include a code snippet that is as short as possible
- Specify the command which should be used to compile the program
- Specify the command which should be used to launch the program
- Indicate what is wrong and what was expected
Environment
- OS: [e.g Windows/Linux]
- Target device and vendor: [e.g. Intel GPU]
- DPC++ version: [e.g. commit hash or output of
clang++ --version
] - Dependencies version: [e.g. the output of
sycl-ls --verbose
]
Additional context
No response