Files
crypto/gpu
Zach Kelling abaf7655f9 fix(gpu): use luxgpu build tag for CGO bindings
The gpu package requires C++ headers that only exist locally.
Using 'cgo' build tag caused CI failures when CGO was enabled but
headers weren't present.

Now uses 'luxgpu' custom build tag:
- Default: stub implementation (no dependencies)
- With -tags luxgpu: full CGO acceleration

Build locally with GPU: go build -tags luxgpu ./...
2025-12-26 15:18:06 -08:00
..