Skip to content
Snippets Groups Projects
Unverified Commit 764516a6 authored by Tianqi Chen's avatar Tianqi Chen Committed by GitHub
Browse files

[TEST] force openblas threads to be 1 (#1580)

parent 672147c8
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
export PYTHONPATH=nnvm/python:python:topi/python
# to avoid openblas threading error
export OMP_NUM_THREADS=1
echo "Running unittest..."
python -m nose -v nnvm/tests/python/unittest || exit -1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment