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
As part of porting PI plugins to UR we also need to enable testing of adapter specific features. The most obvious of these is to test native handles to make sure integration and interop with the underlaying adapter interface is working as expected.
This is gated on adapter code moving into this repository.
Determine where the adapter specific code should reside
Document this in the readme
Implement an example of what this should look like, either with the null adapter or when the first real adapter is moved into this repository.
The text was updated successfully, but these errors were encountered:
As discussed here more extensive testing of urPlatformGetLastError is an ideal candidate for adapter specific testing as this relies on knowledge of adapter implementation details in order to actually trigger an adapter specific error so that the message and error code returned from urPlatformGetLastError can be validated.
As part of porting PI plugins to UR we also need to enable testing of adapter specific features. The most obvious of these is to test native handles to make sure integration and interop with the underlaying adapter interface is working as expected.
This is gated on adapter code moving into this repository.
The text was updated successfully, but these errors were encountered: