3b95214fff
Library path was printed at all times even with --json flag. This commit adds a mandatory initRsmiBindings function which is a core component of the rsmiBindings.py library. It **MUST** be called on import. Change-Id: Ic6ae1ec5d1fabba288910e6aed6c4706e53e5cd7 Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
24 lines
462 B
Plaintext
24 lines
462 B
Plaintext
# NOTE! Please use 'git ls-files -i --exclude-standard'
|
|
# command after changing this file, to see if there are
|
|
# any tracked files which get ignored after the change.
|
|
|
|
# VisualStudioCode
|
|
.vscode/
|
|
|
|
# below files are generated via CMake
|
|
include/rocm_smi/rocm_smi64Config.h
|
|
oam/include/oam/oamConfig.h
|
|
python_smi_tools/rsmiBindings.py
|
|
|
|
# Build directory
|
|
build/
|
|
|
|
# CMake cache
|
|
.cache/
|
|
|
|
# Simulated SYSFS - for early development or debug
|
|
device/
|
|
|
|
# Misc
|
|
__pycache__
|