-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Version
4.0.0
What behaviour are you expecting?
running a debug version sycl app with OCK, using https://github.com/intel/llvm
What actual behaviour are you seeing?
...
What steps are required to reproduce the bug?
https://github.com/intel/llvm/blob/sycl/sycl/test/native_cpu/vector-add.cpp
clang++ -g -fsycl -fsycl-targets=spir64 -fuse-ld=lld \
vector-add.cpp -o main
./main
report
terminate called after throwing an instance of 'sycl::_V1::exception'
what(): The program was built for 1 devices
Build program log for 'device':
error: OpExtension SPV_KHR_non_semantic_info not supported by device
Aborted
need supporting spirv SPV_KHR_non_semantic_info
in OCK
Minimal test case
No response
Anything else we should know?
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working