|
|
@@ -3,7 +3,7 @@ |
|
|
package gpudemod |
|
|
package gpudemod |
|
|
|
|
|
|
|
|
/* |
|
|
/* |
|
|
#cgo windows LDFLAGS: -lcufft64_12 -lcudart64_13 |
|
|
|
|
|
|
|
|
#cgo windows LDFLAGS: -L${SRCDIR}/../../../cuda-mingw -lcufft64_12 -lcudart64_13 ${SRCDIR}/build/kernels.obj |
|
|
#cgo windows CFLAGS: -I"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.2/include" |
|
|
#cgo windows CFLAGS: -I"C:/Program Files/NVIDIA GPU Computing Toolkit/CUDA/v13.2/include" |
|
|
#include <cuda_runtime.h> |
|
|
#include <cuda_runtime.h> |
|
|
#include <cufft.h> |
|
|
#include <cufft.h> |
|
|
|