Skip to content

Commit 818d6c7

Browse files
joppermsommerlukas
andauthored
Update sycl/source/detail/kernel_bundle_impl.hpp
Co-authored-by: Lukas Sommer <[email protected]>
1 parent a7e5f57 commit 818d6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/source/detail/kernel_bundle_impl.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ class kernel_bundle_impl {
488488
}
489489

490490
if (Language == syclex::source_language::sycl_jit) {
491-
// Experimental: Build device images via the program manager.
491+
// Build device images via the program manager.
492492
// TODO: Support persistent caching.
493493

494494
const std::string &SourceStr = std::get<std::string>(this->Source);

0 commit comments

Comments
 (0)