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
Concisely describe the proposed feature
I'm trying to use Taichi to speed up traceformers-like neural network. I encounter float16 type overflow and have to use float32 where it is not necessary.
The bfloat16 type can help with this, but it is unsupported in taichi now
The text was updated successfully, but these errors were encountered:
Concisely describe the proposed feature
I'm trying to use Taichi to speed up traceformers-like neural network. I encounter float16 type overflow and have to use float32 where it is not necessary.
The bfloat16 type can help with this, but it is unsupported in taichi now
The text was updated successfully, but these errors were encountered: