You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 27, 2021. It is now read-only.
... which effectively breaks DEBUG or TRACE=1. Workaround is to leave precompilation on, but trick julia into re-inferring by touching one of the package sources.
Caused by JuliaLang/julia#19942, cudaconvert(CuArray{Float32,2}) doesn't yield CuDeviceArray{Float32,2}, breaking argument handling in actual_types.
The text was updated successfully, but these errors were encountered:
... which effectively breaks
DEBUG
orTRACE=1
. Workaround is to leave precompilation on, but trick julia into re-inferring by touching one of the package sources.Caused by JuliaLang/julia#19942,
cudaconvert(CuArray{Float32,2})
doesn't yieldCuDeviceArray{Float32,2}
, breaking argument handling inactual_types
.The text was updated successfully, but these errors were encountered: