Fábio Mestre
Fábio Mestre
- Adds support for the BLAS level 1 sdsdot api (sycnhronous and asynchronous versions). - Adds a unit test for sdsot
https://github.com/intel/llvm/pull/9944 introduced a hack in the OpenCL PI plugin which maps PI_EVENT_QUEUED to PI_EVENT_SUBMITTED. This hack is problematic because it will make SYCL-RT assume that an event has been flushed...
These tests had been disabled as part of https://github.com/intel/llvm/issues/12344 due to the windows level-zero drivers being out of date on CI. This PR re-enables the disabled tests since the driver...
The warning mechanism that currently exists in Unified Runtime is ambiguous and not very intuitive. This is the current state (for adapters that use this functionality): - The entrypoint that...
Work in progress. Waiting for the new level-zero entrypoint to work before continuing.
While trying to run asan on a graph e2e test, I found an issue that seems to be related to the v2 version of the level-zero adapter. There is a...
- Replaces the signalEvent and the user output event in the command-buffer implementation with counter-based events. - Removes the reset-all command-list when the graph is linear TODO: - The waitEvent...
Adds an e2e test that checks that launching a kernel using level-zero native handles in a graph's host_task works as expected.
The command-buffer binary update implementation wasn't handling passing nullptr to hNewKernel properly. This PR fixes this issue. intel/llvm PR: https://github.com/intel/llvm/pull/15569