forked from intel/llvm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Specify a modifiable graph as having device specific nodes
Modifies the API and definition of a command_graph to define a modifiable command_graph as having nodes targeting specific devices, rather than being device-agnostic. This change will allow a multi-device graph in the future by only removing some error conditions. To enable this, the explicit API has a `syclDevice` parameter introduced to `add()` for use as the device to process `cgf`. See #7 for discussion. Co-authored-by: Pablo Reble <[email protected]>
- Loading branch information
Showing
1 changed file
with
99 additions
and
25 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