|
Blender
V3.3
|
Go to the source code of this file.
Functions | |
| bool | device_cuda_init () |
| Device * | device_cuda_create (const DeviceInfo &info, Stats &stats, Profiler &profiler) |
| void | device_cuda_info (vector< DeviceInfo > &devices) |
| string | device_cuda_capabilities () |
| string device_cuda_capabilities | ( | ) |
Definition at line 195 of file device/cuda/device.cpp.
Referenced by Device::device_capabilities().
| Device* device_cuda_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler | ||
| ) |
Definition at line 59 of file device/cuda/device.cpp.
Referenced by Device::create().
| void device_cuda_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 94 of file device/cuda/device.cpp.
References count, DeviceInfo::denoisers, DeviceInfo::description, DEVICE_CUDA, blender::compositor::devices, DeviceInfo::display_device, DeviceInfo::has_gpu_queue, DeviceInfo::has_nanovdb, DeviceInfo::has_peer_memory, DeviceInfo::id, DeviceInfo::num, result, string_printf(), system_windows_version_at_least(), DeviceInfo::type, VLOG_INFO, and void.
Referenced by Device::available_devices().
| bool device_cuda_init | ( | ) |
Definition at line 18 of file device/cuda/device.cpp.
References initialized, NULL, result, VLOG_INFO, and VLOG_WARNING.
Referenced by Device::available_devices(), Device::create(), Device::device_capabilities(), and device_optix_init().