pytorch/test/jit
David Berard 405f014c26 [jit] Skip NNAPI, test_ivalue, CPU NNC tests in fbcode (#108937)
Summary:
NNAPI: Internal test infra can't find test_nnapi.py. Easiest solution is to just skip these tests if test_nnapi.py can't be found
test_ivalue: fails due to qscheme op not implemented for CPU backend. In OSS, it doesn't run because it's not included in test_jit.py.
CPU NNC tests: test_working_byte_cpu_float32 is failing, but hard to repro; we don't use CPU NNC internally, so let's just skip CPU NNC tests internally.

Differential Revision: D48041615

Pull Request resolved: https://github.com/pytorch/pytorch/pull/108937
Approved by: https://github.com/eellison
2023-09-11 22:42:30 +00:00
..
_imported_class_test
fixtures
fixtures_srcs [BE]: Update Ruff to 0.0.280 (#105724) 2023-07-22 23:03:34 +00:00
xnnpack
__init__.py
myexception.py
test_alias_analysis.py
test_async.py
test_aten_pow.py
test_attr.py
test_autodiff.py
test_autodiff_subgraph_slicing.py
test_await.py
test_backend_nnapi.py [jit] Skip NNAPI, test_ivalue, CPU NNC tests in fbcode (#108937) 2023-09-11 22:42:30 +00:00
test_backends.py
test_batch_mm.py
test_builtins.py
test_class_type.py
test_complex.py
test_complexity.py [jit] test_complexity.py - don't set default dtype in global scope (#106486) 2023-08-03 02:50:15 +00:00
test_convert_activation.py
test_cuda.py unify TEST_CUDA (#106685) 2023-08-10 09:01:36 +00:00
test_custom_operators.py
test_data_parallel.py
test_dataclasses.py
test_dce.py
test_device_analysis.py
test_dtype_analysis.py
test_enum.py
test_exception.py
test_freezing.py Reland: Remove remaining global set_default_dtype calls from tests (#108088) 2023-09-07 03:04:34 +00:00
test_functional_blocks.py
test_fuser_common.py
test_graph_rewrite_passes.py
test_hash.py
test_hooks.py
test_hooks_modules.py
test_ignorable_args.py
test_ignore_context_manager.py
test_isinstance.py
test_jit_utils.py
test_list_dict.py [BE]: Update Ruff to 0.0.280 (#105724) 2023-07-22 23:03:34 +00:00
test_logging.py
test_misc.py torch.ops.aten.*: sort aten ops before jit overloads (#107138) 2023-08-17 03:05:59 +00:00
test_models.py Remove set_default_dtype calls from jit and ops tests (#105072) 2023-07-15 03:18:33 +00:00
test_module_apis.py
test_module_containers.py
test_module_interface.py
test_modules.py
test_op_decompositions.py
test_optimize_for_mobile_preserve_debug_info.py
test_parametrization.py
test_pdt.py
test_peephole.py
test_profiler.py
test_python_bindings.py
test_python_builtins.py
test_python_ir.py
test_recursive_script.py torch.jit.script escape hatch (#106229) 2023-08-11 18:24:46 +00:00
test_remove_mutation.py Remove set_default_dtype calls from jit and ops tests (#105072) 2023-07-15 03:18:33 +00:00
test_save_load.py Back out "Reland "Make adding buffers more like adding parameters (#104069)" (#106224)" (#106743) 2023-08-08 15:27:34 +00:00
test_save_load_for_op_version.py
test_script_profile.py
test_scriptmod_ann.py
test_slice.py
test_sparse.py
test_string_formatting.py
test_symbolic_shape_analysis.py
test_tensor_creation_ops.py
test_tensor_methods.py
test_torchbind.py
test_tracer.py [BE]: Update Ruff to 0.0.280 (#105724) 2023-07-22 23:03:34 +00:00
test_type_sharing.py
test_types.py
test_typing.py
test_union.py
test_unsupported_ops.py
test_upgraders.py
test_warn.py
test_with.py