Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Alfred
/
sdr-visual-suite
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Link cuFFT with mingw import libs
master
Jan Svabenik
4 dagen geleden
bovenliggende
6dcedf6744
commit
5e13c73970
2 gewijzigde bestanden
met
toevoegingen van 7
en
1 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
.gitignore
+1
-1
internal/fft/gpufft/gpu.go
+ 6
- 0
.gitignore
Bestand weergeven
@@ -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
Bestand weergeven
@@ -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>
*/
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan