Files
versitygw/cmd/cuobjtest/mode_gpu.go
T

8 lines
110 B
Go

//go:build !cuobjclient_host
package main
func runModeLabel() string {
return "real-cuda-cuobject-token"
}