Blender V5.0
device.h File Reference
#include "util/string.h"
#include "util/unique_ptr.h"
#include "util/vector.h"

Go to the source code of this file.

Functions

bool device_hip_init ()
unique_ptr< Devicedevice_hip_create (const DeviceInfo &info, Stats &stats, Profiler &profiler, bool headless)
void device_hip_info (vector< DeviceInfo > &devices)
string device_hip_capabilities ()

Function Documentation

◆ device_hip_capabilities()

string device_hip_capabilities ( )

Definition at line 244 of file device/hip/device.cpp.

References count, name, num, and result.

Referenced by Device::device_capabilities().

◆ device_hip_create()

unique_ptr< Device > device_hip_create ( const DeviceInfo & info,
Stats & stats,
Profiler & profiler,
bool headless )

Definition at line 79 of file device/hip/device.cpp.

References LOG_FATAL, and DeviceInfo::use_hardware_raytracing.

Referenced by Device::create().

◆ device_hip_info()

◆ device_hip_init()

bool device_hip_init ( )