| 83 | } |
| 84 | |
| 85 | TEST_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 | |
| 91 | TEST_F(clfft_PersistentPlans, DISABLED_large_1d_inplace_interleaved) |
| 92 | { |
nothing calls this directly
no test coverage detected