Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
show cpuinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
xinyu-intel committed Nov 26, 2019
1 parent d26fa19 commit 04fab8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/docker/runtime_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,7 @@ build_ubuntu_cpu_clang60_mkldnn() {

build_ubuntu_cpu_mkldnn() {
set -ex
lscpu

build_ccache_wrappers

Expand All @@ -683,6 +684,7 @@ build_ubuntu_cpu_mkldnn() {

build_ubuntu_cpu_mkldnn_mkl() {
set -ex
lscpu

build_ccache_wrappers

Expand Down Expand Up @@ -1081,6 +1083,7 @@ unittest_ubuntu_python3_cpu() {

unittest_ubuntu_python3_cpu_mkldnn() {
set -ex
lscpu
export PYTHONPATH=./python/
export MXNET_MKLDNN_DEBUG=0 # Ignored if not present
export MXNET_STORAGE_FALLBACK_LOG_VERBOSE=0
Expand Down

0 comments on commit 04fab8b

Please sign in to comment.