ソースを参照

Link cuFFT with mingw import libs

master
Jan Svabenik 4日前
コミット
5e13c73970
2個のファイルの変更7行の追加1行の削除
  1. +6
    -0
      .gitignore
  2. +1
    -1
      internal/fft/gpufft/gpu.go

+ 6
- 0
.gitignore ファイルの表示

@@ -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 ファイルの表示

@@ -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>
*/


読み込み中…
キャンセル
保存