|
Blender V4.5
|
Go to the source code of this file.
Functions | |
| CCL_NAMESPACE_BEGIN bool | device_cuda_init () |
| unique_ptr< Device > | device_cuda_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless) |
| void | device_cuda_info (vector< DeviceInfo > &devices) |
| string | device_cuda_capabilities () |
| string device_cuda_capabilities | ( | ) |
Definition at line 228 of file device/cuda/device.cpp.
References count, name, num, result, and value.
Referenced by Device::device_capabilities().
| unique_ptr< Device > device_cuda_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | headless ) |
Definition at line 65 of file device/cuda/device.cpp.
Referenced by Device::create().
| void device_cuda_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 106 of file device/cuda/device.cpp.
References count, DENOISER_OPENIMAGEDENOISE, denoiserTypeToHumanReadable(), DEVICE_CUDA, info, name, num, result, string_printf(), system_windows_version_at_least(), DeviceInfo::type, and VLOG_INFO.
Referenced by Device::available_devices().
| CCL_NAMESPACE_BEGIN bool device_cuda_init | ( | ) |
Definition at line 23 of file device/cuda/device.cpp.
References initialized, result, VLOG_INFO, and VLOG_WARNING.
Referenced by Device::available_devices(), Device::create(), Device::device_capabilities(), and device_optix_init().