From 82ee28cd652619a6ec45b9620953c2792b73e45d Mon Sep 17 00:00:00 2001 From: Pablo Reble Date: Wed, 19 Jul 2023 15:41:41 -0500 Subject: [PATCH] [SYCL][Graph] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf53ac0d3d2b6..97faaf897e552 100644 --- a/README.md +++ b/README.md @@ -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 |