[CUDA] Add FFT support (#3243)

This commit is contained in:
Lucas Newman
2026-03-14 21:02:19 +09:00
committed by GitHub
parent b0564a9112
commit 5d1700493a
9 changed files with 498 additions and 24 deletions
+1 -1
View File
@@ -65,5 +65,5 @@ runs:
DEVICE: gpu
run: |
echo "::group::CPP tests - GPU"
./build/tests/tests -sfe="*fft_tests.cpp,*linalg_tests.cpp"
./build/tests/tests -sfe="*linalg_tests.cpp"
echo "::endgroup::"