Searched defs:HostMemoryRegister (Results 1 – 5 of 5) sorted by relevance
72 bool HostMemoryRegister(void *mem, uint64 size) override { return true; } in HostMemoryRegister() function
80 bool HostMemoryRegister(void *mem, uint64 size) override { return true; } in HostMemoryRegister() function
532 bool GpuExecutor::HostMemoryRegister(void* location, uint64 size) { in HostMemoryRegister() function in stream_executor::gpu::GpuExecutor
435 bool GpuExecutor::HostMemoryRegister(void* location, uint64 size) { in HostMemoryRegister() function in stream_executor::gpu::GpuExecutor
552 bool StreamExecutor::HostMemoryRegister(void *location, uint64 size) { in HostMemoryRegister() function in stream_executor::StreamExecutor