This website works better with JavaScript.
Home
Explore
Help
Sign In
Alfred
/
sdr-wideband-suite
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Link cuFFT with mingw import libs
master
Jan Svabenik
4 days ago
parent
6dcedf6744
commit
5e13c73970
2 changed files
with
7 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitignore
+1
-1
internal/fft/gpufft/gpu.go
+ 6
- 0
.gitignore
View File
@@ -12,3 +12,9 @@ data/events.jsonl
# local prompts
prompt*.txt
# local cuda import libs
cuda-mingw/
# temp binaries
sdrd.exe~
+ 1
- 1
internal/fft/gpufft/gpu.go
View File
@@ -3,7 +3,7 @@
package gpufft
/*
#cgo windows LDFLAGS: -lcufft -lcudart
#cgo windows LDFLAGS: -lcufft
64_12
-lcudart
64_13
#include <cuda_runtime.h>
#include <cufft.h>
*/
Write
Preview
Loading…
Cancel
Save