Searched refs:DeviceAllocate (Results 1 – 5 of 5) sorted by relevance
102 static void* DeviceAllocate(GpuContext* context, uint64 bytes);
427 return DeviceMemoryBase(GpuDriver::DeviceAllocate(context_, size), size); in Allocate()
601 /* static */ void* GpuDriver::DeviceAllocate(GpuContext* context, in DeviceAllocate() function in stream_executor::gpu::GpuDriver
519 return DeviceMemoryBase(GpuDriver::DeviceAllocate(context_, size), size); in Allocate()
777 /* static */ void* GpuDriver::DeviceAllocate(GpuContext* context, in DeviceAllocate() function in stream_executor::gpu::GpuDriver