From 33f041b32f0deafa0eb73eee6b765a6682b8e239 Mon Sep 17 00:00:00 2001 From: "Plyakhin, Yury" Date: Wed, 24 Sep 2025 19:49:18 +0200 Subject: [PATCH] [SYCL][NFC][Doc] Minor cleanup in CompilerAndRuntimeDesign.md Remove mention of manifest, since it is not used in the current design, and soon will be removed from the codebase. --- sycl/doc/design/CompilerAndRuntimeDesign.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/doc/design/CompilerAndRuntimeDesign.md b/sycl/doc/design/CompilerAndRuntimeDesign.md index 01af23623ca2b..6913b3197b6d6 100644 --- a/sycl/doc/design/CompilerAndRuntimeDesign.md +++ b/sycl/doc/design/CompilerAndRuntimeDesign.md @@ -250,7 +250,7 @@ the filetable to get a new filetable: construct a wrapper object which embeds all those files. Note that the graph does not change when more rows (clusters) or columns -(e.g. a "manifest" file) are added to the table. + are added to the table. #### Enable SYCL offload