Skip to content

Commit 81be8b1

Browse files
committed
Update Changelog in docs
1 parent a73ea1f commit 81be8b1

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docs/src/index.md

+13
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,19 @@ Major refactor of KernelAbstractions. In particular:
3838
- Removal of the event system. Kernel are now implicitly ordered.
3939
- Removal of backend packages, backends are now directly provided by CUDA.jl and similar
4040

41+
#### 0.9.5
42+
- adds `@kernel cpu=false`
43+
44+
#### 0.9.11
45+
- adds `@kernel inbounds=true`
46+
47+
#### 0.9.22
48+
- adds `KA.functional(::Backend)`
49+
50+
#### 0.9.32
51+
- clarifies the semantics of `KA.copyto!` and adds `KA.pagelock!`
52+
- adds support for multiple devices per backend
53+
4154
#### 0.9.33
4255
Restricts the semantics of `@synchronize` to require convergent execution.
4356
The OpenCL backend had several miss-compilations due to divergent execution of `@synchronize`.

0 commit comments

Comments
 (0)