This repository has been archived by the owner on May 27, 2021. It is now read-only.
v2.8.0
v2.8.0 (2020-01-16)
Closed issues:
- "recursion is currently not supported" in non-recursive code (#526)
- test/utils.jl:julia_script should forward --startup-file=no (#511)
- Co-existence with pre-initialized CUDA (#455)
- Cannot convert the element type of a CuArray (#408)
- performance gap with clang (#398)
- How to explicitly provide CUDA install location? (#375)
- Use
extern llvmcall
(#364)
Merged pull requests:
- Minor exception display changes. (#524) (maleadt)
- Add a system-wide thread fence to the exception flag setter. (#523) (maleadt)
- Fixes for Julia 1.4: disable DI on LLVM 8.0. (#522) (maleadt)
- Limit deptch of nonisbits-explanation tree and work around Julia issue. (#521) (maleadt)
- Pass additional arguments that aren't captured by julia_cmd(). (#520) (maleadt)
- Use ccall extern (#519) (maleadt)
- Prevent stack overflow during init, and use preexisting device. (#518) (maleadt)
- fix CuArrays.jl #543 - complex exp type instability (#516) (PhilipVinc)