Sign in
android
/
platform
/
external
/
pytorch
/
e247249a5f
/
.
/
torch
/
lib
/
THD
/
base
/
ChannelEnvVars.hpp
blob: 5d4e89018f2211bb64524c90040de69453b5fa72 [
file
] [
log
] [
blame
]
#pragma
once
namespace
thd
{
constexpr
char
RANK_ENV
[]
=
"RANK"
;
constexpr
char
WORLD_SIZE_ENV
[]
=
"WORLD_SIZE"
;
constexpr
char
MASTER_PORT_ENV
[]
=
"MASTER_PORT"
;
constexpr
char
MASTER_ADDR_ENV
[]
=
"MASTER_ADDR"
;
}