Skip to content

Commit

Permalink
add comment on IC == 3 case
Browse files Browse the repository at this point in the history
  • Loading branch information
masahi committed Dec 11, 2021
1 parent 6b780db commit 870823c
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 @@ -386,7 +386,7 @@ def test_conv2d():
sm=80,
atol=1e-5,
rtol=1e-5,
use_cudnn_ref=IC == 3,
use_cudnn_ref=(IC == 3), # The autotvm kernel has an accuracy issue with IC == 3 case
run_benchmark=False,
)

Expand Down

0 comments on commit 870823c

Please sign in to comment.