`Experimental/launch_queries/{max_work_group_size.cpp,max_work_item_sizes.cpp}` fail with undefined references in preview mode
Open
bug
confirmed
- Dominant language
- LLVM
- Stars
- 1.5k
- Forks
- 854
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 137
Description
```
$ llvm-lit Experimental/launch_queries/{max_work_group_size.cpp,max_work_item_sizes.cpp} --param test-preview-mode=True --param test-mode=build-only -v
...
FAIL: SYCL :: Experimental/launch_queries/max_work_item_sizes.cpp (1 of 2)
...
undefined reference to `sycl::_V1::detail::is_kernel_queue_specific_info_desc >::return_type sycl::_V1::kernel::ext_oneapi_get_info >(sycl::_V1::queue) const'
...
FAIL: SYCL :: Experimental/launch_queries/max_work_group_size.cpp (2 of 2)
...
undefined reference to `sycl::_V1::detail::is_kernel_queue_specific_info_desc::return_type sycl::_V1::kernel::ext_oneapi_get_info(sycl::_V1::queue) const'
```
Contributor guide
Assessment
This issue has not been assessed yet.