Lorenc Bushi
Lorenc Bushi
This PR fixes a device assertion bug on Windows where the assertion message and information are not printed when an assertion is triggered. Also re-enabled some tests failing because of...
### Describe the bug The E2E test Scheduler/ReleaseResources.cpp is marked as XFAIL on hip_nvidia platform. This issue is to make sure we have a tracker for it so that it...
### Describe the bug The E2E test Tracing/buffer_printers.cpp is marked as XFAIL on hip_nvidia platform. This issue is to make sure we have a tracker for it so that it...
### Describe the bug The E2E test `Scheduler/MemObjRemapping.cpp` is marked as XFAIL on hip_nvidia platform. This issue is to make sure we have a tracker for it so that it...
### Describe the bug The E2E test `Scheduler/InOrderQueueDeps.cpp` is marked as XFAIL on hip_nvidia platform. This issue is to make sure we have a tracker for it so that it...
### Describe the bug The E2E test Scheduler/MemObjRemapping.cpp is marked as XFAIL on hip_nvidia platform. This issue is to make sure we have a tracker for it so that it...
This PR adds separate compilation support for free function kernels.
Add several tests for the free function kernel extension as per the test plan: https://github.com/intel/llvm/blob/sycl/sycl/test-e2e/FreeFunctionKernels/test-plan.md
Implement the new enqueue functions for free function kernels that were added in #19995