Closed shivadbhavsar closed 2 weeks ago
Attention: Patch coverage is 80.00000%
with 2 lines
in your changes missing coverage. Please review.
Project coverage is 92.16%. Comparing base (
6faf926
) to head (8ff7567
). Report is 2 commits behind head on develop.
Files with missing lines | Patch % | Lines |
---|---|---|
src/quantization.cpp | 80.00% | 2 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Currently if we do something like:
driver compile model.onnx --fp16
The quantize_fp16 pass will be run before compilation (meaning MIGRAPHX_TRACE_COMPILE will not be able to trace passes run here). Needed to use this trace for debugging so might be useful to merge in