Home
last modified time | relevance | path

Searched refs:get_alloc_sizes (Results 1 – 15 of 15) sorted by relevance

/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/
H A Dlingen_mul_substeps.hpp42 std::array<size_t, 3> get_alloc_sizes() const override { return fti.get_alloc_sizes(); } in get_alloc_sizes() function
79 std::array<size_t, 3> get_alloc_sizes() const override { return fti.get_alloc_sizes(); } in get_alloc_sizes() function
113 std::array<size_t, 3> get_alloc_sizes() const override { return {{ 0, 0, 0 }}; } in get_alloc_sizes() function
151 std::array<size_t, 3> get_alloc_sizes() const override { return {{ 0, 0, 0 }}; } in get_alloc_sizes() function
H A Dlingen_substep_characteristics.hpp517 r += M[i] * op.get_alloc_sizes()[i]; in get_peak_ram()
659 ret.fft_alloc_sizes = op.get_alloc_sizes(); in get_call_time_backend()
852 size_disp(op->get_alloc_sizes()[0]));
887 R += op.get_alloc_sizes()[0]; in max_parallel()
889 R += op.get_alloc_sizes()[1]; in max_parallel()
923 R += op.get_alloc_sizes()[0]; in max_parallel()
925 R += op.get_alloc_sizes()[1]; in max_parallel()
959 R += 2 * op.get_alloc_sizes()[0]; in max_parallel()
961 R += op.get_alloc_sizes()[1]; in max_parallel()
962 R += op.get_alloc_sizes()[2]; in max_parallel()
[all …]
H A Dlingen_mul_substeps_base.hpp17 virtual std::array<size_t, 3> get_alloc_sizes() const = 0;
H A Dlingen_bigmatpoly_ft.cpp50 MPI_Type_contiguous(fti.get_alloc_sizes()[0], MPI_BYTE, &mpi_ft); in OP_CTX()
91 std::array<size_t, 3> alloc_sizes = op.fti.get_alloc_sizes(); in doit()
H A Dlingen_matpoly_ft.cpp34 std::array<size_t, 3> alloc_sizes = op.fti.get_alloc_sizes(); in doit()
H A Dlingen_matpoly_ft.hpp45 , fft_alloc_sizes(fti.get_alloc_sizes()) in matpoly_ft()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/linalg/bwc/flint-fft/
H A Dtransform_interface.h272 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
277 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
278 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
279 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/gf2x/fft/
H A Dtemplate.h395 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
401 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
402 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
403 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
H A Dgf2x-cantor-fft.h466 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
472 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
473 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
474 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
H A Dgf2x-ternary-fft.h429 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
435 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
436 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
437 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
H A Dgf2x-fake-fft.h431 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
437 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
438 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
439 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
/dports/math/gf2x/gf2x-1.3.0/fft/
H A Dgf2x-cantor-fft.h466 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
472 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
473 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
474 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
H A Dgf2x-ternary-fft.h429 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
435 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
436 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
437 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
H A Dgf2x-fake-fft.h431 inline std::array<size_t, 3> get_alloc_sizes() const { in get_alloc_sizes() function
437 inline size_t size0_bytes() const { return get_alloc_sizes()[0]; } in size0_bytes()
438 inline size_t size1_bytes() const { return get_alloc_sizes()[1]; } in size1_bytes()
439 inline size_t size2_bytes() const { return get_alloc_sizes()[2]; } in size2_bytes()
/dports/math/gf2x/gf2x-1.3.0/
H A DChangeLog65 changed my mind for the get_alloc_sizes function of the c++ interface