Skip to content

Commit

Permalink
[SYCL] Squash revision history and remove resolved issue
Browse files Browse the repository at this point in the history
For our first beta release we should just be at revision 1,
then  later updates to a merged spec can bump this when we
feel is appropriate.

This patch also removes the issue about whether executable
graph update is valuable to users, as we've found evidence of the equivalent
CUDA functionality in pytorch, tensorflow, and GROMACS. Removing this
open issue closes #8
  • Loading branch information
EwanC authored Mar 24, 2023
1 parent 9f6f8fb commit 28acfa8
Showing 1 changed file with 4 additions and 14 deletions.
18 changes: 4 additions & 14 deletions sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -1308,25 +1308,15 @@ some designs being considered.

**Outcome:** Designs under consideration

=== Executable Graph Update

Is there a ML usecase (e.g pytorch workload) which justifies the inclusion of
this feature in the extension.

**Outcome:** Unresolved

== Revision History

[cols="5,15,15,70"]
[grid="rows"]
[options="header"]
|========================================
|Rev|Date|Author|Changes
|1|2022-02-11|Pablo Reble|Initial public working draft
|2|2022-03-11|Pablo Reble|Incorporate feedback from PR
|3|2022-05-25|Pablo Reble|Extend API and Example
|4|2022-08-10|Pablo Reble|Adding USM shortcuts
|5|2022-10-21|Ewan Crawford|Merge in Codeplay vendor extension
|6|2022-11-14|Ewan Crawford|Change graph execution to be a function on the handler
|7|2022-12-15|Ewan Crawford|Change record & replay relationship between graph and queue.

|1|2023-03-23|Pablo Reble, Ewan Crawford, Ben Tracy, Julian Miller
|Initial public working draft

|========================================

0 comments on commit 28acfa8

Please sign in to comment.