Skip to content

Commit d88177f

Browse files
committed
add the define
1 parent 019a2b9 commit d88177f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/module_basis/module_pw/module_fft/fft_bundle.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
#include "module_base/tool_quit.h"
66

77
#include <cassert>
8-
// #if defined(__CUDA)
8+
#if defined(__CUDA)
99
#include "fft_cuda.h"
10-
// #endif
10+
#endif
1111
#if defined(__ROCM)
1212
#include "fft_rocm.h"
1313
#endif

0 commit comments

Comments
 (0)