package types

type ComputeUnit int

const (
	CPU ComputeUnit = iota
	GPU ComputeUnit = iota
)

Homonyms

bootloader/space-pussy/x/rank/types/compute.go

Graph