Uint8 and Int8 quantization handling as a compiler pass
Open
Nobody has claimed this yet.
bug
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
- Currently we only handle int8 mixed precision, uint8 activations and int8 weights, in GEMMS in the parser.
- There needs to be an update that adds a pass or updates
simplify_qdqto do the same for convolutions and handle all the cases. - Got a test model from CK that sees this problem: https://drive.google.com/file/d/12vygauV8sdP19ooBTx7BnxurY3iPVQ1l/view?usp=drive_link
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.