We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The test was marked XFAIL for opencl in #13543. While is test is expectingly failing on opencl::gpu, it is passing on opencl:fpga.
Failed run: https://github.com/intel/llvm/actions/runs/8903798210/job/24452455508?pr=13611
XPASS: SYCL :: Basic/kernel_info.cpp (271 of 2020) ******************** TEST 'SYCL :: Basic/kernel_info.cpp' FAILED ******************** Exit Code: 0 Command Output (stdout): -- # RUN: at line 1 /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/kernel_info.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/kernel_info.cpp.tmp.out # executed command: /__w/llvm/llvm/toolchain/bin//clang++ -fsycl -fsycl-targets=spir64 /__w/llvm/llvm/llvm/sycl/test-e2e/Basic/kernel_info.cpp -o /__w/llvm/llvm/build-e2e/Basic/Output/kernel_info.cpp.tmp.out # note: command had no output on stdout or stderr # RUN: at line 2 env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/Basic/Output/kernel_info.cpp.tmp.out # executed command: env ONEAPI_DEVICE_SELECTOR=opencl:fpga /__w/llvm/llvm/build-e2e/Basic/Output/kernel_info.cpp.tmp.out # note: command had no output on stdout or stderr
DPC++ version: 2dae6cb
sycl-ls --verbose
Platforms: 4 Platform [#1]: Version : OpenCL 3.0 Name : Intel(R) OpenCL Graphics Vendor : Intel(R) Corporation Devices : 1 Device [#0]: Type : gpu Version : OpenCL 3.0 NEO Name : Intel(R) Iris(R) Xe Graphics Vendor : Intel(R) Corporation Driver : 24.13.29138.7 Aspects : gpu fp16 online_compiler online_linker queue_profiling usm_device_allocations usm_host_allocations usm_shared_allocations atomic64 ext_intel_device_info_uuid ext_oneapi_srgb ext_intel_device_id ext_intel_legacy_image ext_intel_esimd ext_oneapi_ballot_group ext_oneapi_fixed_size_group ext_oneapi_opportunistic_group ext_oneapi_tangle_group ext_oneapi_private_alloca info::device::sub_group_sizes: 8 16 32 Platform [#2]: Version : OpenCL 3.0 LINUX Name : Intel(R) OpenCL Vendor : Intel(R) Corporation Devices : 1 Device [#1]: Type : cpu Version : OpenCL 3.0 (Build 0) Name : 11th Gen Intel(R) Core(TM) i7-1165G7 @ 2.80GHz Vendor : Intel(R) Corporation Driver : 2024.17.3.0.09_160000 Aspects : cpu fp16 fp64 online_compiler online_linker queue_profiling usm_device_allocations usm_host_allocations usm_shared_allocations usm_system_allocations usm_atomic_host_allocations usm_atomic_shared_allocations atomic64 ext_oneapi_srgb ext_oneapi_native_assert ext_intel_legacy_image ext_oneapi_ballot_group ext_oneapi_fixed_size_group ext_oneapi_opportunistic_group ext_oneapi_tangle_group ext_oneapi_private_alloca info::device::sub_group_sizes: 4 8 16 32 64 Platform [#3]: Version : OpenCL 1.2 Intel(R) FPGA SDK for OpenCL(TM), Version 20.3 Name : Intel(R) FPGA Emulation Platform for OpenCL(TM) Vendor : Intel(R) Corporation Devices : 1 Device [#2]: Type : fpga Version : OpenCL 1.2 Name : Intel(R) FPGA Emulation Device Vendor : Intel(R) Corporation Driver : 2024.17.3.0.09_160000 Aspects : accelerator fp64 online_compiler online_linker queue_profiling usm_device_allocations usm_host_allocations usm_shared_allocations usm_atomic_host_allocations usm_atomic_shared_allocations ext_oneapi_srgb ext_oneapi_ballot_group ext_oneapi_fixed_size_group ext_oneapi_opportunistic_group ext_oneapi_tangle_group ext_intel_fpga_task_sequence ext_oneapi_private_alloca info::device::sub_group_sizes: 4 8 16 32 64 Platform [#4]: Version : 1.3 Name : Intel(R) Level-Zero Vendor : Intel(R) Corporation Devices : 1 Device [#0]: Type : gpu Version : 1.3 Name : Intel(R) Iris(R) Xe Graphics Vendor : Intel(R) Corporation Driver : 1.3.29138 Aspects : gpu fp16 online_compiler online_linker queue_profiling usm_device_allocations usm_host_allocations usm_shared_allocations ext_intel_pci_address ext_intel_gpu_eu_count ext_intel_gpu_eu_simd_width ext_intel_gpu_slices ext_intel_gpu_subslices_per_slice ext_intel_gpu_eu_count_per_subslice atomic64 ext_intel_device_info_uuid ext_intel_gpu_hw_threads_per_eu ext_intel_device_id ext_intel_memory_clock_rate ext_intel_memory_bus_width ext_intel_legacy_image ext_oneapi_bindless_images ext_oneapi_bindless_images_shared_usm ext_oneapi_bindless_images_2d_usm ext_oneapi_mipmap ext_oneapi_mipmap_anisotropy ext_intel_esimd ext_oneapi_ballot_group ext_oneapi_fixed_size_group ext_oneapi_opportunistic_group ext_oneapi_tangle_group ext_oneapi_limited_graph ext_oneapi_private_alloca info::device::sub_group_sizes: 8 16 32
No response
The text was updated successfully, but these errors were encountered:
@sarnex FYI
Sorry, something went wrong.
Thanks, will fix immediately.
[SYCL][E2E] Fix XPASS in kernel_info.cpp on FPGA (#13626)
d0b2432
Closes: #13615 Signed-off-by: Sarnie, Nick <[email protected]>
sarnex
Successfully merging a pull request may close this issue.
Describe the bug
The test was marked XFAIL for opencl in #13543. While is test is expectingly failing on opencl::gpu, it is passing on opencl:fpga.
Failed run: https://github.com/intel/llvm/actions/runs/8903798210/job/24452455508?pr=13611
To reproduce
DPC++ version: 2dae6cb
Environment
sycl-ls --verbose
Additional context
No response
The text was updated successfully, but these errors were encountered: