const (
// CPU represents a CPU device. CPU Type = "cpu"
// CUDA represents a CUDA device. CUDA Type = "cuda"
// ROCM represents an AMD GPU device. ROCM Type = "rocm"
// ZeroSlot represents cpu devices on agents where only GPUs are modeled. ZeroSlot Type = ""
)