Skip to content

Commit

Permalink
wip: show config
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Mar 7, 2024
1 parent 9744394 commit af6ed55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
##
build-shared-libs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
arch: [x86_64, aarch64]
Expand Down Expand Up @@ -65,6 +66,7 @@ jobs:
else
cmake -DCOMPUTE_BACKEND=cpu .
fi
cat csrc/config.h
cmake --build . --config Release
mkdir -p output/${{ matrix.os }}/${{ matrix.arch }}
( shopt -s nullglob && cp bitsandbytes/*.{so,dylib,dll} output/${{ matrix.os }}/${{ matrix.arch }}/ )
Expand Down

0 comments on commit af6ed55

Please sign in to comment.