|
Blender
V3.3
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN bool | device_hip_init () |
| Device * | device_hip_create (const DeviceInfo &info, Stats &stats, Profiler &profiler) |
| void | device_hip_info (vector< DeviceInfo > &devices) |
| string | device_hip_capabilities () |
| string device_hip_capabilities | ( | ) |
Definition at line 188 of file device/hip/device.cpp.
Referenced by Device::device_capabilities().
| Device* device_hip_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler | ||
| ) |
Definition at line 66 of file device/hip/device.cpp.
Referenced by Device::create().
| void device_hip_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 101 of file device/hip/device.cpp.
References count, DeviceInfo::denoisers, DeviceInfo::description, DEVICE_HIP, blender::compositor::devices, DeviceInfo::display_device, DeviceInfo::has_gpu_queue, DeviceInfo::has_nanovdb, DeviceInfo::has_peer_memory, DeviceInfo::id, DeviceInfo::num, result, string_printf(), DeviceInfo::type, VLOG_INFO, and void.
Referenced by Device::available_devices().
| CCL_NAMESPACE_BEGIN bool device_hip_init | ( | ) |
Definition at line 18 of file device/hip/device.cpp.
References initialized, NULL, result, VLOG_INFO, and VLOG_WARNING.
Referenced by Device::available_devices(), Device::create(), and Device::device_capabilities().