Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add TBE tests to failures_dict_fast.json #2632

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions fbgemm_gpu/test/tbe/cache/failures_dict_fast.json
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,10 @@
"comment": "",
"status": "xfail"
},
"CacheTest.test_schema__test_cache_miss_counter": {
"comment": "",
"status": "xfail"
},
"LXUCacheTest.test_faketensor__test_lxu_cache_lookup": {
"comment": "",
"status": "xfail"
Expand Down
14 changes: 6 additions & 8 deletions fbgemm_gpu/test/tbe/inference/failures_dict_fast.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
"_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": {
"fbgemm::FloatToFused8BitRowwiseQuantized": {},
"fbgemm::FloatToFusedNBitRowwiseQuantizedSBHalf": {},
"fbgemm::FloatToHFP8Quantized": {},
"fbgemm::Fused8BitRowwiseQuantizedToFloat": {},
"fbgemm::Fused8BitRowwiseQuantizedToFloatOrHalf": {},
"fbgemm::HFP8QuantizedToFloat": {},
"fbgemm::asynchronous_complete_cumsum": {},
"fbgemm::bounds_check_indices": {},
"fbgemm::dense_embedding_codegen_lookup_function": {
Expand Down Expand Up @@ -29,21 +35,13 @@
}
},
"fbgemm::int_nbit_split_embedding_codegen_lookup_function": {
"NBitCacheTest.test_faketensor__test_nbit_cache_miss_counter": {
"comment": "",
"status": "xsuccess"
},
"NBitForwardTest.test_faketensor__test_nbit_forward_fused_pooled_emb_quant": {
"comment": "",
"status": "xsuccess"
},
"NBitForwardTest.test_faketensor__test_nbit_forward_uvm_cache": {
"comment": "",
"status": "xsuccess"
},
"NBitSplitEmbeddingsTest.test_faketensor__test_int_nbit_split_embedding_uvm_caching_codegen_lookup_function": {
"comment": "",
"status": "xsuccess"
}
},
"fbgemm::int_nbit_split_embedding_uvm_caching_codegen_lookup_function": {
Expand Down
47 changes: 47 additions & 0 deletions fbgemm_gpu/test/tbe/training/failures_dict_fast.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
"_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": {
"fbgemm::FloatToFused8BitRowwiseQuantized": {},
"fbgemm::Fused8BitRowwiseQuantizedToFloat": {},
"fbgemm::asynchronous_complete_cumsum": {},
"fbgemm::bounds_check_indices": {},
"fbgemm::dense_embedding_codegen_lookup_function": {
Expand Down Expand Up @@ -198,6 +200,10 @@
"comment": "",
"status": "xfail"
},
"BackwardAdagradLargeDimTest.test_schema__test_backward_adagrad_large_dims": {
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_faketensor__test_backward_adagrad_fp16_pmMEAN": {
"comment": "",
"status": "xfail"
Expand Down Expand Up @@ -226,6 +232,30 @@
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_schema__test_backward_adagrad_fp16_pmMEAN": {
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_schema__test_backward_adagrad_fp16_pmNONE": {
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_schema__test_backward_adagrad_fp16_pmSUM": {
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_schema__test_backward_adagrad_fp16_pmSUM_with_max_norm": {
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_schema__test_backward_adagrad_fp32_pmNONE": {
"comment": "",
"status": "xfail"
},
"BackwardAdagradTest.test_schema__test_backward_adagrad_fp32_pmSUM": {
"comment": "",
"status": "xfail"
},
"BackwardSGDTest.test_faketensor__test_backward_sgd": {
"comment": "",
"status": "xfail"
Expand All @@ -234,10 +264,22 @@
"comment": "",
"status": "xfail"
},
"BackwardSGDTest.test_schema__test_backward_sgd": {
"comment": "",
"status": "xfail"
},
"BackwardSGDTest.test_schema__test_backward_sgd_really_long_segments": {
"comment": "",
"status": "xfail"
},
"CacheTest.test_faketensor__test_cache_miss_counter": {
"comment": "",
"status": "xfail"
},
"CacheTest.test_schema__test_cache_miss_counter": {
"comment": "",
"status": "xfail"
},
"LXUCacheTest.test_faketensor__test_lxu_cache_lookup": {
"comment": "",
"status": "xfail"
Expand All @@ -261,6 +303,10 @@
"SplitTableBatchedEmbeddingsTest.test_faketensor__test_stb_uvm_cache_stats": {
"comment": "",
"status": "xfail"
},
"SplitTableBatchedEmbeddingsTest.test_schema__test_stb_uvm_cache_stats": {
"comment": "",
"status": "xfail"
}
},
"fbgemm::new_managed_tensor": {},
Expand Down Expand Up @@ -325,6 +371,7 @@
"fbgemm::split_embedding_codegen_lookup_partial_rowwise_lamb_function": {},
"fbgemm::split_embedding_codegen_lookup_rowwise_adagrad_function": {},
"fbgemm::split_embedding_codegen_lookup_rowwise_adagrad_function_cpu": {},
"fbgemm::split_embedding_codegen_lookup_rowwise_adagrad_with_counter_function": {},
"fbgemm::split_embedding_codegen_lookup_rowwise_weighted_adagrad_function": {},
"fbgemm::split_embedding_codegen_lookup_sgd_function": {},
"fbgemm::split_embedding_codegen_lookup_sgd_function_cpu": {}
Expand Down
4 changes: 4 additions & 0 deletions fbgemm_gpu/test/tbe/utils/failures_dict_fast.json
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,10 @@
"SplitTableBatchedEmbeddingsTest.test_faketensor__test_stb_uvm_cache_stats": {
"comment": "",
"status": "xfail"
},
"SplitTableBatchedEmbeddingsTest.test_schema__test_stb_uvm_cache_stats": {
"comment": "",
"status": "xfail"
}
},
"fbgemm::new_managed_tensor": {},
Expand Down
Loading