Skip to content

Commit

Permalink
Merge pull request #29 from AdhocMan/remove_deprecated
Browse files Browse the repository at this point in the history
Remove deprecated threading support and update BLAS finding in CMake
  • Loading branch information
AdhocMan committed Apr 26, 2024
2 parents 208efb0 + 8e6b57e commit 3b03b52
Show file tree
Hide file tree
Showing 46 changed files with 614 additions and 1,855 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ jobs:
run: |
apt-get update
DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt-get install -y make g++ libopenblas-dev libscalapack-mpi-dev wget git make
cd ${HOME} && wget https://github.com/Kitware/CMake/releases/download/v3.14.1/cmake-3.14.1-Linux-x86_64.tar.gz && tar -xzvf cmake-3.14.1-Linux-x86_64.tar.gz
cd ${HOME} && wget https://github.com/Kitware/CMake/releases/download/v3.18.0/cmake-3.18.0-Linux-x86_64.tar.gz && tar -xzvf cmake-3.18.0-Linux-x86_64.tar.gz
- name: Build
run: |
cd ${GITHUB_WORKSPACE}
mkdir -p build
cd build
${HOME}/cmake-3.14.1-Linux-x86_64/bin/cmake .. -DSPLA_BUILD_TESTS=ON -DSPLA_GPU_BACKEND=CUDA
make -j2
${HOME}/cmake-3.18.0-Linux-x86_64/bin/cmake .. -DSPLA_BUILD_TESTS=ON -DSPLA_GPU_BACKEND=CUDA
make -j2 VERBOSE=1
#################
# Build with ROCm
Expand Down
Loading

0 comments on commit 3b03b52

Please sign in to comment.