How do I know if my hardware supports bf16?

I want to try to train and use a tflite model, but it seems that not all hardware supports bf16. How can I judge whether the hardware supports bf16?

There are bfloat16 instructions checks for CPU in:

Are you interested also for GPU?

1 Like