https://github.com/dot-asm/go-cuda-poc
https://github.com/dot-asm/go-cuda-poc
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dot-asm/go-cuda-poc
- Owner: dot-asm
- Created: 2024-07-01T09:22:41.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-06T13:58:04.000Z (almost 2 years ago)
- Last Synced: 2025-03-25T22:44:35.830Z (about 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-cuda-poc
```
$ go run poc.go
hello from GPU
$
```
Recall that on Windows [`cgo`](https://pkg.go.dev/cmd/cgo) depends on MinGW GCC being available on your %PATH%. In addition to which this PoC requires [`nvcc`](https://developer.nvidia.com/cuda-downloads?target_os=Windows) and even [`cl`](https://learn.microsoft.com/en-us/visualstudio/ide/reference/command-prompt-powershell).