Skip to content

Commit 91d6c3b

Browse files
author
TinySemVer
committed
Release: v0.10.0 [skip ci]
### Minor - Add: cuBLASLt kernels for `e4m3`, `e5m2` (1240e02) ### Patch - Docs: `CUBLAS_COMPUTE_32F` requirement (5d3abd4) - Fix: `e5m2 * e5m2` unsupported (b59f670) - Improve: Raise cuBLAS errors (2770d93)
1 parent 5d3abd4 commit 91d6c3b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cmake_minimum_required(VERSION 3.25.2 FATAL_ERROR)
88
# Project Setup
99
# ------------------------------------------------------------------------------
1010
project(less_slow
11-
VERSION 0.9.2
11+
VERSION 0.10.0
1212
LANGUAGES C CXX ASM
1313
DESCRIPTION "Learning how to write Less Slow code, from numerical micro-kernels and SIMD to coroutines, ranges, and polymorphic state machines"
1414
HOMEPAGE_URL "https://github.com/ashvardanian/less_slow.cpp")

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.10.0

0 commit comments

Comments
 (0)