Searched refs:GetDeviceTotalMemory (Results 1 – 5 of 5) sorted by relevance
533 static bool GetDeviceTotalMemory(GpuDeviceHandle device, uint64* result);
458 if (GetDeviceTotalMemory(device, &total_memory)) { in CreateContext()1544 /* static */ bool GpuDriver::GetDeviceTotalMemory(CUdevice device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver
1031 (void)GpuDriver::GetDeviceTotalMemory(device, &device_memory_size); in CreateDeviceDescription()
880 (void)GpuDriver::GetDeviceTotalMemory(device, &device_memory_size); in CreateDeviceDescription()
1242 /* static */ bool GpuDriver::GetDeviceTotalMemory(hipDevice_t device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver