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
With charge as a Float64, this will promote Float32 (most commonly used on GPU) in operations even though it is not necessary. As Int, it will remain Float32
With charge as a
Float64, this will promoteFloat32(most commonly used on GPU) in operations even though it is not necessary. AsInt, it will remainFloat32