OWL
OptiX7 Wrapper Library
owl::SetActiveGPU Struct Reference

#include <DeviceContext.h>

Public Member Functions

 SetActiveGPU (const DeviceContext::SP &device)
 
 SetActiveGPU (const DeviceContext *device)
 
 ~SetActiveGPU ()
 

Private Attributes

int savedActiveDeviceID = -1
 

Detailed Description

helper class that will set the active cuda device (to the device associated with a given Context::DeviceData) for the duration fo the lifetime of this class, and resets it to whatever it was after class dies

Constructor & Destructor Documentation

◆ SetActiveGPU() [1/2]

owl::SetActiveGPU::SetActiveGPU ( const DeviceContext::SP device)
inline

◆ SetActiveGPU() [2/2]

owl::SetActiveGPU::SetActiveGPU ( const DeviceContext device)
inline

◆ ~SetActiveGPU()

owl::SetActiveGPU::~SetActiveGPU ( )
inline

Member Data Documentation

◆ savedActiveDeviceID

int owl::SetActiveGPU::savedActiveDeviceID = -1
private

The documentation for this struct was generated from the following file: