Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 88d7ef9

Browse files
committed
Update NEWS.
1 parent 7364764 commit 88d7ef9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ New features
3333
kernel launch API. The kernel objects used in that API are useful for
3434
reflecting on hardware resource usage ([#266]).
3535

36+
* A GPU runtime library has been introduced ([#303]), implementing certain functionality
37+
from the Julia runtime library that would previously have prevented GPU execution
38+
([#314], [#318], [#321]).
39+
3640

3741
Changes
3842
-------
@@ -81,3 +85,6 @@ Deprecations and removals
8185

8286
* The `KernelWrapper` has been removed since it prevented inferring varargs
8387
functions ([#254]).
88+
89+
* Support for `CUDAdrv.CuArray` has been removed, the CuArrays.jl package should be used
90+
instead ([#284]).

0 commit comments

Comments
 (0)