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

Method TearDown

src/tests/unit_test.cpp:52–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 virtual void TearDown()
53 {
54 if( test_plan != 0 )
55 {
56 clfftDestroyPlan( &test_plan );
57 clfftTeardown();
58 }
59
60 cleanupCL( &context, &queue, 1, &cl_mem_input, 1, &cl_mem_output, &outEvent );
61 }
62
63 clfftPlanHandle test_plan;
64 size_t lengths[3];

Callers

nothing calls this directly

Calls 3

clfftDestroyPlanFunction · 0.85
clfftTeardownFunction · 0.85
cleanupCLFunction · 0.50

Tested by

no test coverage detected