0.20.3
Added
-
Executables produced by C backends now take a
--no-print-result
option. -
The C backends now generate a manifest when compiling with
--library
. This can be used by FFI generators (#1465). -
The beginnings of a Rust-style error index.
-
scan
on newer CUDA devices is now much faster.
Fixed
-
Unique opaque types are named properly in entry points.
-
The CUDA backend in library mode no longer
exit()
s the process if
NVRTC initialisation fails.