|
Blender V4.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, bool headless) |
| void | device_cuda_info (vector< DeviceInfo > &devices) |
| string | device_cuda_capabilities () |
| string device_cuda_capabilities | ( | ) |
Definition at line 218 of file device/cuda/device.cpp.
References count.
Referenced by Device::device_capabilities().
| Device * device_cuda_create | ( | const DeviceInfo & | info, |
| Stats & | stats, | ||
| Profiler & | profiler, | ||
| bool | headless ) |
Definition at line 63 of file device/cuda/device.cpp.
References LOG.
Referenced by Device::create().
| void device_cuda_info | ( | vector< DeviceInfo > & | devices | ) |
Definition at line 101 of file device/cuda/device.cpp.
References count, DENOISER_OPENIMAGEDENOISE, DeviceInfo::denoisers, denoiserTypeToHumanReadable(), DeviceInfo::description, DEVICE_CUDA, DeviceInfo::display_device, DeviceInfo::has_gpu_queue, DeviceInfo::has_nanovdb, DeviceInfo::has_peer_memory, DeviceInfo::id, DeviceInfo::num, string_printf(), system_windows_version_at_least(), DeviceInfo::type, and VLOG_INFO.
Referenced by Device::available_devices().
| bool device_cuda_init | ( | ) |
Definition at line 21 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().