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 55539ac commit cb5cb6eCopy full SHA for cb5cb6e
source/loader/layers/sanitizer/asan_interceptor.hpp
@@ -45,6 +45,9 @@ struct DeviceInfo {
45
std::queue<std::shared_ptr<AllocInfo>> Quarantine;
46
size_t QuarantineSize = 0;
47
48
+ // TODO: re-enable retaining and releasing device handles in DeviceInfo
49
+ // constructor/destructor. See PR
50
+ // https://github.com/oneapi-src/unified-runtime/pull/1883
51
explicit DeviceInfo(ur_device_handle_t Device) : Handle(Device) {}
52
53
ur_result_t allocShadowMemory(ur_context_handle_t Context);
0 commit comments