Parcourir la source

Link cuFFT with mingw import libs

master
Jan Svabenik il y a 4 jours
Parent
révision
5e13c73970
2 fichiers modifiés avec 7 ajouts et 1 suppressions
  1. +6
    -0
      .gitignore
  2. +1
    -1
      internal/fft/gpufft/gpu.go

+ 6
- 0
.gitignore Voir le fichier

@@ -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 Voir le fichier

@@ -3,7 +3,7 @@
package gpufft

/*
#cgo windows LDFLAGS: -lcufft -lcudart
#cgo windows LDFLAGS: -lcufft64_12 -lcudart64_13
#include <cuda_runtime.h>
#include <cufft.h>
*/


Chargement…
Annuler
Enregistrer