Skip to content

Commit

Permalink
[SYCL][Graph] Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
reble committed Jul 19, 2023
1 parent 902d4b8 commit 82ee28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ is something we are interested in expanding on.
| Using `handler::host_task` in a graph node | Not implemented - Assert: "getCGCopy() const: Assertion `false' failed." |
| Using `handler::fill` in a graph node | Implemented for USM, not implemented for buffer accessors - Exception: "CG type not implemented for command buffers" |
| Using `handler::memset` in a graph node | Not implemented - Exception: "CG type not implemented for command buffers" |
| Using `handler::prefech` in a graph node | Not implemented - Exception: "CG type not implemented for command buffers" |
| Using `handler::prefetch` in a graph node | Not implemented - Exception: "CG type not implemented for command buffers" |
| Using `handler::memadvise` in a graph node | Not implemented - Exception: "CG type not implemented for command buffers" |
| Using specialization constants in a graph node | Not implemented - Segmentation fault |
| Using reductions in a graph node | Not implemented - Segmentation fault |
Expand Down

0 comments on commit 82ee28c

Please sign in to comment.