Runs autotune for all backends
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MPI_Comm), | intent(in) | :: | comms(:) |
1D comms |
||
type(MPI_Comm), | intent(in) | :: | cart_comm |
3D Cartesian comm |
||
type(pencil), | intent(in) | :: | pencils(:) |
Source meta |
||
integer(kind=int64), | intent(in) | :: | base_storage |
Number of bytes needed to store single element |
||
type(dtfft_stream_t), | intent(in) | :: | stream |
Stream to use |
||
logical, | intent(in) | :: | is_z_slab |
Is Z-slab optimization enabled |
||
type(dtfft_backend_t), | intent(in), | optional | :: | backend |
GPU Backend to test. Should be passed only when effort is |
|
real(kind=real32), | intent(out), | optional | :: | best_time |
Elapsed time for best backend |
|
type(dtfft_backend_t), | intent(out), | optional | :: | best_backend |
Best backend selected |