Skip to content

Commit cb5cb6e

Browse files
aarongreigpbalcer
authored andcommitted
Add comment denoting change as a temporary fix.
1 parent 55539ac commit cb5cb6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/loader/layers/sanitizer/asan_interceptor.hpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ struct DeviceInfo {
4545
std::queue<std::shared_ptr<AllocInfo>> Quarantine;
4646
size_t QuarantineSize = 0;
4747

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
4851
explicit DeviceInfo(ur_device_handle_t Device) : Handle(Device) {}
4952

5053
ur_result_t allocShadowMemory(ur_context_handle_t Context);

0 commit comments

Comments
 (0)