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 8b6b2a6 commit 4d8e808Copy full SHA for 4d8e808
runtime/os_interface/linux/drm_memory_manager.cpp
@@ -35,7 +35,6 @@ DrmMemoryManager::DrmMemoryManager(gemCloseWorkerMode mode,
35
bool validateHostPtrMemory,
36
ExecutionEnvironment &executionEnvironment) : MemoryManager(executionEnvironment),
37
drm(executionEnvironment.osInterface->get()->getDrm()),
38
- pinBB(nullptr),
39
forcePinEnabled(forcePinAllowed),
40
validateHostPtrMemory(validateHostPtrMemory) {
41
supportsMultiStorageResources = false;
0 commit comments