File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,19 @@ Major refactor of KernelAbstractions. In particular:
38
38
- Removal of the event system. Kernel are now implicitly ordered.
39
39
- Removal of backend packages, backends are now directly provided by CUDA.jl and similar
40
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
+
41
54
#### 0.9.33
42
55
Restricts the semantics of ` @synchronize ` to require convergent execution.
43
56
The OpenCL backend had several miss-compilations due to divergent execution of ` @synchronize ` .
You can’t perform that action at this time.
0 commit comments