Skip to content

Commit b64d5c9

Browse files
chore(main): release 0.1.1 (#381)
🤖 I have created a release *beep* *boop* --- ## [0.1.1](v0.1.0...v0.1.1) (2024-07-20) ### Bugfix * fix the invalid kernel configuration for architectures with small shared memory size ([#385](#385)) ([cdac57](cdac577)) ### Features * expose decoupled kv-cache to pytorch api ([#383](#383)) ([457a0ae](457a0ae)) ### Performance Improvements * use stmatrix in epilogue for sm90+ ([#380](#380)) ([c6f20d1](c6f20d1)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: yzh119 <[email protected]>
1 parent cdac577 commit b64d5c9

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.1.1"
33
}

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/flashinfer-ai/flashinfer/compare/v0.1.0...v0.1.1) (2024-07-20)
4+
5+
### Bugfix
6+
7+
* fix the invalid kernel configuration for architectures with small shared memory size ([#385](https://github.com/flashinfer-ai/flashinfer/pull/385)) ([cdac57](https://github.com/flashinfer-ai/flashinfer/commit/cdac577011e8ab50aa26dfef0cecf77d92d2f804))
8+
9+
### Features
10+
11+
* expose decoupled kv-cache to pytorch api ([#383](https://github.com/flashinfer-ai/flashinfer/issues/383)) ([457a0ae](https://github.com/flashinfer-ai/flashinfer/commit/457a0ae0c8a43bd95a803167e28be19555a2ebf8))
12+
13+
14+
### Performance Improvements
15+
16+
* use stmatrix in epilogue for sm90+ ([#380](https://github.com/flashinfer-ai/flashinfer/issues/380)) ([c6f20d1](https://github.com/flashinfer-ai/flashinfer/commit/c6f20d1406a3a8c4f134c4a764d16e157a184338))
17+
318
## [0.1.0](https://github.com/flashinfer-ai/flashinfer/compare/v0.0.9...v0.1.0) (2024-07-17)
419

520

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
author = "FlashInfer Contributors"
1919
copyright = "2023-2024, {}".format(author)
2020

21-
version = "0.1.0"
22-
release = "0.1.0"
21+
version = "0.1.1"
22+
release = "0.1.1"
2323

2424
# -- General configuration ---------------------------------------------------
2525
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)