MCPcopy Create free account
hub / github.com/clMathLibraries/clBLAS / TearDown

Method TearDown

src/tests/BasicRoutines.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 }
43
44 virtual void TearDown() {
45 if (queue != NULL) {
46 clReleaseCommandQueue(queue);
47 }
48 if (context != NULL) {
49 clReleaseContext(context);
50 }
51 }
52
53 cl_platform_id platform;
54 cl_device_id device;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected