Tämä sivusto toimii paremmin JavaScriptillä.
Etusivu
Tutki
Apua
Kirjaudu sisään
Alfred
/
sdr-visual-suite
Tarkkaile
1
Äänestä
0
Fork
0
Koodi
Ongelmat
0
Pull-pyynnöt
0
Julkaisut
0
Wiki
Activity
Selaa lähdekoodia
Link cuFFT with mingw import libs
master
Jan Svabenik
4 päivää sitten
vanhempi
6dcedf6744
commit
5e13c73970
2 muutettua tiedostoa
jossa
7 lisäystä
ja
1 poistoa
Jaettu näkymä
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitignore
+1
-1
internal/fft/gpufft/gpu.go
+ 6
- 0
.gitignore
Näytä tiedosto
@@ -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
Näytä tiedosto
@@ -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…
Peruuta
Tallenna