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

TVM Integration Notes

Louis Feng edited this page Aug 9, 2018 · 3 revisions

Branch

https://github.com/NervanaSystems/ngraph/tree/tvm

Build

cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DNGRAPH_USE_PREBUILT_LLVM=1 -DNGRAPH_DEX_ONLY=TRUE ..
make -j 48

Run unit tests

NGRAPH_DEX=1 test/unit-test --gtest_filter="CPU.divide"

Clone this wiki locally