Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Alfred
/
sdr-wideband-suite
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Link cuFFT with mingw import libs
master
Jan Svabenik
hace 4 días
padre
6dcedf6744
commit
5e13c73970
Se han
modificado 2 ficheros
con
7 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+6
-0
.gitignore
+1
-1
internal/fft/gpufft/gpu.go
+ 6
- 0
.gitignore
Ver fichero
@@ -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
Ver fichero
@@ -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>
*/
Escribir
Vista previa
Cargando…
Cancelar
Guardar