Open capyun opened 3 months ago
Why is the acceleration solution used only when the data type is fp16 and bfp16, and the pytoch solution is used for others?
Because testing float32 with tf32 would cost more time.
Why is the acceleration solution used only when the data type is fp16 and bfp16, and the pytoch solution is used for others?