Open maxekman opened 1 year ago
you can add:
require gorgonia.org/cu v0.9.5-0.20240520013750-498bd6b70d43
to your go.mod, cuda 12 should work
Interesting! Thanks.
# gorgonia.org/cu
..\..\go\pkg\mod\gorgonia.org\cu@v0.9.5\addressing.go:3:11: fatal error: cuda.h: No such file or directory
3 | // #include <cuda.h>
| ^~~~~~~~
compilation terminated.
i think we should add cuda 12 support here
////WINDOWS:
//#cgo windows LDFLAGS:-LC:/cuda/v12.0/lib/x64 -LC:/cuda/v5.5/lib/x64 -LC:/cuda/v6.0/lib/x64 -LC:/cuda/v6.5/lib/x64 -LC:/cuda/v7.0/lib/x64 -LC:/cuda/v8.0/lib/x64 -LC:/cuda/v9.0/x64 -LC:/cuda/v11.8/lib/x64
//#cgo windows CFLAGS: -IC:/cuda/v12.0/include -IC:/cuda/v5.5/include -IC:/cuda/v6.0/include -IC:/cuda/v6.5/include -IC:/cuda/v7.0/include -IC:/cuda/v8.0/include -IC:/cuda/v9.0/include -IC:/cuda/v11.8/include
First of all - nice package! :+1:
I would like to ask if anyone is working on updating this package to support CUDA 12?