You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this test has the following requirements // REQUIRES: opencl, level-zero, cpu, gpu, opencl-aot, ocloc, which can never be met due to the simultaneous opencl/level_zero and cpu/gpu requirements. Currently this test fails to build.
llvm-lit --param test-mode=build-only -a SpecConstants/2020/native_specialization_constant.cpp
llvm-lit: /home/llvm/sycl/test-e2e/lit.cfg.py:70: note: build-only test mode enabled, only compiling tests
llvm-lit: /home/llvm/sycl/test-e2e/lit.cfg.py:518: note: Targeted devices:
llvm-lit: /home/llvm/sycl/test-e2e/lit.cfg.py:698: note: Found pre-installed AOT device compiler ocloc
llvm-lit: /home/llvm/sycl/test-e2e/lit.cfg.py:698: note: Found pre-installed AOT device compiler opencl-aot
-- Testing: 1 tests, 1 workers --
FAIL: SYCL :: SpecConstants/2020/native_specialization_constant.cpp (1 of 1)
******************** TEST 'SYCL :: SpecConstants/2020/native_specialization_constant.cpp' FAILED ********************
Exit Code: 1
Command Output (stdout):
--
# RUN: at line 10
/home/build/bin/clang++ -Werror -fsycl -DJIT /home/llvm/sycl/test-e2e/SpecConstants/2020/native_specialization_constant.cpp -o /home/build/tools/sycl/test-e2e/SpecConstants/2020/Output/native_specialization_constant.cpp.tmp.out
# executed command: /home/build/bin/clang++ -Werror -fsycl -DJIT /home/llvm/sycl/test-e2e/SpecConstants/2020/native_specialization_constant.cpp -o /home/build/tools/sycl/test-e2e/SpecConstants/2020/Output/native_specialization_constant.cpp.tmp.out
# .---command stderr------------
# | /home/llvm/sycl/test-e2e/SpecConstants/2020/native_specialization_constant.cpp:32:13: error: no member named 'get_kernel_bundle' in namespace 'sycl'
# | 32 | sycl::get_kernel_bundle<sycl::bundle_state::input>(Q.get_context());
# | | ~~~~~~^
# | 1 error generated.
# `-----------------------------
# error: command failed with exit status: 1
--
********************
********************
Failed Tests (1):
SYCL :: SpecConstants/2020/native_specialization_constant.cpp
Testing Time: 1.85s
Total Discovered Tests: 1
Failed: 1 (100.00%)
To reproduce
Environment
OS: Linux
Target device and vendor: N/A (fails at compilation)
Describe the bug
this test has the following requirements
// REQUIRES: opencl, level-zero, cpu, gpu, opencl-aot, ocloc
, which can never be met due to the simultaneous opencl/level_zero and cpu/gpu requirements. Currently this test fails to build.To reproduce
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: