Skip to content

Commit

Permalink
Cupybara v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrhm committed Jul 17, 2024
1 parent f825b26 commit b1a4e93
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ set(CMAKE_C_COMPILER "/usr/bin/clang-18")
set(CMAKE_CUDA_FLAGS -allow-unsupported-compiler)

project(cupybara
VERSION 1.0.1
VERSION 1.0.2
LANGUAGES CXX C CUDA
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Installation
- Download the latest release of Cupybara using the release tab on the right
- Cd to the directory the wheel was downloaded
- Run `sudo pip install --force-reinstall cupybara-1.0.1-py3-none-any.whl`
- Run `sudo pip install --force-reinstall cupybara-1.0.2-py3-none-any.whl`

## Performance
**Performance Measured On 1000x1000 Matrices**
Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cmake --install build
cd package/
python3 -m build
cd dist
sudo pip install --force-reinstall cupybara-1.0.1-py3-none-any.whl
sudo pip install --force-reinstall cupybara-1.0.2-py3-none-any.whl
2 changes: 1 addition & 1 deletion package/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "cupybara"
version = "1.0.1"
version = "1.0.2"
authors = [
{ name="jbrhm", email="[email protected]" },
]
Expand Down

0 comments on commit b1a4e93

Please sign in to comment.