"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "8bd0c975a697212638bdcb88592b663c7bb854f3"
Unverified Commit e4584d91 authored by Illia Silin's avatar Illia Silin Committed by GitHub
Browse files

Don't look up the /sys/module/amdgpu/version file. (#287)



* use pre-built docker instead of building a new one

* try docker.image.pull

* change syntax in docker.image()

* add 30 min timeout

* increase timeout to 3 hours

* move performance tests to first stage for testing

* set image variable to the new container name

* update image name

* check available images

* check available images in both places

* try different image name

* use image ID to refer to image

* run performance on gfx90a

* fix the gpu_arch labeling, add parameter

* move env vars out of stages

* add stand-alone performance script, MI200 tests, CU numbers

* dos2unix for run_perf_tests.sh

* try the new git credentials

* use env var for git credentials

* don't look up /sys/module/amdgpu/version
Co-authored-by: default avatarChao Liu <chao.liu2@amd.com>
parent 1f543bfa
......@@ -7,7 +7,6 @@ def show_node_info() {
echo "NODE_NAME = \$NODE_NAME"
lsb_release -sd
uname -r
cat /sys/module/amdgpu/version
ls /opt/ -la
"""
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment