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
While working on #1987 and #1982, it became clear that not all of the gemv code paths are tested via the gemv unit tests. Upon closer inspection of the gemv unit test, it appears that many of the blas unit tests rely on the strided_view_adapter which always tests our interfaces with LayoutRight views regardless of the provided ViewType. The following unit tests are affected by this:
While working on #1987 and #1982, it became clear that not all of the gemv code paths are tested via the gemv unit tests. Upon closer inspection of the gemv unit test, it appears that many of the blas unit tests rely on the
strided_view_adapter
which always tests our interfaces withLayoutRight
views regardless of the providedViewType
. The following unit tests are affected by this:To address this,
strided_view_adapter
could be updated to accept and use aLayoutType
template argument.The text was updated successfully, but these errors were encountered: