Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add following eligible unified runtime ops for drawing flow in traced…
… JSON file (#1024) Summary: Intel GPU toolchain is using the unified runtime for now. As the profiling tools XPTI, it should be compatible with the unified runtime and previous SYCL runtime, so this PR adds the following eligible unified runtime ops for drawing flow in traced JSON file when using unified runtime. ``` urEnqueueUSMFill urEnqueueUSMFill2D urEnqueueUSMMemcpy urEnqueueUSMMemcpy2D urEnqueueKernelLaunch urEnqueueKernelLaunchCustomExp urEnqueueCooperativeKernelLaunchExp ``` Pull Request resolved: #1024 Reviewed By: aaronenyeshi Differential Revision: D68457492 Pulled By: sraikund16 fbshipit-source-id: fae9357c9c8c8b3793dbeb0104c72787127db3b0
- Loading branch information