Global hostcalls when setting a view, e.g. x[boolean_mask] .= 0
#735
Labels
bug
Something isn't working
x[boolean_mask] .= 0
#735
I am getting this error when using AMDGPU trying to replace all NaNs by another value:
I am using AMDGPU 1.2.3 and julia 1.11.3.
This is not a big problem for me as I can use
x0 = ifelse.(isnan.(x0),zero(eltype(x0)),x0);
instead.Thank you for this great packages. I would not be able to use some "serious" compute cluster for my research without this package :-)
The text was updated successfully, but these errors were encountered: