Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reble authored Oct 26, 2023
1 parent 21f4ed8 commit 8739f34
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# SYCL Command Graph Extensions

This is the collaboration space for the oneAPI vendor Command Graph extension for SYCL2020. It provides an API for defining a graph of operations and their dependencies once and submitting this graph repeatedly for execution.
**This fork is mostly stale since the main development has been moved to the** [Intel staging area for llvm.org contributions](https://github.com/intel/llvm).

This fork has been the collaboration space for the oneAPI vendor Command Graph extension for SYCL2020 until September 2023.
SYCL Graph provides an API for defining a graph of operations and their dependencies once and submitting this graph repeatedly for execution.

### Specification

A draft of our Command Graph extension proposal can be found here:
[sycl_ext_oneapi_graph](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc).
[sycl_ext_oneapi_graph](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_graph.asciidoc).

### Implementation

Our current prototype implementation can be found here:
[https://github.com/reble/llvm/tree/sycl-graph-develop](https://github.com/reble/llvm/tree/sycl-graph-develop).
Our implementation can be found here:
[https://github.com/intel/llvm](https://github.com/intel/llvm).

#### Backends

Expand Down

0 comments on commit 8739f34

Please sign in to comment.