To clarify if you submit the following code and exit Julia and come back again and submit the same code you will have to wait again for Julia to download all CUDA artifacts. Is this behavior intended? using CUDA, LinearAlgebra function cuinv(m::Matrix{T}) where T A = CuArray(m) B ...
@peff put up a patch on the git mailing list (thank you, btw! so perfect). and it's now been merged into git's next branch. commit: git/git@0114384 When it's available in git's master, folks can try things with brew install --HEAD git and configure the interactive.diffFilter. ...