-
Notifications
You must be signed in to change notification settings - Fork 7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[fbsync] Add manual opcheck tests for roi ops (#8144)
Reviewed By: vmoens Differential Revision: D52539014 fbshipit-source-id: 6fc2eb107216f1c3933e199a75dc51e620d7c093
- Loading branch information
1 parent
e59dc0f
commit b0ff741
Showing
2 changed files
with
38 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,5 @@ | ||
{ | ||
"_description": "This is a dict containing failures for tests autogenerated by generate_opcheck_tests. For more details, please see https://docs.google.com/document/d/1Pj5HRZvdOq3xpFpbEjUZp2hBovhy7Wnxw14m6lF2154/edit", | ||
"_version": 1, | ||
"data": { | ||
"torchvision::roi_align": { | ||
"TestRoIAlign.test_aot_dispatch_dynamic__test_mps_error_inputs": { | ||
"comment": "RuntimeError: MPS does not support roi_align backward with float16 inputs", | ||
"status": "xfail" | ||
}, | ||
"TestRoIAlign.test_autograd_registration__test_mps_error_inputs": { | ||
"comment": "NotImplementedError: autograd_registration_check: NYI devices other than CPU/CUDA, got {'mps'}", | ||
"status": "xfail" | ||
} | ||
} | ||
} | ||
"data": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters