소스 검색

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


불러오는 중...
취소
저장