Hannah Robertson

Results 3 comments of Hannah Robertson

Temporary workaround (from slack): disable "format on paste" in vscode settings, then use "format selection" after pasting if needed.

``` julia> relu.([NaN32 NaN32]) 1x2 Matrix{Float32}: NaN NaN julia> relu.(gpu([NaN NaN])) 1x2 CuArray{Float32, 2, CUDA.Mem.DeviceBuffer}: 0.0 0.0 ```

xref https://github.com/JuliaCI/PkgTemplates.jl/issues/266#issuecomment-1656757335