Skip to content

Commit 56bb71a

Browse files
author
TinySemVer
committed
Release: v0.8.1 [skip ci]
### Patch - Improve: Shrink PTX loops (152e59a) - Fix: Reopen ASIO compilation (d1909f9) - Improve: Naming scheme for PTX kernels (c1b21c8) - Fix: Illegal memory access on Volta (b7eab6d)
1 parent 152e59a commit 56bb71a

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.8.0
11+
VERSION 0.8.1
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.8.0
1+
0.8.1

0 commit comments

Comments
 (0)