mirror of https://github.com/llvm/torch-mlir
Re-enable integration tests in CI.
parent
58b2109898
commit
8494455282
|
@ -47,6 +47,11 @@ jobs:
|
||||||
-DNPCOMP_ENABLE_PYTORCH=ON
|
-DNPCOMP_ENABLE_PYTORCH=ON
|
||||||
ninja
|
ninja
|
||||||
ninja check-npcomp check-frontends-pytorch
|
ninja check-npcomp check-frontends-pytorch
|
||||||
|
- name: Refbackend integration tests
|
||||||
|
run: |
|
||||||
|
cd $GITHUB_WORKSPACE
|
||||||
|
export PYTHONPATH="$GITHUB_WORKSPACE/build/python_packages/npcomp_core:$GITHUB_WORKSPACE/build/python_packages/npcomp_torch"
|
||||||
|
python -m frontends.pytorch.e2e_testing.torchscript.main --config=refbackend
|
||||||
|
|
||||||
build_wheels:
|
build_wheels:
|
||||||
name: Build Wheels and Smoketest
|
name: Build Wheels and Smoketest
|
||||||
|
|
Loading…
Reference in New Issue