We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14eef78 + 3866a33 commit e1202c4Copy full SHA for e1202c4
docs/src/index.md
@@ -38,6 +38,19 @@ Major refactor of KernelAbstractions. In particular:
38
- Removal of the event system. Kernel are now implicitly ordered.
39
- Removal of backend packages, backends are now directly provided by CUDA.jl and similar
40
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
54
#### 0.9.33
55
Restricts the semantics of `@synchronize` to require convergent execution.
56
The OpenCL backend had several miss-compilations due to divergent execution of `@synchronize`.
0 commit comments