forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Graph] Implement graph enqueue for CUDA backend (#305)
* [SYCL][Graph] Implement graph enqueue for CUDA backend Implements urCommandBufferAppendKernelLaunchExp function to append kernel to a command buffer. Implements urCommandBufferAppendKernelLaunchExp function to enqueue a command buffer to a cuda stream. Enable all tests supported by the current state of the Cuda backend. * [SYCL][Graph] Refactors the code using helper to set Kernel params * [SYCL][Graph] Adds exception catching * [SYCL][Graph] Reformats paramaters of internal functions in PascalCase * [SYCL][Graph] Fixes command buffer enqueuing issue in multithreaded environment. Sets a ScopedContext before enqueuing command buffer. * [SYCL][Graph] Adds missing exception catch
- Loading branch information
1 parent
adaaaed
commit c46ec83
Showing
78 changed files
with
562 additions
and
245 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
Oops, something went wrong.