Expression Templates Library (ETL)
include
etl
fft_impl.hpp
Go to the documentation of this file.
1
//=======================================================================
2
// Copyright (c) 2014-2023 Baptiste Wicht
3
// Distributed under the terms of the MIT License.
4
// (See accompanying file LICENSE or copy at
5
// http://opensource.org/licenses/MIT)
6
//=======================================================================
7
13
#pragma once
14
15
namespace
etl
{
16
20
enum class
fft_impl
{
21
STD
,
22
MKL
,
23
CUFFT
24
};
25
26
}
//end of namespace etl
etl::batch_softmax_impl::STD
Standard implementation.
etl::fft_impl
fft_impl
The different FFT implementations.
Definition:
fft_impl.hpp:20
etl::fft_impl::MKL
The Intel MKL implementation.
etl
Root namespace for the ETL library.
Definition:
adapter.hpp:15
etl::fft_impl::CUFFT
The NVidia CuFFT implementation.
Generated by
1.8.13