Skip to content

Commit

Permalink
xxx-ci-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ingomueller-net committed Nov 20, 2023
1 parent 2b1b359 commit 12c4999
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,17 @@ jobs:
path: "~/.cache/bazel"
key: bazel-${{ matrix.os }}
- run: find ~/.cache/bazel ~/.cache/bazelisk -iname "*.whl" -exec rm {} \;
- run: bazel build :enzyme_jax @llvm-project//llvm:FileCheck
- run: |
bazel build :enzyme_jax @llvm-project//llvm:FileCheck
bazel cquery "allpaths(//enzyme_jax:enzyme_call,@xla//xla/stream_executor:executor_cache)" --notool_deps
bazel --version
- run: cp bazel-bin/*.whl .

- name: test
run: |
python3 -m pip install --user --force-reinstall "jax[cpu]" *.whl
cd test
nm -C $(python3 -c "from enzyme_jax import enzyme_call; print(enzyme_call.__file__)") | grep ExecutorCache::GetOrCreate
python3 test.py
cd lit_tests
lit . --verbose
Expand Down

0 comments on commit 12c4999

Please sign in to comment.