taichi icon indicating copy to clipboard operation
taichi copied to clipboard

Add bfloat16 support

Open byphilipp opened this issue 2 years ago • 0 comments

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

byphilipp avatar Jan 07 '24 17:01 byphilipp