Skip to content

Commit

Permalink
fixed for sm75
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Feb 6, 2022
1 parent 6151506 commit a145850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/python/contrib/test_cutlass.py
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ def verify_conv2d_common(
):
if not has_cutlass():
return
if sm < 80 and data_dtype == "float32":
if sm < 80 and inputs[0].dtype == "float32":
return

mod_nchw = tvm.IRModule.from_expr(expr_nchw)
Expand Down

0 comments on commit a145850

Please sign in to comment.