Daniel Skrobot
Daniel Skrobot
According to [5.8.1. Kernel attributes](https://registry.khronos.org/SYCL/specs/sycl-2020/html/sycl-2020.html#sec:kernel.attributes), kernel attributes can only be applied to SYCL kernel functions, but not to a regular device functions. Based on this information, this pull request introduces...
The reason for this change is to avoid confusing when diagnostic is issued for functors that are defined but not used.
This change reverts https://github.com/intel/llvm/pull/12003/commits/8cc6e9ecc195276c7ca162e965abbed22f5b38e1 and addresses warnings generated by the SYCL headers as a result.
### Describe the bug The following test fails only on PVC T1: `Plugin/level_zero_ext_intel_queue_index.cpp` `Plugin/level_zero_ext_intel_cslice.cpp` ### To reproduce Failure can be reproduced on PVC 1T if the XFAIL: arch-intel_gpu_pvc marker is...
This PR updates cmake configuration option based on this warning. ``` -- Detecting CXX compile features - done CMake Warning at CMakeLists.txt:198 (message): Using LLVM_ENABLE_PROJECTS=compiler-rt is deprecated now, and will...
This PR removes `std::runtime_error` that dimensionality of cluster, global and local ranges must be same. I don't think that this should be restriction. I can't find anything in https://docs.nvidia.com/cuda/cuda-c-programming-guide/#thread-block-clusters Here...