nvmlComputeInstanceProfileInfo_t

Type Alias nvmlComputeInstanceProfileInfo_t 

Source
pub type nvmlComputeInstanceProfileInfo_t = nvmlComputeInstanceProfileInfo_st;

Aliased Type§

#[repr(C)]
pub struct nvmlComputeInstanceProfileInfo_t { pub id: u32, pub sliceCount: u32, pub instanceCount: u32, pub multiprocessorCount: u32, pub sharedCopyEngineCount: u32, pub sharedDecoderCount: u32, pub sharedEncoderCount: u32, pub sharedJpegCount: u32, pub sharedOfaCount: u32, }

Fields§

§id: u32§sliceCount: u32§instanceCount: u32§multiprocessorCount: u32§sharedCopyEngineCount: u32§sharedDecoderCount: u32§sharedEncoderCount: u32§sharedJpegCount: u32§sharedOfaCount: u32