On 6/1/23 01:01, juzhe.zh...@rivai.ai wrote:
I plan to implement BF16 vector in GCC but still waiting for ISA ratified since GCC policy doesn't allow un-ratified ISA.
Right. So those specs need to move along further before we can start integrating code.


Currently, we are working on INT8,INT16,INT32,INT64,FP16,FP32,FP64 auto-vectorizaiton.
It should very simple BF16 in current vector framework in GCC.
In prior architectures I've worked on the bulk of BF16 work was just adding additional entries to existing iterators. So I agree, it should be very simple :-)

Jeff

Reply via email to