Browse Source

Link cuFFT with mingw import libs

master
Jan Svabenik 4 days ago
parent
commit
5e13c73970
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      .gitignore
  2. +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: -lcufft64_12 -lcudart64_13
#include <cuda_runtime.h>
#include <cufft.h>
*/


Loading…
Cancel
Save