Skip to content

Commit dde6cda

Browse files
release: v1.2.1 with updated changelog (#156)
1 parent a177e80 commit dde6cda

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ All notable changes to STARK Backend will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

7-
## [Unreleased]
7+
## v1.2.1 (2025-10-26)
8+
9+
### Added
10+
- (CUDA common) New memory manager with Virtual Pool ([VPMM Spec](./docs/vpmm_spec.md)) with multi-stream support built on top of the CUDA Virtual Memory Management [driver API](https://docs.nvidia.com/cuda/cuda-driver-api/group__CUDA__VA.html)
811

912
### Changed
10-
- (CUDA) New memory manager with Virtual Pool ([VPMM Spec](./docs/vpmm_spec.md))
13+
- (CUDA common) Multi-arch build support
14+
- (CUDA backend) Quotient values kernel optimization
15+
- (CUDA backend) FRI reduced opening kernel optimization by removing bit reversal for better memory access patterns

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "1.2.1-rc.7"
2+
version = "1.2.1"
33
edition = "2021"
44
rust-version = "1.83"
55
authors = ["OpenVM contributors"]

0 commit comments

Comments
 (0)