Commit 0f6989f9 by hlu1 Committed by Tianqi Chen

Fix typo (#2839)

parent 3575d195
......@@ -8,7 +8,7 @@ rm -rf python/tvm/*.pyc python/tvm/*/*.pyc python/tvm/*/*/*.pyc
make cython || exit -1
make cython3 || exit -1
# Test extern package package
# Test extern package
cd apps/extension
rm -rf lib
make || exit -1
......@@ -23,6 +23,6 @@ TVM_FFI=ctypes python3 -m nose -v tests/python/contrib || exit -1
TVM_FFI=cython python -m nose -v tests/python/relay || exit -1
TVM_FFI=ctypes python3 -m nose -v tests/python/relay || exit -1
# Do not enabke OpenGL
# Do not enable OpenGL
# TVM_FFI=cython python -m nose -v tests/webgl || exit -1
# TVM_FFI=ctypes python3 -m nose -v tests/webgl || exit -1
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