Searched refs:HostMemoryUnregister (Results 1 – 8 of 8) sorted by relevance
81 bool HostMemoryUnregister(void *mem) override { return true; } in HostMemoryUnregister() function
73 bool HostMemoryUnregister(void *mem) override { return true; } in HostMemoryUnregister() function
214 virtual bool HostMemoryUnregister(void *mem) = 0;
586 bool StreamExecutor::HostMemoryUnregister(void *location) { in HostMemoryUnregister() function in stream_executor::StreamExecutor589 return implementation_->HostMemoryUnregister(location); in HostMemoryUnregister()
241 bool HostMemoryUnregister(void *location) SE_MUST_USE_RESULT;
118 bool HostMemoryUnregister(void* location) override;
451 bool GpuExecutor::HostMemoryUnregister(void* location) { in HostMemoryUnregister() function in stream_executor::gpu::GpuExecutor
570 bool GpuExecutor::HostMemoryUnregister(void* location) { in HostMemoryUnregister() function in stream_executor::gpu::GpuExecutor