Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions fbgemm_gpu/test/tbe/training/backward_dense_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
format_ref_tensors_in_mixed_B_layout,
gen_mixed_B_batch_sizes,
open_source,
suppressed_list,
)

if open_source:
Expand Down Expand Up @@ -78,6 +79,7 @@ class BackwardDenseTest(unittest.TestCase):
verbosity=VERBOSITY,
max_examples=10,
deadline=None,
suppress_health_check=suppressed_list,
)
def test_backward_dense( # noqa C901
self,
Expand Down
Loading