Artur Gainullin

Results 16 issues of Artur Gainullin

This PR includes: * Changes in the program manager methods to be able to properly create/build UR program for multiple devices. So far, we were mostly using only the first...

This PR includes: * Changes in the program manager methods to be able to properly create/build UR program for multiple devices. So far, we were mostly using only the first...

Currently profiling for host tasks is always enabled. Track profiling info only if the submitted queue (where host task is submitted) has profiling enabled.

Currently for command buffers we set submission time equal to start time if the recorded submit time is greater than the start time. This is needed because the submission time...

### Describe the bug Currently there is some workaround: ``` auto Result = getAdapter()->call_nocheck( Device, DeviceTime, HostTime); if (Result == UR_RESULT_ERROR_INVALID_OPERATION) { // NOTE(UR port): Removed the call to GetLastError...

bug
confirmed