From 28acfa82f71262416d5d41f4928ca70fc516846f Mon Sep 17 00:00:00 2001 From: Ewan Crawford Date: Fri, 24 Mar 2023 08:29:09 +0000 Subject: [PATCH] [SYCL] Squash revision history and remove resolved issue 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 https://github.com/reble/llvm/issues/8 --- .../proposed/sycl_ext_oneapi_graph.asciidoc | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc b/sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc index af5c0feeeb0cf..aec359ec925ec 100644 --- a/sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc +++ b/sycl/doc/extensions/proposed/sycl_ext_oneapi_graph.asciidoc @@ -1308,13 +1308,6 @@ 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"] @@ -1322,11 +1315,8 @@ this feature in the extension. [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 + |========================================