Blender  V3.3
Functions
device/hip/device.h File Reference
#include "util/string.h"
#include "util/vector.h"

Go to the source code of this file.

Functions

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

Function Documentation

◆ device_hip_capabilities()

string device_hip_capabilities ( )

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

References count, and result.

Referenced by Device::device_capabilities().

◆ device_hip_create()

Device* device_hip_create ( const DeviceInfo info,
Stats stats,
Profiler profiler 
)

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

References LOG, and void.

Referenced by Device::create().

◆ device_hip_info()

void device_hip_info ( vector< DeviceInfo > &  devices)

◆ device_hip_init()

bool device_hip_init ( )