MCPcopy Create free account
hub / github.com/chrxh/alien / getGpuName

Method getGpuName

source/EngineImpl/EngineWorker.cpp:42–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42std::string EngineWorker::getGpuName() const
43{
44 return _SimulationCudaFacade::checkAndReturnGpuInfo().gpuModelName;
45}
46
47void EngineWorker::tryDrawVectorGraphics(
48 RealVector2D const& rectUpperLeft,

Callers 4

mainFunction · 0.45
checkMethod · 0.45
processInternMethod · 0.45
getUserInfoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected