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 59fc837 commit be35755Copy full SHA for be35755
sycl/plugins/unified_runtime/ur/adapters/level_zero/event.hpp
@@ -57,7 +57,7 @@ const bool ReuseDiscardedEvents = [] {
57
58
const bool FilterEventWaitList = [] {
59
const char *Ret = std::getenv("SYCL_PI_LEVEL_ZERO_FILTER_EVENT_WAIT_LIST");
60
- const bool RetVal = Ret ? std::stoi(Ret) : 1;
+ const bool RetVal = Ret ? std::stoi(Ret) : 0;
61
return RetVal;
62
}();
63
0 commit comments