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
Exection Tests: Long Vector Binary Math Ops (#7696)
This PR is mostly NFC, aside from some cleanup in the
getCompilerOptionsString logic. All of the binary math ops test cases
are simply renamed from earlier work. The binary math ops issue included
two additional intrinsics: pow and step. However, upon closer
inspection, I realized we already have coverage or will have coverage
later for the relevant DXIL ops and LLVM instructions. Therefore, no new
test cases needed to be added.
Resolves#7615
0 commit comments