Uh oh!
There was an error while loading. Please reload this page.
[QUANTIZE] Refactor quantization codebase and fix model accuracy - #3543
Conversation
ZihengJiang
commented
Jul 19, 2019
After discussing offline with Tianqi, we decide to build the nightly regression tests in another repo. |
ZihengJiang
commented
Jul 19, 2019
@tqchen@eqy@vinx13@tmoreau89 Could you please help to review this change? |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
eqy
commented
Jul 19, 2019
@ZihengJiang Do you think we we could try to get the calibration PR first? I have to port it over to the new pass infra and I think this is likely more easy to replay on top of calibration than vice-versa. |
Uh oh!
There was an error while loading. Please reload this page.
tqchen
commented
Aug 2, 2019
@ZihengJiang please followup now that #3538 is merged |
tmoreau89
commented
Aug 7, 2019
What is the status on this PR? @tqchen@ZihengJiang |
| def add_partition_function(ref_call, new_args, ctx): | ||
| """Rewrite function for ewise add for partition""" | ||
| if 'cuda' in _target.current_target().keys: | ||
| #TODO(wuwei/ziheng) cuda specific rules |
There was a problem hiding this comment.
@vinx13 Since general devices and VTA are okay/required to insert stop_fusion in both side, let's use different rewrite rules for specific target here,
Uh oh!
There was an error while loading. Please reload this page.
…che#3543) * Refactor. * update * update * update * update * update * update
…che#3543) * Refactor. * update * update * update * update * update * update
…che#3543) * Refactor. * update * update * update * update * update * update
partition.cc,annotate.cc,realize.ccrewrite_for_vtato extrapartitionpass and enable it by defaultannotation.force_cast(x)toannotation.cast_hint(x, dtype)qconfig.store_lowbit_outputand enable it by defaultcc @tqchen@eqy@vinx13@tmoreau89