• F
    Add LRUCache for fft plans (#36646) · 737992eb
    Feiyu Chan 提交于
    * WIP: add cache
    
    * delete move constructor and operator= for CuFFTHandle and FFTConfig
    
    * remove log from CuFFTHandle and FFTConfig
    
    * add lrucache for fft rocm backend
    
    * disable LRUCache when CUFFT_VERSION >= 10200
    
    * disbale copy and move for hipFFTHandle; format code
    
    * clean debug code
    Co-authored-by: NXiaoxu Chen <chenxx_id@163.com>
    737992eb
spectral_helper.h 16.5 KB