|
Blender V4.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, bool headless) |
| void | device_hip_info (vector< DeviceInfo > &devices) |
| string | device_hip_capabilities () |
| string device_hip_capabilities | ( | ) |
Definition at line 229 of file device/hip/device.cpp.
References count.
Referenced by Device::device_capabilities().
| Device * device_hip_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | headless ) |
Definition at line 73 of file device/hip/device.cpp.
References LOG, and DeviceInfo::use_hardware_raytracing.
Referenced by Device::create().
| void device_hip_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 116 of file device/hip/device.cpp.
References count, DENOISER_OPENIMAGEDENOISE, DeviceInfo::denoisers, denoiserTypeToHumanReadable(), DeviceInfo::description, DEVICE_HIP, DeviceInfo::display_device, DeviceInfo::has_gpu_queue, DeviceInfo::has_mnee, DeviceInfo::has_nanovdb, DeviceInfo::has_peer_memory, DeviceInfo::id, DeviceInfo::num, string_printf(), DeviceInfo::type, DeviceInfo::use_hardware_raytracing, and VLOG_INFO.
Referenced by Device::available_devices().
| CCL_NAMESPACE_BEGIN bool device_hip_init | ( | ) |
Definition at line 25 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().