glow icon indicating copy to clipboard operation
glow copied to clipboard

[habana] Implement backend specific verifications

Open shajrawi opened this issue 6 years ago • 3 comments
trafficstars

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.

shajrawi avatar Aug 30 '19 16:08 shajrawi

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 avatar Jun 12 '23 14:06 xonx4l

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

xonx4l avatar Jun 12 '23 14:06 xonx4l

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

xonx4l avatar Jun 12 '23 14:06 xonx4l