Home
last modified time | relevance | path

Searched defs:microbench_dft (Results 1 – 1 of 1) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_substep_characteristics.hpp872 struct microbench_dft { /*{{{*/ struct
881microbench_dft(OP const & op, pc_t const& P, unsigned int mesh, ch_t const & U) : op(op), P(P), me… in microbench_dft() argument
882 unsigned int max_parallel() const { in max_parallel()
896 double operator()(unsigned int nparallel) const in operator ()()
982 struct microbench_dft<META_OP<void>> { /*{{{*/ struct
991microbench_dft(OP const & op, pc_t const& P, unsigned int mesh, ch_t const & U) : op(op), P(P), me… in microbench_dft() function
992 unsigned int max_parallel() const { return U.max_threads(); } in max_parallel()
993 double operator()(unsigned int) const { return 0; } in operator ()()