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 cacc769 commit 8309920Copy full SHA for 8309920
source/loader/layers/sanitizer/asan_interceptor.hpp
@@ -291,6 +291,7 @@ class SanitizerInterceptor {
291
std::shared_ptr<DeviceInfo> &DeviceInfo);
292
293
private:
294
+ // m_Options may be used in other places, place it at the top
295
AsanOptions m_Options;
296
std::unordered_map<ur_context_handle_t, std::shared_ptr<ContextInfo>>
297
m_ContextMap;
0 commit comments