MCPcopy Create free account
hub / github.com/QuEST-Kit/QuEST / cudaDeviceProp

Class cudaDeviceProp

quest/src/gpu/gpu_config.cpp:210–210  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

208
209 // by checking the properties of each device
210 struct cudaDeviceProp props;
211 auto status = cudaGetDeviceProperties(&props, deviceInd);
212
213 // if the query failed, device is anyway unusable; we do not

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected