Skip to content

Commit

Permalink
chore(master): release 1.1.0 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 30, 2023
1 parent 07a40b9 commit d2bc01c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.3"
".": "1.1.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.1.0](https://github.com/punica-ai/punica/compare/v1.0.3...v1.1.0) (2023-12-30)


### Features

* **cuda-graph:** use pytorch current stream for sgmv ([b5f5e1a](https://github.com/punica-ai/punica/commit/b5f5e1a3aa46702c843e8815acf8f654a242e109))


### Bug Fixes

* **cuda-graph:** specify stream for precompute_sgmv_args in sgmv_cutlass ([07a40b9](https://github.com/punica-ai/punica/commit/07a40b9d30e98d88963e8a7e140120a25ac0d518))

## [1.0.3](https://github.com/punica-ai/punica/compare/v1.0.2...v1.0.3) (2023-12-28)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.1.0

0 comments on commit d2bc01c

Please sign in to comment.