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

Function demo_gpuAccelerated

examples/isolated/reporting_environments.cpp:48–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48void demo_gpuAccelerated() {
49
50 int useDistrib = 0;
51 int useGpuAccel = 1;
52 int useMultithread = 0;
53
54 initCustomQuESTEnv(useDistrib, useGpuAccel, useMultithread);
55
56 reportStr("GPU-accelerated");
57 reportQuESTEnv();
58}
59
60
61void demo_distributed() {

Callers 1

mainFunction · 0.70

Calls 3

initCustomQuESTEnvFunction · 0.85
reportStrFunction · 0.85
reportQuESTEnvFunction · 0.85

Tested by

no test coverage detected