| 240 | } |
| 241 | |
| 242 | TEST_F(accuracy_test_callback_single, precall_normal_1D_forward_in_place_complex_to_complex_userdatatype) |
| 243 | { |
| 244 | try { precall_normal_1D_forward_in_place_complex_to_complex_userdatatype< float, cl_float, fftwf_complex >(); } |
| 245 | catch( const std::exception& err ) { handle_exception(err); } |
| 246 | } |
| 247 | |
| 248 | //Precallback with LDS |
| 249 | template< class T, class cl_T, class fftw_T > |
nothing calls this directly
no test coverage detected