Searched refs:GetDeviceTotalMemory (Results 1 – 5 of 5) sorted by relevance
461 static bool GetDeviceTotalMemory(GpuDeviceHandle device, uint64* result);
460 if (GetDeviceTotalMemory(device, &total_memory)) { in CreateContext()1537 /* static */ bool GpuDriver::GetDeviceTotalMemory(CUdevice device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver
1085 (void)GpuDriver::GetDeviceTotalMemory(device_, &device_memory_size); in PopulateDeviceDescription()
922 (void)GpuDriver::GetDeviceTotalMemory(device_, &device_memory_size); in PopulateDeviceDescription()
1290 /* static */ bool GpuDriver::GetDeviceTotalMemory(hipDevice_t device, in GetDeviceTotalMemory() function in stream_executor::gpu::GpuDriver