-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dangling quantizelinear from horizontal fusion, BERT and DistilGPT2 #3598
Labels
Comments
Still seeing this dangling quantizelinear after FP8 OCP->FNUZ changes on MI300 but now it's merged with the elementwise kernels from the OCP->FNUZ conversion:
|
With how the current performance report for fp8 and int8 on MI300 look this is a marginal effect current compared to the time taken on fp8/int8 GEMMs. Would be better to focus instead on improving the MLIR GEMM kernels or use hipBLASLt somehow. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--fp8
flag and probably also--int8
bin/driver perf /codes/distilgpt2_1_fp16_gpu.onnx --fp8 --fill1 input_ids --input-dim @input_ids 64 384 --batch 64
@26
and@31
. The quantizelinear kernel remains unfused.The text was updated successfully, but these errors were encountered: