Skip to content

Commit

Permalink
Re-enable non-contig in qarithmetic_test.py (pytorch#82345)
Browse files Browse the repository at this point in the history
As pytorch#29435 is closed.
Pull Request resolved: pytorch#82345
Approved by: https://github.com/clee2000, https://github.com/huydhn
  • Loading branch information
kit1980 authored and pytorchmergebot committed Jul 29, 2022
1 parent 0bb467d commit a729964
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmarks/operator_benchmark/pt/qarithmetic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
qarithmetic_binary_configs = op_bench.cross_product_configs(
N=(2, 8, 64, 512),
dtype=(torch.quint8, torch.qint8, torch.qint32),
# contig=(False, True), # TODO: Reenable this after #29435
contig=(True,),
contig=(False, True),
tags=('short',)
)

Expand Down

0 comments on commit a729964

Please sign in to comment.