Skip to content
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

[Quantization] Allow running end2end quantization tests on OpenCL backend #1310

Closed
rdzhabarov opened this issue Jul 23, 2018 · 6 comments
Closed
Assignees

Comments

@rdzhabarov
Copy link
Contributor

Currently, there are two end2end tests for quantization which make sure that we can:

  • Profile and Quantize the graph
  • Execute inference for the quantized graph on a specific backend

Note that Profiling is always done with the Interpreter backend. While quantizing and inference is run on a specific backend.

See here for the reference.

@ZchiPitt we've been talking about this. Created this issue just to make sure it's not lost.

@rdzhabarov
Copy link
Contributor Author

This is fixed, isn't it? @ZchiPitt If so, please, close this.

@ZchiPitt
Copy link
Contributor

not exactly, end2endGRU still needs topk instr to be supported

@rdzhabarov
Copy link
Contributor Author

Can you please update with the status on what's done and what's pending/planned.

@ZchiPitt
Copy link
Contributor

end2end is fully supported, while end2endGRU stopped when complaining about unsupported topk

@ZchiPitt
Copy link
Contributor

i believe we only two end2end tests, right

@rdzhabarov
Copy link
Contributor Author

end2endGRU was fixed, closing this issue. Great work @ZchiPitt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants