Skip to content

Commit e1202c4

Browse files
authored
Update Changelog in docs (#565)
2 parents 14eef78 + 3866a33 commit e1202c4

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)