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:
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
4255Restricts the semantics of ` @synchronize ` to require convergent execution.
4356The OpenCL backend had several miss-compilations due to divergent execution of ` @synchronize ` .
You can’t perform that action at this time.
0 commit comments