Skip to content

Commit 89d661d

Browse files
sryapfacebook-github-bot
authored andcommitted
Disable dynamo testing in TBE
Summary: This diff disables dynamo testing in TBE unit tests. Differential Revision: D54455966
1 parent 228c65c commit 89d661d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fbgemm_gpu/test/tbe/training/backward_adagrad_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ def execute_backward_adagrad_( # noqa C901
119119
)
120120
)
121121

122+
# Disable dynamo tests due to unknown failure
123+
assume(not compile)
124+
122125
emb_op = SplitTableBatchedEmbeddingBagsCodegen
123126

124127
if pooling_mode == PoolingMode.SUM:

0 commit comments

Comments
 (0)