ARTEMIS
WarpXrocfftUtil.H
Go to the documentation of this file.
1 /* Copyright 2023 Luca Fedeli
2  *
3  * This file is part of WarpX.
4  *
5  * License: BSD-3-Clause-LBNL
6  */
7 
8 #ifndef WARPX_ROCFFT_UTIL_H_
9 #define WARPX_ROCFFT_UTIL_H_
10 
11 namespace utils::rocfft
12 {
16  void setup();
17 
21  void cleanup();
22 }
23 
24 #endif //WARPX_ROCFFT_UTILS_H_
Definition: WarpXrocfftUtil.H:12
void cleanup()
Definition: WarpXrocfftUtil.cpp:28
void setup()
Definition: WarpXrocfftUtil.cpp:20