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
Hello,
I'm encountering an issue that when converting negative float16 values to int8 in pallas kernel, the conversion will fall incorrectly to zero value instead of a negative int8 value.
Similarly I observed from float32 to int32.
Is that a known issue for pallas? or I'm missing out something?
Attaching the small reproducer.
Description
Hello,
I'm encountering an issue that when converting negative float16 values to int8 in pallas kernel, the conversion will fall incorrectly to zero value instead of a negative int8 value.
Similarly I observed from float32 to int32.
Is that a known issue for pallas? or I'm missing out something?
Attaching the small reproducer.
I'm seeing that
which doesn't make sense to me.
Thanks!
System info (python version, jaxlib version, accelerator, etc.)
The text was updated successfully, but these errors were encountered: