Skip to content

[habana] Implement backend specific verifications #3480

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

Open
shajrawi opened this issue Aug 30, 2019 · 3 comments
Open

[habana] Implement backend specific verifications #3480

shajrawi opened this issue Aug 30, 2019 · 3 comments

Comments

@shajrawi
Copy link
Contributor

PR #3469 Added the infrastructure for doing backend-specific verifiers. You can see the rationale behind that in issue #3469.

It also added such verifiers for the OpenCL and Interpreter backends, so there are some examples to follow.

It would be nice to do the same for the Habana backend. This involves going through the backend's code, look for any assumptions and/or asserts being made, and moving them into a verifier.

@xonx4l
Copy link

xonx4l commented Jun 12, 2023

I would like to work on this issue . Till now i have able to get that we have to implement the backend verifier same as in the openCL and Interpreter with habana labs backend . Right?

Can you brief a little more on assumptions and /assets ?

@xonx4l
Copy link

xonx4l commented Jun 12, 2023

so after some research I have come to an solution to the issue as per your indications of going through backend of openCL.

@xonx4l
Copy link

xonx4l commented Jun 12, 2023

Made a PR you can review. Update CMakeLists.txt #6094.

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

No branches or pull requests

2 participants