Commit d7bb08e
committed
ci: exclude internal/cublas from vet (purego GPU binding)
The cublas package uses the same uintptr-to-unsafe.Pointer pattern as
other GPU runtime binding packages for storing C library handles via
purego/dlopen. Add it to the vet exclusion list alongside internal/cuda,
internal/hip, etc.
Triggered by the new Handle.Ptr() method added for the fused encoder
kernel orchestrator.1 parent 4dfd46e commit d7bb08e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
0 commit comments