We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f4965f commit 0aa0bc6Copy full SHA for 0aa0bc6
sycl/source/detail/adapter.hpp
@@ -47,7 +47,6 @@ class Adapter {
47
48
Adapter(ur_adapter_handle_t adapter, backend UseBackend)
49
: MAdapter(adapter), MBackend(UseBackend),
50
- TracingMutex(std::make_shared<std::mutex>()),
51
MAdapterMutex(std::make_shared<std::mutex>()) {
52
53
#ifdef _WIN32
@@ -212,7 +211,6 @@ class Adapter {
212
211
private:
213
ur_adapter_handle_t MAdapter;
214
backend MBackend;
215
- std::shared_ptr<std::mutex> TracingMutex;
216
// Mutex to guard UrPlatforms and LastDeviceIds.
217
// Note that this is a temporary solution until we implement the global
218
// Device/Platform cache later.
0 commit comments