Skip to content

Commit d2bc01c

Browse files
chore(master): release 1.1.0 (#34)
1 parent 07a40b9 commit d2bc01c

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.0.3"
2+
".": "1.1.0"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [1.1.0](https://github.com/punica-ai/punica/compare/v1.0.3...v1.1.0) (2023-12-30)
4+
5+
6+
### Features
7+
8+
* **cuda-graph:** use pytorch current stream for sgmv ([b5f5e1a](https://github.com/punica-ai/punica/commit/b5f5e1a3aa46702c843e8815acf8f654a242e109))
9+
10+
11+
### Bug Fixes
12+
13+
* **cuda-graph:** specify stream for precompute_sgmv_args in sgmv_cutlass ([07a40b9](https://github.com/punica-ai/punica/commit/07a40b9d30e98d88963e8a7e140120a25ac0d518))
14+
315
## [1.0.3](https://github.com/punica-ai/punica/compare/v1.0.2...v1.0.3) (2023-12-28)
416

517

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3
1+
1.1.0

0 commit comments

Comments
 (0)