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
) which corresponds to a bunch of overloads but more importantly single test sets.
As we do in llm-relay we should expect users to produce a single kernel per op_name, however, having different sets of tests for the same op name is a unintuitive (an example is div in opinfo). We should have our suites coalesce performance and correctness tests that correlate with the same op name.