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 8630fe2 commit 34dd515Copy full SHA for 34dd515
sycl/unittests/kernel-and-program/PersistentDeviceCodeCache.cpp
@@ -91,6 +91,8 @@ class PersistenDeviceCodeCache : public ::testing::Test {
91
return;
92
}
93
94
+ set_env("SYCL_CACHE_DIR", ".");
95
+
96
Mock = std::make_unique<unittest::PiMock>(Plt);
97
Dev = Plt.get_devices()[0];
98
Mock->redefine<detail::PiApiKind::piProgramGetInfo>(
0 commit comments