mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Adding PocketFFT support in FFT module since kissfft has some flaw in accuracy and performance
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
73d65dbc43
commit
00b75375e7
@@ -87,7 +87,7 @@
|
||||
// protected by parenthesis against macro expansion, the min()/max() macros
|
||||
// are defined here and any not-parenthesized min/max call will cause a
|
||||
// compiler error.
|
||||
#if !defined(__HIPCC__) && !defined(EIGEN_USE_SYCL)
|
||||
#if !defined(__HIPCC__) && !defined(EIGEN_USE_SYCL) && !defined(EIGEN_POCKETFFT_DEFAULT)
|
||||
//
|
||||
// HIP header files include the following files
|
||||
// <thread>
|
||||
|
||||
Reference in New Issue
Block a user