Skip to content

ROCm PyTorch unit tests status

iotamudelta edited this page Sep 16, 2019 · 45 revisions

Summary of unit tests:

Data as of ROCm 2.7; Sep 16, 2019.

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		1011	0	0	4	2	0	1004	100%
test_c10d										Not enabled yet (ready for testing?)   
test_cpp_extensions									Not enabled yet
test_cuda		2081	0	0	12	174	0	1895	99%
test_dataloader		61	0	0	3	1	0	57	95%
test_distributed									Not enabled yet
test_distributions	197     0       0       0       0	0       197     100%
test_doc_coverage	2	0	0	0	0	0	2	100%
test_expecttest		7	0	0	0	0	0	7	100%
test_fake_quant		4	0	0	0	0	0	4	100%
test_function_schema	9	0	0	0	0	0	9	100%
test_indexing		53	0	0	0	0	0	53	100%
test_indexing_cuda	53	0	0	0	1	0	52	100%
test_jit		2182	0	0	1	40	1	2141	100%
test_jit_disabled	3	0	0	0	0	0	3	100%
test_jit_fuser		46	0	0	0	3	0	43	100%
test_logging		1	0	0	0	0	0	1	100%
test_namedtuple		2	0	0	0	0	0	2	100%
test_multiprocessing	        							Not enabled yet
test_nccl			        						Not enabled yet
test_nn			1456	0	0	49	13	1	1393	97%
test_numba_integration	7	0	0	0	6	0	1	100%
test_optim		71	0	0	0	0	0	71	100%
test_qat		1	0	0	0	0	0	1	100%
test_quantization	25	0	0	0	0	0	25	100%
test_quantized		23	0	0	0	1	0	22	100%
test_quantized_tensor	14	0	0	0	0	0	14	100%
test_quantized_nn_mods	8	0	0	0	0	0	8	100%
test_sparse		274	0	0	16	30	0	228	93%
test_tensorboard	45	0	0	0	0	0	45	100%
test_torch		688	0	0	4	56	0	628	99%
test_type_info		3	0	0	0	0	0	3	100%
test_type_hints		1	0	0	0	0	0	1	100%
test_type_promotion	45	0	0	0	0	0	45	100%
test_utils		23	0       0	1	2	0	20	95%
TOTAL			8396			90	329	2	7975	99%

Details of failing unit tests:

Clone this wiki locally