forked from intel/pti-gpu
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes overlapping of kernels on device, fixes few data races in zeCol…
…lector (intel#57) * initial rev: GetHostTimer changes * fixes device kernel timestamps for none-immediate command list Signed-off-by: jfedorov <[email protected]> * improves dpc_gemm_multithreaded test Signed-off-by: jfedorov <[email protected]> * removes irrelevent "result" parameter at OnEnter.. call-backs Signed-off-by: jfedorov <[email protected]> * adds command_queue to its info map Signed-off-by: jfedorov <[email protected]> * completes the fix for ensuring no kernels overlaps on same device, finishes test for it, cleans up of ze collector and dpc_gemm_threaded test Signed-off-by: jfedorov <[email protected]> * protects with shared_mutext command_list_map_, dev_uuid_map_ in zeCollector, Signed-off-by: jfedorov <[email protected]> --------- Signed-off-by: jfedorov <[email protected]> Co-authored-by: Aswani, Mahesh <[email protected]>
- Loading branch information
Showing
6 changed files
with
670 additions
and
220 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.