AMDMIGraphX
AMDMIGraphX copied to clipboard
Write a onnx parser/verify tests for FP8
Write a onnx parser test for FP8
Working on higher priority DLM issues and JIRA tickets so could not work on this one.
Working on higher priority DLM issues and JIRA tickets so could not work on this one.
Same as before, did not get a chance to work on this. Now that the other issues have been fixed, will pick this up again.
I was able to work on this a bit during the last sprint and was able to get past the error I was seeing for verification. I will continue to work on this to add more tests.
Was able to work on this last week:
-
Added tests covering the following operators: reduce_max, reduce_sum, avgpool, maxpool, sine, cosine, sqrt, division, multiplication.
-
Addressed comments to modify existing test cases.
-
Investigated failures after modifying tests.
-
Opened a separate PR to modify parse_shrink.cpp and related tests to remove redundant convert operations.
PR to update parse gemm and update gemm tests so I could address the comments on gemm_fp8 test: https://github.com/ROCm/AMDMIGraphX/pull/3158