Skip to content

Commit

Permalink
add auto-pass for cpu
Browse files Browse the repository at this point in the history
Signed-off-by: dan <[email protected]>
  • Loading branch information
dan-garvey committed Nov 26, 2024
1 parent fb4d829 commit b9c9497
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,16 @@
"--iree-opt-strip-assertions",
]


###############################################################################
# CPU
###############################################################################

# This allows using as part of a matrix strat that includes cpu
def test_pass_cpu():
pass


###############################################################################
# ROCM
###############################################################################
Expand Down

0 comments on commit b9c9497

Please sign in to comment.