Struct CUDASimulation::Config

Nested Relationships

This struct is a nested type of Class CUDASimulation.

Struct Documentation

struct Config

CUDA runner specific config

Public Members

int device_id = 0

GPU to execute model on Defaults to device 0, this is most performant device as detected by CUDA

bool inLayerConcurrency = true

Enable / disable the use of concurrency within a layer. Defaults to enabled.

Friends

friend class detail::AbstractSimRunner
friend class CUDASimulation
friend class HostAPI