You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 ?
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
andInterpreter
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.The text was updated successfully, but these errors were encountered: