We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e5f57 commit 818d6c7Copy full SHA for 818d6c7
sycl/source/detail/kernel_bundle_impl.hpp
@@ -488,7 +488,7 @@ class kernel_bundle_impl {
488
}
489
490
if (Language == syclex::source_language::sycl_jit) {
491
- // Experimental: Build device images via the program manager.
+ // Build device images via the program manager.
492
// TODO: Support persistent caching.
493
494
const std::string &SourceStr = std::get<std::string>(this->Source);
0 commit comments