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

Function TEST_F

src/tests/unit_test_persistent_plans.cpp:85–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85TEST_F(clfft_PersistentPlans, DISABLED_normal_1d_inplace_interleaved)
86{
87 size_t length[3] = {1024,1,1};
88 test_persistent_plan( length, CLFFT_COMPLEX_INTERLEAVED, CLFFT_COMPLEX_INTERLEAVED, CLFFT_INPLACE );
89}
90
91TEST_F(clfft_PersistentPlans, DISABLED_large_1d_inplace_interleaved)
92{

Callers

nothing calls this directly

Calls 1

test_persistent_planFunction · 0.85

Tested by

no test coverage detected