blob: 76266d33667f53215b4ad1898d5b3c94d8d6f7dc [file] [log] [blame]
# -*- python -*-
import os
hip_env_vars = [
'HIP_VISIBLE_DEVICES',
'LD_LIBRARY_PATH',
]
for var in hip_env_vars:
if var in os.environ:
config.environment[var] = os.environ[var]
config.traditional_output = True