Skip to content

ROCm PyTorch unit tests status

iotamudelta edited this page Feb 14, 2019 · 45 revisions

Summary of unit tests:

Legend::: N: Unittest group name, T: Total tests, F: Failed, E: Errors, S: Skipped (ROCm only), SO: Skipped due to other reasons, EF: Expected Failures, P: Passed, PR: Pass rate [P*100/(T-SO-EF)], CM: Comments/Modifications

N			T	F	E	S	SO	EF	P	PR	CM
test_autograd		931	0	0	4	0	0	908	100%
test_c10d										Not enabled yet (ready for testing?)   
test_cpp_extensions									Not enabled yet
test_cuda		150	0	0	1	0	0	189	78%
test_dataloader		51	0	0	3	3	0	45	94%
test_distributed									Not enabled yet
test_distributions	190     0       0       4       0	0       186     99%
test_indexing		49	0	0	0	0	0	49	100%
test_indexing_cuda	49	0	0	0	0	0	49	100%
test_jit		1780	0	0	45	16	3	1716	97%
test_multiprocessing	        							Not enabled yet
test_nccl			        						Not enabled yet
test_nn			1280	0	0	28	27	1	1215	97%
test_numba_integration	4	0	0	0	3	0	1	100%
test_optim		48	0	0	0	0	0	48	100%
test_sparse		254	0	0	32	30	0	192	86%
test_torch		417	0	0	3	12	0	402	99%
test_type_info		3	0	0	0	0	0	3	100%
test_utils		19	0       0	1	2	0	16	94%
TOTAL			5214			146	114	4	4941	97%

Details of failing unit tests:

Clone this wiki locally