envvars.go 250 Bytes
Newer Older
songlinfeng's avatar
songlinfeng committed
1
2
3
4
5
6
7
8
9
10
11
/**
# Copyright (c) 2024, HCUOpt CORPORATION.  All rights reserved.
**/

package image

const (
	EnvVarDTKVisibleDevices    = "DTK_VISIBLE_DEVICES"
	EnvVarNvidiaVisibleDevices = "NVIDIA_VISIBLE_DEVICES"
	EnvROCmVersion             = "ROCM_VERSION"
)