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 2c56b94 commit 512d8cbCopy full SHA for 512d8cb
sycl/source/detail/queue_impl.hpp
@@ -757,7 +757,7 @@ class queue_impl {
757
758
bool nativeHostTaskHandling() {
759
return /*std::getenv("SYCL_ENABLE_USER_EVENTS_PATH") &&*/
760
- (MDevice->getBackend() == backend::ext_oneapi_level_zero);
+ (MDevice->getBackend() == backend::ext_oneapi_level_zero);
761
}
762
763
#ifndef __INTEL_PREVIEW_BREAKING_CHANGES
0 commit comments