| .. |
|
ActivationCheckpointingTests.test_cond_with_kwargs
|
|
|
|
AotAutogradFallbackTests.test_aot_sequence_nr
|
|
|
|
AutogradFunctionTests.test_graph_break_if_lifted_free_variable
|
|
|
|
AutogradFunctionTests.test_print_in_bwd
|
|
|
|
AutogradFunctionTests.test_stride_in_bwd
|
|
|
|
ComptimeTests.test_graph_break
|
|
|
|
CtxManagerTests.test_autograd_profiler_enabled
|
|
|
|
CtxManagerTests.test_disable_saved_tensors_hooks
|
|
|
|
CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled
|
|
|
|
CtxManagerTests.test_disable_saved_tensors_hooks_prev_disabled_nested
|
|
|
|
DecoratorTests.test_mark_static_address_guarded
|
|
|
|
DecoratorTests.test_mark_static_address_unguarded
|
|
|
|
DefaultsTests.test_cast_tensor_single_elem
|
|
|
|
DefaultsTests.test_compare_constant_and_tensor
|
|
|
|
DefaultsTests.test_func_default_torch_args
|
|
|
|
DefaultsTests.test_in_set_inplace
|
|
|
|
DefaultsTests.test_in_set_would_fail_broadcast
|
|
|
|
DynamoProfilerTests.test_dynamo_timed_profiling_isolated
|
|
|
|
DynamoProfilerTests.test_profiler_cache_lookup
|
|
|
|
DynamoProfilerTests.test_profiler_dynamo_compiled_region
|
|
|
|
End2EndTests.test_init_group
|
|
|
|
ExampleTests.test_exportdb_supported_case_assume_constant_result
|
|
|
|
ExampleTests.test_exportdb_supported_case_constrain_as_size_example
|
|
|
|
ExcTests.test_backend_suppress_line
|
|
|
|
ExcTests.test_graph_break_log
|
|
|
|
ExcTests.test_internal_error_no_suppress
|
|
|
|
ExcTests.test_internal_error_suppress_errors
|
|
|
|
ExcTests.test_not_implemented_error
|
|
|
|
ExcTests.test_trigger_on_error
|
|
|
|
ExportTests.test_cond_raise_user_error_on_non_list_operands
|
|
|
|
ExportTests.test_cond_raise_user_error_on_non_tensor_operands
|
|
|
|
ExportTests.test_cond_raise_user_error_on_unsupported_pred
|
|
|
|
ExportTests.test_export_decomp
|
|
|
|
ExportTests.test_export_dynamic_dim_cleanup
|
|
|
|
ExportTests.test_export_dynamic_dim_range_constraint
|
|
|
|
ExportTests.test_export_mark_dynamic_conflict_dynamic_dim
|
|
|
|
ExportTests.test_export_multi_dynamic_dim_constraint
|
|
|
|
ExportTests.test_export_multi_dynamic_dim_unsafe_relationship
|
|
|
|
ExportTests.test_export_no_raise
|
|
|
|
ExportTests.test_export_preserve_constraints_as_metadata_scalar
|
|
|
|
ExportTests.test_export_raise_on_relationship
|
|
|
|
ExportTests.test_export_with_constant_dict_values
|
|
|
|
ExportTests.test_export_with_constant_free_function
|
|
|
|
ExportTests.test_export_with_constant_free_function_and_class_method
|
|
|
|
ExportTests.test_export_with_constant_free_function_and_class_method_multiarg
|
|
|
|
ExportTests.test_export_with_constant_free_function_and_class_method_multiarg_diff
|
|
|
|
ExportTests.test_export_with_constant_list_nonzero
|
|
|
|
ExportTests.test_export_with_constant_list_nonzero_free_function
|
|
|
|
ExportTests.test_export_with_constant_method_on_module
|
|
|
|
ExportTests.test_export_with_constant_method_on_module_invoke_twice
|
|
|
|
ExportTests.test_export_with_constant_none_control_flow
|
|
|
|
ExportTests.test_export_with_constant_none_control_flow_free_func
|
|
|
|
ExportTests.test_export_with_constant_not_none_control_flow
|
|
|
|
ExportTests.test_export_with_constant_not_none_control_flow_free_func
|
|
|
|
ExportTests.test_export_with_constant_not_none_control_flow_pos
|
|
|
|
ExportTests.test_export_with_constant_not_return_const
|
|
|
|
ExportTests.test_export_with_constant_tuple_nonzero
|
|
|
|
ExportTests.test_export_with_map_cond
|
|
|
|
ExportTests.test_exported_graph_serialization
|
|
|
|
ExportTests.test_torch_inference_mode_ctx
|
|
|
|
ExportTests.test_untracked_inputs_in_constraints
|
|
|
|
FakeTensorPropTest.test_nonzero_stride
|
[dynamo] context manager/decorator for dynamo config patching during tracing (#150586)
|
2025-04-23 09:12:13 +00:00 |
|
FunctionTests.test_default_dict
|
|
|
|
FunctionTests.test_default_dict_closure
|
|
|
|
FunctionTests.test_default_dict_lambda
|
|
|
|
FunctionTests.test_is_contiguous_frame_counts
|
|
|
|
FunctionTests.test_math_radians
|
|
|
|
FunctionTests.test_partials_as_input_partials_lambda
|
|
|
|
FunctionTests.test_partials_as_input_partials_mod
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_disable_capture
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_fn_with_kwargs
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_freevar_python_scalar
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_has_aux
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_non_tensor_input
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_pytree
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_two_tensor_all_grad_has_aux
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_two_tensor_has_aux
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_with_graph_break
|
|
|
|
FuncTorchHigherOrderOpTests.test_grad_with_side_effect
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_disable_capture
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_free_const
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_free_tensor
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_kwargs
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_in_dims
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_multiple_invocation_out_dims
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_diff_dims
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_multiple_outputs_out_dims_tuple
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_over_vmap_captured
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_over_vmap_two_inputs
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_previous_illegal_op_no_graph_break
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_pytree_inputs
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_recompile_same_config
|
Let torch dynamo inline torch.func.grad (#118407)
|
2024-02-28 20:05:00 +00:00 |
|
FuncTorchHigherOrderOpTests.test_vmap_side_effects
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_two_inputs
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_two_inputs_tuple_in_dims
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_with_conditional_graph_break
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_with_graph_break
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_2
|
|
|
|
FuncTorchHigherOrderOpTests.test_vmap_with_graph_break_lambda
|
|
|
|
HigherOrderOpTests.test_capture_untracked_global_nested
|
|
|
|
HigherOrderOpTests.test_capture_value_created_in_subgraph
|
|
|
|
HigherOrderOpTests.test_cond_branches_no_arguments
|
|
|
|
HigherOrderOpTests.test_cond_branches_no_arguments_no_closure
|
|
|
|
HigherOrderOpTests.test_cond_pytree_operands
|
|
|
|
HigherOrderOpTests.test_cond_pytree_operands_with_non_tensor_leaves
|
|
|
|
HigherOrderOpTests.test_cond_source_fn_stack
|
|
|
|
HigherOrderOpTests.test_cond_subgraph_name_is_valid
|
|
|
|
HigherOrderOpTests.test_fallback_on_python_primitives_output
|
|
|
|
HigherOrderOpTests.test_map_lowers_to_graph
|
|
|
|
HigherOrderOpTests.test_map_multi_return
|
|
|
|
HigherOrderOpTests.test_map_pytree_return
|
|
|
|
HigherOrderOpTests.test_map_source_fn_stack
|
|
|
|
HigherOrderOpTests.test_map_subgraph_name_is_valid
|
|
|
|
HigherOrderOpTests.test_map_symint_input
|
|
|
|
HigherOrderOpTests.test_modules
|
|
|
|
HigherOrderOpTests.test_nested_tuple_output
|
|
|
|
HigherOrderOpTests.test_output_with_dict
|
|
|
|
HigherOrderOpTests.test_side_effect_in_body
|
|
|
|
HigherOrderOpTests.test_vmap_source_fn_stack
|
|
|
|
HigherOrderOpTests.test_wrap_kwarg_recompile
|
|
|
|
HigherOrderOpTests.test_wrap_subgraph_name_is_valid
|
|
|
|
HooksTests.test_functools_arg_vary
|
|
|
|
HooksTests.test_post_acc_grad_hook
|
|
|
|
HooksTests.test_tensor_register_global_hook
|
|
|
|
HooksTests.test_tensor_register_hook_in_graph_local
|
|
|
|
HooksTests.test_tensor_register_multiple_hooks
|
|
|
|
HooksTests.test_tensor_register_multiple_hooks_handles_in_list
|
|
|
|
InteropTests.test_vmap_in_graph
|
|
|
|
LoggingTests.test_aot
|
|
|
|
LoggingTests.test_aot_graphs
|
|
|
|
LoggingTests.test_aot_joint_graph
|
|
|
|
LoggingTests.test_bytecode
|
|
|
|
LoggingTests.test_custom_format
|
|
|
|
LoggingTests.test_custom_format_exc
|
|
|
|
LoggingTests.test_dynamo_debug
|
|
|
|
LoggingTests.test_dynamo_error
|
|
|
|
LoggingTests.test_dynamo_info
|
|
|
|
LoggingTests.test_graph
|
|
|
|
LoggingTests.test_graph_breaks
|
|
|
|
LoggingTests.test_graph_code
|
|
|
|
LoggingTests.test_graph_sizes
|
|
|
|
LoggingTests.test_graph_sizes_dynamic
|
|
|
|
LoggingTests.test_guards_recompiles
|
|
|
|
LoggingTests.test_inductor_debug
|
|
|
|
LoggingTests.test_inductor_error
|
|
|
|
LoggingTests.test_inductor_info
|
|
|
|
LoggingTests.test_multiline_format
|
|
|
|
LoggingTests.test_output_code
|
|
|
|
LoggingTests.test_recompiles
|
|
|
|
LoggingTests.test_trace_source_cond
|
|
|
|
LoggingTests.test_trace_source_nested
|
|
|
|
MiscTests.test_add_to_set
|
|
|
|
MiscTests.test_any_all_symnode
|
|
|
|
MiscTests.test_backend_match_guard
|
|
|
|
MiscTests.test_boolarg
|
|
|
|
MiscTests.test_callpacked
|
|
|
|
MiscTests.test_compare_shapes_with_constant
|
|
|
|
MiscTests.test_cond_nested
|
|
|
|
MiscTests.test_cond_side_effects
|
|
|
|
MiscTests.test_dataclass_fields
|
|
|
|
MiscTests.test_deque_append_left
|
|
|
|
MiscTests.test_deque_input
|
|
|
|
MiscTests.test_deterministic_algorithms_mutated
|
|
|
|
MiscTests.test_dict_order_keys
|
|
|
|
MiscTests.test_dict_order_keys_modules
|
|
|
|
MiscTests.test_dict_order_keys_tensors
|
|
|
|
MiscTests.test_dictcomp
|
|
|
|
MiscTests.test_dtypes_no_graphbreaks
|
|
|
|
MiscTests.test_dunder_new_function_inlining
|
|
|
|
MiscTests.test_frozenset_torch_func_contains
|
|
|
|
MiscTests.test_get_cache_entry
|
|
|
|
MiscTests.test_guard_failure_fn
|
|
|
|
MiscTests.test_guard_failure_fn_shape_control
|
|
|
|
MiscTests.test_guard_failure_fn_tensor_iter
|
|
|
|
MiscTests.test_guard_failure_fn2
|
|
|
|
MiscTests.test_inference_mode
|
|
|
|
MiscTests.test_inplace_param_update
|
|
|
|
MiscTests.test_inplace_view_on_graph_input
|
|
|
|
MiscTests.test_intermediary_tensor_grad_access
|
|
|
|
MiscTests.test_is_compiling
|
|
|
|
MiscTests.test_iter_set
|
|
|
|
MiscTests.test_itertools_accumulate_symint_default_sum
|
|
|
|
MiscTests.test_itertools_accumulate_tensors_default_sum
|
|
|
|
MiscTests.test_itertools_groupby_pure_python_default_identify_func
|
|
|
|
MiscTests.test_itertools_groupby_pure_python_key_func
|
|
|
|
MiscTests.test_itertools_infinite_cycle
|
|
|
|
MiscTests.test_itertools_infinite_repeat
|
|
|
|
MiscTests.test_itertools_infinite_repeat_mutation
|
|
|
|
MiscTests.test_itertools_repeat
|
|
|
|
MiscTests.test_listcomp
|
|
|
|
MiscTests.test_mandelbrot_numpy
|
|
|
|
MiscTests.test_mark_static
|
|
|
|
MiscTests.test_namedtuple1
|
|
|
|
MiscTests.test_namedtuple2
|
|
|
|
MiscTests.test_nan
|
|
|
|
MiscTests.test_nested_optimize
|
|
|
|
MiscTests.test_nested_optimize_decorator
|
|
|
|
MiscTests.test_nested_optimize_run
|
|
|
|
MiscTests.test_nn_module_getattr
|
|
|
|
MiscTests.test_no_raise_guard_partial_constraint
|
|
|
|
MiscTests.test_no_raise_guard_partial_constraint_across_break
|
|
|
|
MiscTests.test_numpy_array_of_arrays
|
|
|
|
MiscTests.test_numpy_force
|
|
|
|
MiscTests.test_numpy_int_constant
|
|
|
|
MiscTests.test_numpy_iter
|
|
|
|
MiscTests.test_numpy_non_torch_dtype
|
|
|
|
MiscTests.test_numpy_readonly
|
|
|
|
MiscTests.test_numpy_recompilation_scalar
|
|
|
|
MiscTests.test_numpy_size_attr
|
|
|
|
MiscTests.test_numpy_subdtype
|
|
|
|
MiscTests.test_numpy_tolist
|
|
|
|
MiscTests.test_numpy_torch_operators
|
|
|
|
MiscTests.test_numpy_with_builtin_type
|
|
|
|
MiscTests.test_out_variants_with_resizing_on_graph_inputs
|
|
|
|
MiscTests.test_pure_python_accumulate
|
|
|
|
MiscTests.test_py_guards_mark_dynamic
|
|
|
|
MiscTests.test_raise_guard_full_constraint
|
|
|
|
MiscTests.test_raise_guard_partial_constraint_no_graph_break
|
|
|
|
MiscTests.test_raise_on_backend_error
|
|
|
|
MiscTests.test_recompile_on_global_state_change
|
|
|
|
MiscTests.test_release_input_memory
|
|
|
|
MiscTests.test_release_module_memory
|
|
|
|
MiscTests.test_release_scope_memory
|
|
|
|
MiscTests.test_repeat_interleave_graphbreaks
|
|
|
|
MiscTests.test_return_nested_function
|
|
|
|
MiscTests.test_set_aliasing_recompiles
|
|
|
|
MiscTests.test_setattr_mutation1
|
|
|
|
MiscTests.test_simple_set_usage
|
|
|
|
MiscTests.test_size_input
|
|
|
|
MiscTests.test_str_format_assert2
|
|
|
|
MiscTests.test_tensor_build_list_unpack
|
|
|
|
MiscTests.test_tensor_dict1
|
|
|
|
MiscTests.test_tensor_dict2
|
|
|
|
MiscTests.test_tensor_dict3
|
|
|
|
MiscTests.test_tensor_item_capture
|
|
|
|
MiscTests.test_tolist_1d
|
|
|
|
MiscTests.test_tolist_0d
|
|
|
|
MiscTests.test_tolist_kd
|
|
|
|
MiscTests.test_tolist_kd_dynamic
|
|
|
|
MiscTests.test_tolist_scalar
|
|
|
|
MiscTests.test_torch_seed
|
|
|
|
MiscTests.test_tracing_nested_py_tree
|
|
|
|
MiscTests.test_tracing_nested_py_tree_dicts
|
|
|
|
MiscTests.test_tracing_nested_py_tree_mixed_all
|
|
|
|
MiscTests.test_tracing_nested_py_tree_tuples
|
|
|
|
MiscTests.test_tracing_py_tree
|
|
|
|
MiscTests.test_tracing_py_tree_tensor_subclass
|
|
|
|
MiscTests.test_tracing_tree_map_only
|
|
|
|
MiscTests.test_type_copy
|
|
|
|
MiscTests.test_typing_typevar
|
|
|
|
MiscTests.test_user_getattribute
|
|
|
|
MiscTests.test_with_builtin_type
|
|
|
|
MiscTests.test_yield_from
|
|
|
|
MiscTests.test_yield_gen_and_from
|
|
|
|
MiscTests.test_yield_send_to_subgenerator_graph_break
|
|
|
|
NNModuleTests.test_lazy_module_no_cls_to_become
|
|
|
|
NNModuleTests.test_lazy_module1
|
|
|
|
NNModuleTests.test_lazy_module2
|
|
|
|
NNModuleTests.test_lazy_module4
|
|
|
|
NNModuleTests.test_lazy_module5
|
|
|
|
NNModuleTests.test_lazy_module6
|
|
|
|
NNModuleTests.test_self_mutating1
|
|
|
|
NNModuleTests.test_unsupportedmethod
|
|
|
|
NNModuleTests.test_unsupportedmodule
|
|
|
|
NonStrictExportTestExport.test__scaled_dot_product_flash_attention_non_strict
|
|
|
|
NonStrictExportTestExport.test_basic_non_strict_fake_tensor_non_strict
|
|
|
|
NonStrictExportTestExport.test_basic_non_strict_real_tensor_non_strict
|
|
|
|
NonStrictExportTestExport.test_buffer_util_non_strict
|
|
|
|
NonStrictExportTestExport.test_cond_with_module_stack_export_with_non_strict
|
|
|
|
NonStrictExportTestExport.test_export_decomps_dynamic_non_strict
|
|
|
|
NonStrictExportTestExport.test_export_decomps_simple_non_strict
|
|
|
|
NonStrictExportTestExport.test_export_with_wrong_inputs_non_strict
|
|
|
|
NonStrictExportTestExport.test_external_call_non_strict_real_tensor_non_strict
|
|
|
|
NonStrictExportTestExport.test_fqn_non_strict
|
|
|
|
NonStrictExportTestExport.test_nn_module_stack_non_strict
|
|
|
|
NonStrictExportTestExport.test_nn_module_stack_shared_submodule_non_strict
|
|
|
|
NonStrictExportTestExport.test_non_strict_dynamic_shapes_non_strict
|
|
|
|
NonStrictExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_non_strict
|
|
|
|
NonStrictExportTestExport.test_param_util_non_strict
|
|
|
|
NonStrictExportTestExport.test_raise_user_error_when_guard_on_data_dependent_operation_non_strict
|
|
|
|
NonStrictExportTestExport.test_sym_sqrt_non_strict
|
|
|
|
NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_non_strict
|
|
|
|
NonStrictExportTestExport.test_to_module_with_mutated_buffer_multiple_update_sub_later_non_strict
|
|
|
|
NonStrictExportTestExport.test_to_module_with_mutated_buffer_non_strict
|
|
|
|
NumpyTestsCPU.test_boolean_indexing_weirdness_cpu
|
|
|
|
NumpyTestsCPU.test_boolean_shape_mismatch_cpu
|
|
|
|
NumpyTestsCPU.test_empty_fancy_index_cpu
|
|
|
|
NumpyTestsCPU.test_index_no_floats_cpu
|
|
|
|
OptimizedModuleTest.test_backward_hooks
|
|
|
|
OptimizedModuleTest.test_cache_size_limit_on_guarded_nn_modules
|
|
|
|
OptimizedModuleTest.test_composition_with_opt_mod
|
|
|
|
OptimizedModuleTest.test_hooks_inner
|
|
|
|
OptimizedModuleTest.test_hooks_outer
|
|
|
|
OptimizedModuleTest.test_hooks_skip_guards
|
|
|
|
OptimizedModuleTest.test_module_dict_iter_name
|
|
|
|
OptimizedModuleTest.test_nn_module
|
|
|
|
OptimizedModuleTest.test_no_recompile_on_nn_guarded_modules
|
|
|
|
OptimizedModuleTest.test_to
|
|
|
|
OptimizerTests.test_adagrad
|
|
|
|
OptimizerTests.test_adam
|
|
|
|
OptimizerTests.test_adamax
|
|
|
|
OptimizerTests.test_adamw
|
|
|
|
OptimizerTests.test_asgd
|
|
|
|
OptimizerTests.test_nadam
|
|
|
|
OptimizerTests.test_rmsprop
|
|
|
|
OptimizerTests.test_rprop
|
|
|
|
OptimizerTests.test_sgd
|
|
|
|
PackedSequenceTest.test_pack_sequence
|
[dynamo][user-defined] Improve getattr_static for user_defined objects (#133742)
|
2024-08-20 21:51:03 +00:00 |
|
PackedSequenceTest.test_to
|
|
|
|
PackedSequenceTest.test_total_length
|
|
|
|
PackedSequenceTest.test_type_casts
|
|
|
|
PackedSequenceTest.test_unpack_sequence
|
[dynamo][user-defined] Improve getattr_static for user_defined objects (#133742)
|
2024-08-20 21:51:03 +00:00 |
|
RecompileTests.test_aliasing_guard_failures_with_globals
|
|
|
|
RecompileTests.test_automatic_dynamic_reduce_recompiles
|
|
|
|
RecompileTests.test_automatic_dynamic_tensor_scalar_change
|
|
|
|
RecompileTests.test_dynamic_shape_parameter_recompile
|
|
|
|
RecompileTests.test_recompiles_true_false_flop
|
|
|
|
RecompileUxTests.test_mismatched_type
|
|
|
|
RecompileUxTests.test_verbose_tensor_check
|
|
|
|
ReproTests.test_add_sub_alpha_out
|
|
|
|
ReproTests.test_addr_alpha_beta_out
|
|
|
|
ReproTests.test_boxes_len
|
|
|
|
ReproTests.test_chunk_reformer_ff
|
|
|
|
ReproTests.test_convert_boxes_to_pooler_format
|
|
|
|
ReproTests.test_create_rand_mask_from_inputs
|
|
|
|
ReproTests.test_do_paste_mask
|
|
|
|
ReproTests.test_dynamic_shapes_float_guard
|
|
|
|
ReproTests.test_dynamic_shapes_implicit_guard
|
|
|
|
ReproTests.test_empty_list_contains_with_jump
|
|
|
|
ReproTests.test_function_in_skipfiles
|
|
|
|
ReproTests.test_functools_wraps
|
|
|
|
ReproTests.test_hf_t5_forward
|
|
|
|
ReproTests.test_hf_xsoftmax_training
|
|
|
|
ReproTests.test_issue175
|
|
|
|
ReproTests.test_jit_trace_errors
|
|
|
|
ReproTests.test_list_aliasing
|
|
|
|
ReproTests.test_list_self_reference
|
|
|
|
ReproTests.test_longformer_chunk
|
|
|
|
ReproTests.test_merge_criteria_processor_list1
|
|
|
|
ReproTests.test_merge_criteria_processor_list2
|
|
|
|
ReproTests.test_module_in_skipfiles
|
|
|
|
ReproTests.test_multi_import
|
|
|
|
ReproTests.test_negative_shape_guard
|
|
|
|
ReproTests.test_numpy_not_ndarray_recompiles
|
|
|
|
ReproTests.test_recursive_map
|
|
|
|
ReproTests.test_reformer_eval
|
|
|
|
ReproTests.test_reformer_min_chunk_len
|
|
|
|
ReproTests.test_reformer_sorting
|
|
|
|
ReproTests.test_relative_import
|
|
|
|
ReproTests.test_relative_import_no_modulename
|
|
|
|
ReproTests.test_restricted_list_subclass1
|
|
|
|
ReproTests.test_rewrite_assert_noop
|
|
|
|
ReproTests.test_rewrite_assert_with_msg
|
|
|
|
ReproTests.test_rewrite_assert_with_non_string_msg
|
|
|
|
ReproTests.test_seq_append_list
|
|
|
|
ReproTests.test_size_typematch
|
|
|
|
ReproTests.test_tensor_data_kwarg
|
|
|
|
ReproTests.test_threading_local
|
|
|
|
ReproTests.test_validate_model_kwargs
|
|
|
|
RetraceExportTestDynamismExpression.test_export_inline_constraints_retraceability
|
|
|
|
RetraceExportTestExport.test_cond_with_module_stack_export_with_retraceability
|
|
|
|
RetraceExportTestExport.test_constrain_size_in_eager_retraceability
|
|
|
|
RetraceExportTestExport.test_constrain_size_with_constrain_value_retraceability
|
|
|
|
RetraceExportTestExport.test_constrain_size_with_various_cases_retraceability
|
|
|
|
RetraceExportTestExport.test_nn_module_stack_retraceability
|
|
|
|
RetraceExportTestExport.test_nn_module_stack_shared_submodule_retraceability
|
|
|
|
RetraceExportTestExport.test_non_strict_dynamic_shapes_retraceability
|
|
|
|
RetraceExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_retraceability
|
|
|
|
SerDesExportTestDynamismExpression.test_export_inline_constraints_serdes
|
|
|
|
SerDesExportTestExport.test_basic_non_strict_fake_tensor_serdes
|
|
|
|
SerDesExportTestExport.test_basic_non_strict_real_tensor_serdes
|
|
|
|
SerDesExportTestExport.test_cond_with_module_stack_export_with_serdes
|
|
|
|
SerDesExportTestExport.test_constrain_size_in_eager_serdes
|
|
|
|
SerDesExportTestExport.test_constrain_size_with_constrain_value_serdes
|
|
|
|
SerDesExportTestExport.test_constrain_size_with_various_cases_serdes
|
|
|
|
SerDesExportTestExport.test_external_call_non_strict_real_tensor_serdes
|
|
|
|
SerDesExportTestExport.test_nn_module_stack_serdes
|
|
|
|
SerDesExportTestExport.test_nn_module_stack_shared_submodule_serdes
|
|
|
|
SerDesExportTestExport.test_non_strict_dynamic_shapes_serdes
|
|
|
|
SerDesExportTestExport.test_non_strict_dynamic_shapes_suggested_fixes_serdes
|
|
|
|
SkipNonTensorTests.test_add_tensor_dict
|
|
|
|
SkipNonTensorTests.test_add_tensor_list
|
|
|
|
SkipNonTensorTests.test_add_tensor1
|
|
|
|
SkipNonTensorTests.test_add_tensor2
|
|
|
|
SkipNonTensorTests.test_do_not_skip_side_effects
|
|
|
|
SkipNonTensorTests.test_recursive_list
|
|
|
|
SubclassTests.test_compile_higher_order_with_functionalization
|
|
|
|
SubclassTests.test_compile_with_functionalization
|
|
|
|
SubclassTests.test_torch_function_state_guards
|
|
|
|
SubclassTests.test_wrapper_subclass_guards_on_inner_tensor
|
|
|
|
SubclassTests.test_wrapper_subclass_with_differently_sized_inner_tensor
|
|
|
|
SubclassTests.test_wrapper_subclass_with_same_sized_inner_tensor
|
|
|
|
SubGraphTests.test_dynamic_duck_size
|
|
|
|
SubGraphTests.test_dynamic_getitem
|
|
|
|
SubGraphTests.test_dynamic_kwarg
|
|
|
|
SubGraphTests.test_dynamic_order_dependence
|
|
|
|
SubGraphTests.test_dynamic_zero_inference
|
|
|
|
SubGraphTests.test_enumerate_not_break_graph
|
|
|
|
SubGraphTests.test_no_graph_break_on_item
|
|
|
|
TestAnalyze.test_trace_dependencies
|
|
|
|
TestAOTAutograd.test_input_mutation_aliases_bases_out_of_order
|
|
|
|
TestAOTAutograd.test_input_mutation_false_aliasing
|
Update TwoTensor impl. to accept outer_size/outer_stride (#133337)
|
2024-10-28 21:58:59 +00:00 |
|
TestAOTDispatch.test_aot_dispatch_input_mutation
|
|
|
|
TestAOTDispatch.test_aot_dispatch_input_mutation_and_output_alias
|
|
|
|
TestAOTDispatch.test_aot_dispatch_output_alias
|
|
|
|
TestAOTDispatch.test_aot_dispatch_simple
|
|
|
|
TestAOTModuleSimplified.test_aot_module_simplified_dynamic
|
[dynamo] Validate check_fn (#118448)
|
2024-07-05 18:04:12 +00:00 |
|
TestApplyAlongAxis.test_0d_array
|
|
|
|
TestApplyAlongAxis.test_axis_insertion
|
|
|
|
TestApplyAlongAxis.test_scalar_array
|
|
|
|
TestArange.test_infinite
|
|
|
|
TestArange.test_nan_step
|
|
|
|
TestArange.test_require_range
|
|
|
|
TestArange.test_zero_step
|
|
|
|
TestArgmax.test_combinations_data62
|
|
|
|
TestArgmax.test_combinations_data63
|
|
|
|
TestArgmax.test_combinations_data65
|
|
|
|
TestArgmax.test_combinations_data66
|
|
|
|
TestArrayCreationCopyArgument.test_scalars
|
|
|
|
TestArrayCreationCopyArgument.test_striding_not_ok
|
Revert "[dynamo] Fix constant propagation in builtins and UserClasses (#131354)"
|
2024-11-01 00:13:20 +00:00 |
|
TestArrayFromScalar.test_integers_np_byte_np_longlong
|
|
|
|
TestArrayFromScalar.test_integers_np_int__np_longlong
|
|
|
|
TestArrayFromScalar.test_integers_np_intc_np_longlong
|
|
|
|
TestArrayFromScalar.test_integers_np_longlong_np_longlong
|
|
|
|
TestArrayFromScalar.test_integers_np_longlong_t26
|
|
|
|
TestArrayFromScalar.test_integers_np_short_np_longlong
|
|
|
|
TestArrayFromScalar.test_integers_t15_np_longlong
|
|
|
|
TestArraySplit.test_integer_0_split
|
|
|
|
TestAssignment.test_assignment_broadcasting
|
|
|
|
TestAttributes.test_fill_max_uint64
|
|
|
|
TestAttributes.test_fill_readonly
|
|
|
|
TestAttributes.test_fill_struct_array
|
|
|
|
TestAutograd.test_access_saved_tensor_twice_without_recomputation_works
|
|
|
|
TestAutograd.test_anomaly_mode_no_check_nan
|
|
|
|
TestAutograd.test_autograd_simple_views_python
|
|
|
|
TestAutograd.test_autograd_views_codegen
|
|
|
|
TestAutograd.test_checkpoint_detects_non_determinism
|
|
|
|
TestAutograd.test_checkpointing_non_reentrant_autocast_cpu
|
|
|
|
TestAutograd.test_checkpointing_without_reentrant_custom_function_works
|
|
|
|
TestAutograd.test_custom_function_forward_mode_inplace_checks
|
|
|
|
TestAutograd.test_custom_function_forward_mode_view_checks
|
|
|
|
TestAutograd.test_custom_function_preserve_torch_function_when_return_as_is
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestAutograd.test_gradcheck_forward_ad
|
|
|
|
TestAutograd.test_gradcheck_nondeterministic
|
|
|
|
TestAutograd.test_nested_anomaly_detect_nan
|
|
|
|
TestAutograd.test_nested_anomaly_printstack_cleanup
|
|
|
|
TestAutograd.test_record_function
|
|
|
|
TestAutograd.test_return_duplicate
|
|
|
|
TestAutograd.test_return_duplicate_inplace
|
|
|
|
TestAutograd.test_save_on_cpu_and_checkpoint
|
|
|
|
TestAutogradDeviceTypeCPU.test_inplace_on_view_modify_base_cpu
|
|
|
|
TestAutogradDeviceTypeCPU.test_inplace_on_view_python_cpu
|
|
|
|
TestAutogradForwardMode.test_create_new_zeros_with_same_meta
|
|
|
|
TestAutogradForwardMode.test_detach_view_tracking
|
|
|
|
TestAutogradForwardMode.test_forward_level_cleanup
|
|
|
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCPU.test_once_differentiable_autograd_vjp_cpu
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_input_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_jvp_save_tensors_output_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_input_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_False_save_for_vjp_save_tensors_output_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_input_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_jvp_save_tensors_output_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_input_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_function_returns_input_inner_requires_grad_True_save_for_vjp_save_tensors_output_mark_dirty_False_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionCUDA.test_once_differentiable_autograd_vjp_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionVmapAPICUDA.test_has_vmap_staticmethod_and_has_generate_vmap_rule_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradFunctionVmapAPICUDA.test_no_vmap_staticmethod_and_no_generate_vmap_rule_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestAutogradInferenceMode.test_inference_mode_decorator
|
|
|
|
TestBaseMath.test_lower_align
|
|
|
|
TestBaseSparsifier.test_state_dict
|
|
|
|
TestBitsCPU.test_cat_cpu
|
|
|
|
TestBool.test_sum_2
|
|
|
|
TestBooleanIndexing.test_bool_as_int_argument_errors
|
|
|
|
TestBooleanIndexing.test_boolean_indexing_weirdness
|
|
|
|
TestBufferProtocolCPU.test_byte_to_int_cpu
|
|
|
|
TestClip.test_clip_func_takes_out
|
|
|
|
TestClip.test_simple_complex
|
|
|
|
TestColumnStack.test_non_iterable
|
|
|
|
TestComposabilityCPU.test_autograd_function_no_setup_context_transform_hessian_cpu
|
re-enable jacrev/jacfwd/hessian after #128028 landed (#128622)
|
2024-06-18 17:08:58 +00:00 |
|
TestComposabilityCPU.test_autograd_function_no_setup_context_transform_jacfwd_cpu
|
re-enable jacrev/jacfwd/hessian after #128028 landed (#128622)
|
2024-06-18 17:08:58 +00:00 |
|
TestComposabilityCPU.test_deprecation_transforms_transform_functionalize_cpu
|
Remove skipIfTorchDynamo from TestComposability in test_eager_transforms.py (#121830)
|
2024-03-30 01:55:04 +00:00 |
|
TestComposabilityCPU.test_requires_grad_inside_transform_cpu
|
Enable capture_func_transforms by default (#122211)
|
2024-04-05 03:29:11 +00:00 |
|
TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_hessian_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestComposabilityCUDA.test_autograd_function_no_setup_context_transform_jacfwd_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestComposabilityCUDA.test_jvp_supports_saved_tensor_hooks_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestComposabilityCUDA.test_requires_grad_inside_transform_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestConcatenate.test_bad_out_shape
|
|
|
|
TestConcatenate.test_concatenate
|
|
|
|
TestConcatenate.test_exceptions
|
|
|
|
TestConcatenate.test_large_concatenate_axis_None
|
|
|
|
TestCond.test_empty_sq_cases
|
|
|
|
TestCond.test_sq_cases
|
|
|
|
TestContentStoreCPU.test_repeated_hash_cpu
|
Revert "reset dynamo cache before each test (#126586)"
|
2024-05-25 17:17:19 +00:00 |
|
TestConversion.test_to_int_scalar
|
|
|
|
TestCov.test_aweights
|
|
|
|
TestCov.test_fweights
|
|
|
|
TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attribute
|
|
|
|
TestCppExtensionJIT.test_cpp_frontend_module_has_up_to_date_attributes
|
|
|
|
TestCppExtensionOpenRgistration.test_open_device_registration
|
|
|
|
TestCross.test_broadcasting_shapes
|
|
|
|
TestCustomBackendAPI.test_aot_autograd_api
|
|
|
|
TestCustomBackendAPI.test_lookup_backend
|
|
|
|
TestCustomBackendAPI.test_register_backend_api
|
|
|
|
TestCustomOp.test_impl_device_cpu
|
|
|
|
TestCustomOp.test_legacy_define
|
|
|
|
TestCustomOp.test_override_cea
|
[custom ops] Override fake registration (#150806)
|
2025-04-12 02:43:47 +00:00 |
|
TestDelete.test_slices
|
|
|
|
TestDeserialize.test_tensor_tensor_list
|
|
|
|
TestDiag.test_failure
|
|
|
|
TestDiff.test_append
|
|
|
|
TestDiff.test_axis
|
|
|
|
TestDiff.test_n
|
|
|
|
TestDiff.test_prepend
|
|
|
|
TestDLPack.test_dlpack_device
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype0
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype1
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype2
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype3
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype4
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype5
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype6
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype7
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype8
|
|
|
|
TestDLPack.test_dtype_passthrough_dtype9
|
|
|
|
TestDLPack.test_dunder_dlpack_refcount
|
|
|
|
TestDLPack.test_from_dlpack_refcount
|
|
|
|
TestDLPack.test_from_torch
|
|
|
|
TestDLPack.test_higher_dims_ndim_0
|
|
|
|
TestDLPack.test_higher_dims_ndim_1
|
|
|
|
TestDLPack.test_higher_dims_ndim_2
|
|
|
|
TestDLPack.test_higher_dims_ndim_3
|
|
|
|
TestDLPack.test_higher_dims_ndim_4
|
|
|
|
TestDLPack.test_higher_dims_ndim_5
|
|
|
|
TestDLPack.test_higher_dims_ndim_6
|
|
|
|
TestDLPack.test_higher_dims_ndim_7
|
|
|
|
TestDLPack.test_higher_dims_ndim_8
|
|
|
|
TestDLPack.test_higher_dims_ndim_9
|
|
|
|
TestDLPack.test_higher_dims_ndim_10
|
|
|
|
TestDLPack.test_higher_dims_ndim_11
|
|
|
|
TestDLPack.test_higher_dims_ndim_12
|
|
|
|
TestDLPack.test_higher_dims_ndim_13
|
|
|
|
TestDLPack.test_higher_dims_ndim_14
|
|
|
|
TestDLPack.test_higher_dims_ndim_15
|
|
|
|
TestDLPack.test_higher_dims_ndim_16
|
|
|
|
TestDLPack.test_higher_dims_ndim_17
|
|
|
|
TestDLPack.test_higher_dims_ndim_18
|
|
|
|
TestDLPack.test_higher_dims_ndim_19
|
|
|
|
TestDLPack.test_higher_dims_ndim_20
|
|
|
|
TestDLPack.test_higher_dims_ndim_21
|
|
|
|
TestDLPack.test_higher_dims_ndim_22
|
|
|
|
TestDLPack.test_higher_dims_ndim_23
|
|
|
|
TestDLPack.test_higher_dims_ndim_24
|
|
|
|
TestDLPack.test_higher_dims_ndim_25
|
|
|
|
TestDLPack.test_higher_dims_ndim_26
|
|
|
|
TestDLPack.test_higher_dims_ndim_27
|
|
|
|
TestDLPack.test_higher_dims_ndim_28
|
|
|
|
TestDLPack.test_higher_dims_ndim_29
|
|
|
|
TestDLPack.test_higher_dims_ndim_30
|
|
|
|
TestDLPack.test_higher_dims_ndim_31
|
|
|
|
TestDLPack.test_higher_dims_ndim_32
|
|
|
|
TestDLPack.test_ndim0
|
|
|
|
TestDropoutNN.test_invalid_dropout_p
|
|
|
|
TestDsplit.test_1D_array
|
|
|
|
TestDsplit.test_2D_array
|
|
|
|
TestDsplit.test_0D_array
|
|
|
|
TestDsplit.test_non_iterable
|
|
|
|
TestDstack.test_non_iterable
|
|
|
|
TestDynamicQuantizedOps.test_qlinear
|
|
|
|
TestDynamismExpression.test_export_inline_constraints
|
|
|
|
TestEigh.test_invalid
|
|
|
|
TestEigvalsh.test_invalid
|
|
|
|
TestExpandDims.test_axis_out_of_range
|
|
|
|
TestExpandDims.test_repeated_axis
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv1d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv2d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_conv3d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_group_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_instance_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_mean_nn_functional_layer_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv1d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv2d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_conv3d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_group_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_instance_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weight_per_sample_grad_sum_nn_functional_layer_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv1d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv2d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_conv3d_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_group_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_instance_norm_cpu_float64
|
|
|
|
TestExpandedWeightFunctionalCPU.test_expanded_weights_per_sample_grad_input_no_grad_nn_functional_layer_norm_cpu_float64
|
|
|
|
TestExperiment.test_with_buffer_as_submodule
|
|
|
|
TestExperimentalUtils.test_profiler_optimizer_single_tensor_pattern
|
|
|
|
TestExperimentalUtils.test_profiler_synchronized_dataloader_pattern
|
|
|
|
TestExport.test_basic_non_strict_fake_tensor
|
|
|
|
TestExport.test_basic_non_strict_real_tensor
|
|
|
|
TestExport.test_cond_with_module_stack_export_with
|
|
|
|
TestExport.test_constrain_size_in_eager
|
|
|
|
TestExport.test_constrain_size_with_constrain_value
|
|
|
|
TestExport.test_constrain_size_with_various_cases
|
|
|
|
TestExport.test_external_call_non_strict_real_tensor
|
|
|
|
TestExport.test_nn_module_stack
|
|
|
|
TestExport.test_nn_module_stack_shared_submodule
|
|
|
|
TestExport.test_non_strict_dynamic_shapes
|
|
|
|
TestExport.test_non_strict_dynamic_shapes_suggested_fixes
|
|
|
|
TestFakeQuantizeOps.test_backward_per_channel
|
|
|
|
TestFakeQuantizeOps.test_backward_per_tensor
|
|
|
|
TestFakeQuantizeOps.test_learnable_backward_per_channel_cpu
|
|
|
|
TestFakeQuantizeOps.test_learnable_backward_per_channel_cuda
|
|
|
|
TestFakeQuantizeOps.test_learnable_backward_per_tensor_cuda
|
|
|
|
TestFakeQuantizeOps.test_learnable_forward_per_channel_cuda
|
|
|
|
TestFakeQuantizeOps.test_learnable_forward_per_tensor_cpu
|
|
|
|
TestFakeQuantizeOps.test_learnable_forward_per_tensor_cuda
|
|
|
|
TestFlag.test_writeable_from_readonly
|
|
|
|
TestFlip.test_axes
|
|
|
|
TestFliplr.test_basic
|
|
|
|
TestFloatNonIntegerArgument.test_non_integer_argument_errors
|
|
|
|
TestFloatNonIntegerArgument.test_reduce_axis_float_index
|
|
|
|
TestFromBuffer.test_empty
|
|
|
|
TestFunctionalizeCPU.test_multioutput_view_cpu
|
|
|
|
TestFunctionalizeCPU.test_simple_view_cpu
|
|
|
|
TestFunctionalizeCPU.test_vmap_functionalize_jvp_cpu
|
Enable capture_func_transforms by default (#122211)
|
2024-04-05 03:29:11 +00:00 |
|
TestGenericCumSumProd.test_bad_axis_func0
|
|
|
|
TestGenericCumSumProd.test_bad_axis_func1
|
|
|
|
TestGenericReductions.test_bad_axis_func0
|
|
|
|
TestGenericReductions.test_bad_axis_func1
|
|
|
|
TestGenericReductions.test_bad_axis_func2
|
|
|
|
TestGenericReductions.test_bad_axis_func3
|
|
|
|
TestGenericReductions.test_bad_axis_func4
|
|
|
|
TestGenericReductions.test_bad_axis_func5
|
|
|
|
TestGenericReductions.test_bad_axis_func6
|
|
|
|
TestGenericReductions.test_bad_axis_func7
|
|
|
|
TestGenericReductions.test_bad_axis_func8
|
|
|
|
TestGenericReductions.test_bad_axis_func9
|
|
|
|
TestGenericReductions.test_bad_axis_func10
|
|
|
|
TestGenericReductions.test_bad_axis_func11
|
|
|
|
TestGradient.test_badargs
|
|
|
|
TestGradient.test_specific_axes
|
|
|
|
TestGradient.test_values
|
|
|
|
TestGradNewOnesOverride.test_newones
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestHessianCPU.test_jacfwd_different_levels_cpu
|
re-enable jacrev/jacfwd/hessian after #128028 landed (#128622)
|
2024-06-18 17:08:58 +00:00 |
|
TestHessianCUDA.test_jacfwd_different_levels_cuda
|
Fix autograd function calls without context arg (#137809)
|
2024-10-15 01:25:47 +00:00 |
|
TestHigherOrderOperatorInteractionCPU.test_grad_name_wrapping_cpu
|
[Dynamo] Ensure that Higher Order Ops can be composed in dynamo (#123357)
|
2024-04-09 18:50:17 +00:00 |
|
TestHistogram.test_error_binnum_type
|
|
|
|
TestHistogram.test_finite_range
|
|
|
|
TestHistogram.test_one_bin
|
|
|
|
TestHistogram2d.test_binparameter_combination
|
|
|
|
TestHistogramdd.test_bins_error_2
|
|
|
|
TestHistogramdd.test_bins_errors
|
|
|
|
TestHistogramdd.test_equal_edges
|
|
|
|
TestHistogramdd.test_inf_edges
|
|
|
|
TestHistogramdd.test_weights
|
|
|
|
TestHsplit.test_0D_array
|
|
|
|
TestHsplit.test_non_iterable
|
|
|
|
TestHstack.test_empty_input
|
|
|
|
TestHstack.test_non_iterable
|
|
|
|
TestIndexing.test_index_no_floats
|
|
|
|
TestIndexing.test_slicing_no_floats
|
|
|
|
TestIndexingCPU.test_byte_mask_cpu
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestIndexingCPU.test_empty_ndim_index_bool_cpu
|
|
|
|
TestIndexingCPU.test_index_cpu
|
|
|
|
TestIndexingCPU.test_index_limits_cpu
|
|
|
|
TestIndexingCPU.test_out_of_bound_index_cpu
|
|
|
|
TestIndexingCPU.test_zero_dim_index_cpu
|
|
|
|
TestInputAttrTracking.test_complex_attr_access_without_graph_breaks
|
|
|
|
TestInputAttrTracking.test_const_property_on_tensor
|
|
|
|
TestInputAttrTracking.test_set_data_on_input_tensor
|
|
|
|
TestInputAttrTracking.test_tensor_property_assigned_on_tensor
|
|
|
|
TestInputAttrTracking.test_tensor_property_on_tensor
|
|
|
|
TestIsScalar.test_is_not_scalar_value6
|
|
|
|
TestIterator.test_iterator
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestJacCPU.test_against_reference_correctness_different_devices_cpu
|
|
|
|
TestJacCPU.test_against_reference_default_arg_cpu
|
|
|
|
TestJacCPU.test_against_reference_multi_input_cpu
|
|
|
|
TestJacCPU.test_against_reference_multi_input_multi_output_cpu
|
|
|
|
TestJacCPU.test_against_reference_simple_cpu
|
|
|
|
TestJacCPU.test_against_reference_unrelated_outputs_cpu
|
|
|
|
TestJacCPU.test_against_reference_zero_dim_cpu
|
|
|
|
TestJacCPU.test_argnums_defaults_to_zero_cpu
|
|
|
|
TestJacCPU.test_aux_pytree_cpu
|
|
|
|
TestJacCPU.test_dimensionality_cpu
|
|
|
|
TestJacCPU.test_empty_output_cpu
|
|
|
|
TestJacCPU.test_inplace_cpu
|
|
|
|
TestJacCPU.test_jac_with_non_tensor_args_cpu
|
|
|
|
TestJacCPU.test_multiple_inputs_outputs_pytree_cpu
|
|
|
|
TestJacCPU.test_multiple_inputs_pytree_cpu
|
|
|
|
TestJacCPU.test_multiple_outputs_multiple_argnums_cpu
|
|
|
|
TestJacCPU.test_multiple_outputs_single_argnums_cpu
|
|
|
|
TestJacCPU.test_outputs_can_any_pytree_cpu
|
|
|
|
TestJacCPU.test_unrelated_input_cpu
|
|
|
|
TestJacCPU.test_unrelated_output_cpu
|
|
|
|
TestJit.test_batchnorm
|
|
|
|
TestLazyModules.test_lazy_batchnorm_with_dict_input
|
|
|
|
TestLazyModules.test_lazy_module_buffer
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestLazyModules.test_lazy_module_jit_buffer
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestLexsort.test_datetime
|
|
|
|
TestLexsort.test_mixed
|
|
|
|
TestLinalgCPU.test_addmm_sizes_cpu_float32
|
|
|
|
TestLinalgCPU.test_addmm_sizes_cpu_float64
|
|
|
|
TestLinalgCPU.test_addr_integral_cpu_int8
|
|
|
|
TestLinalgCPU.test_addr_integral_cpu_int16
|
|
|
|
TestLinalgCPU.test_addr_integral_cpu_int32
|
|
|
|
TestLinalgCPU.test_addr_integral_cpu_int64
|
|
|
|
TestLinalgCPU.test_addr_integral_cpu_uint8
|
|
|
|
TestLinalgCPU.test_geqrf_cpu_complex64
|
|
|
|
TestLinalgCPU.test_geqrf_cpu_complex128
|
|
|
|
TestLinalgCPU.test_geqrf_cpu_float32
|
|
|
|
TestLinalgCPU.test_geqrf_cpu_float64
|
|
|
|
TestLinalgCPU.test_householder_product_cpu_complex64
|
|
|
|
TestLinalgCPU.test_householder_product_cpu_complex128
|
|
|
|
TestLinalgCPU.test_householder_product_cpu_float32
|
|
|
|
TestLinalgCPU.test_householder_product_cpu_float64
|
|
|
|
TestLinalgCPU.test_pinv_cpu_complex64
|
|
|
|
TestLinalgCPU.test_pinv_cpu_complex128
|
|
|
|
TestLinalgCPU.test_pinv_cpu_float32
|
|
|
|
TestLinalgCPU.test_pinv_cpu_float64
|
|
|
|
TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex64
|
|
|
|
TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_complex128
|
|
|
|
TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float32
|
|
|
|
TestLinalgCPU.test_slogdet_errors_and_warnings_cpu_float64
|
|
|
|
TestLinalgCPU.test_solve_cpu_complex64
|
|
|
|
TestLinalgCPU.test_solve_cpu_complex128
|
|
|
|
TestLinalgCPU.test_solve_cpu_float32
|
|
|
|
TestLinalgCPU.test_solve_cpu_float64
|
|
|
|
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex64
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_complex128
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float32
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestLinalgCPU.test_tensorinv_errors_and_warnings_cpu_float64
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestMatmul.test_exceptions
|
|
|
|
TestMedian.test_extended_axis_invalid
|
|
|
|
TestMeshgrid.test_indexing
|
|
|
|
TestMetaKernel.test_addmm_invalid_dtype
|
|
|
|
TestMin.test_adapt
|
|
|
|
TestMin.test_attn
|
|
|
|
TestMin.test_big_split
|
|
|
|
TestMin.test_c
|
|
|
|
TestMin.test_compare_dims
|
|
|
|
TestMin.test_diag
|
|
|
|
TestMin.test_dim_args
|
|
|
|
TestMin.test_dims_with_size
|
|
|
|
TestMin.test_dir
|
|
|
|
TestMin.test_doc
|
|
|
|
TestMin.test_embed
|
|
|
|
TestMin.test_eq
|
|
|
|
TestMin.test_expand
|
|
|
|
TestMin.test_functorch
|
|
|
|
TestMin.test_hello
|
|
|
|
TestMin.test_index
|
|
|
|
TestMin.test_index_placement
|
|
|
|
TestMin.test_inplace
|
|
|
|
TestMin.test_manual_stuff
|
|
|
|
TestMin.test_mask
|
|
|
|
TestMin.test_max
|
|
|
|
TestMin.test_mm
|
|
|
|
TestMin.test_mm_fuse
|
|
|
|
TestMin.test_monkey
|
|
|
|
TestMin.test_network
|
|
|
|
TestMin.test_order
|
|
|
|
TestMin.test_order_keyword
|
|
|
|
TestMin.test_parse
|
|
|
|
TestMin.test_permute_orig
|
|
|
|
TestMin.test_seg
|
|
|
|
TestMin.test_simple
|
|
|
|
TestMin.test_softmax_split
|
|
|
|
TestMin.test_stack
|
|
|
|
TestMin.test_time_mm_fuse
|
|
|
|
TestMin.test_with_dims_split
|
|
|
|
TestMinFunctorchOnly.test_adapt
|
|
|
|
TestMinFunctorchOnly.test_attn
|
|
|
|
TestMinFunctorchOnly.test_big_split
|
|
|
|
TestMinFunctorchOnly.test_c
|
|
|
|
TestMinFunctorchOnly.test_compare_dims
|
|
|
|
TestMinFunctorchOnly.test_diag
|
|
|
|
TestMinFunctorchOnly.test_dim_args
|
|
|
|
TestMinFunctorchOnly.test_dims_with_size
|
|
|
|
TestMinFunctorchOnly.test_dir
|
|
|
|
TestMinFunctorchOnly.test_doc
|
|
|
|
TestMinFunctorchOnly.test_embed
|
|
|
|
TestMinFunctorchOnly.test_eq
|
|
|
|
TestMinFunctorchOnly.test_expand
|
|
|
|
TestMinFunctorchOnly.test_functorch
|
|
|
|
TestMinFunctorchOnly.test_hello
|
|
|
|
TestMinFunctorchOnly.test_index
|
|
|
|
TestMinFunctorchOnly.test_index_placement
|
|
|
|
TestMinFunctorchOnly.test_inplace
|
|
|
|
TestMinFunctorchOnly.test_manual_stuff
|
|
|
|
TestMinFunctorchOnly.test_mask
|
|
|
|
TestMinFunctorchOnly.test_max
|
|
|
|
TestMinFunctorchOnly.test_mm
|
|
|
|
TestMinFunctorchOnly.test_mm_fuse
|
|
|
|
TestMinFunctorchOnly.test_monkey
|
|
|
|
TestMinFunctorchOnly.test_network
|
|
|
|
TestMinFunctorchOnly.test_order
|
|
|
|
TestMinFunctorchOnly.test_order_keyword
|
|
|
|
TestMinFunctorchOnly.test_parse
|
|
|
|
TestMinFunctorchOnly.test_permute_orig
|
|
|
|
TestMinFunctorchOnly.test_seg
|
|
|
|
TestMinFunctorchOnly.test_simple
|
|
|
|
TestMinFunctorchOnly.test_softmax_split
|
|
|
|
TestMinFunctorchOnly.test_stack
|
|
|
|
TestMinFunctorchOnly.test_with_dims_split
|
|
|
|
TestMinMax.test_axis
|
|
|
|
TestMinMax.test_scalar
|
|
|
|
TestMisc.test_byteorder_check
|
|
|
|
TestMisc.test_generalized_raise_multiloop
|
|
|
|
TestMkldnnCPU.test_add_cpu
|
|
|
|
TestMkldnnCPU.test_copy_cpu
|
|
|
|
TestMkldnnCPU.test_mul_cpu
|
|
|
|
TestMkldnnCPU.test_sigmoid_cpu
|
|
|
|
TestMkldnnCPU.test_tanh_cpu
|
|
|
|
TestModuleHookNN.test_hook_inplace
|
|
|
|
TestMoveaxis.test_errors
|
|
|
|
TestMultiDot.test_dynamic_programming_optimization_and_out
|
|
|
|
TestMultiDot.test_three_arguments_and_out
|
|
|
|
TestMultiDot.test_too_few_input_arrays
|
|
|
|
TestMultiDot.test_two_arguments_and_out
|
|
|
|
TestMultiprocessing.test_empty_shared
|
|
|
|
TestMultiprocessing.test_fs_is_shared
|
|
|
|
TestMultiprocessing.test_inherit_tensor
|
|
|
|
TestMultiprocessing.test_is_shared
|
|
|
|
TestNamedTensor.test_flatten
|
|
|
|
TestNamedTensor.test_reduction_fns
|
|
|
|
TestNamedTensor.test_transpose_variants
|
|
|
|
TestNamedTensor.test_unary_propagate_names_fns
|
|
|
|
TestNamedTensor.test_unflatten
|
|
|
|
TestNamedTensor.test_using_unseen_interned_string_bumps_refcount_permanently
|
|
|
|
TestNamedTensor.test_using_unseen_uninterned_string_refcounts
|
|
|
|
TestNegative.test_exceptions
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_early_stop_False
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_early_stop_True
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_kwargs_early_stop_True
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_non_tensor_inputs_and_outputs_early_stop_True
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_reentrant_backwards_early_stop_True
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_same_graph_early_stop_True
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_set_early_stop
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_False
|
|
|
|
TestNestedCheckpoint.test_nested_checkpoint_two_children_early_stop_True
|
|
|
|
TestNestedTensor.test_binary_recompiles
|
|
|
|
TestNestedTensor.test_unbind
|
|
|
|
TestNestedTensorSubclassCPU.test_chunk_cpu
|
Introduce UserDefinedExceptionClassVariable (#146504)
|
2025-03-11 18:55:45 +00:00 |
|
TestNN.test_fb_fc_packed
|
|
|
|
TestNN.test_linear_autograd_device_cuda_bias_weightCOO
|
functionalize storage resizing, minimal ppFSDP traceable forward (#122434)
|
2024-05-10 18:09:10 +00:00 |
|
TestNN.test_linear_autograd_device_cuda_bias_weightCSC
|
functionalize storage resizing, minimal ppFSDP traceable forward (#122434)
|
2024-05-10 18:09:10 +00:00 |
|
TestNN.test_linear_autograd_device_cuda_bias_weightCSR
|
functionalize storage resizing, minimal ppFSDP traceable forward (#122434)
|
2024-05-10 18:09:10 +00:00 |
|
TestNN.test_linear_autograd_device_cuda_nobias_weightCOO
|
functionalize storage resizing, minimal ppFSDP traceable forward (#122434)
|
2024-05-10 18:09:10 +00:00 |
|
TestNN.test_RNN_cell_forward_zero_hidden_size
|
Introduce UserDefinedExceptionClassVariable (#146504)
|
2025-03-11 18:55:45 +00:00 |
|
TestNN.test_unflatten
|
Introduce UserDefinedExceptionClassVariable (#146504)
|
2025-03-11 18:55:45 +00:00 |
|
TestNNDeviceTypeCPU.test_invalid_reduction_strings_cpu
|
|
|
|
TestNNDeviceTypeCPU.test_module_to_empty_cpu_float32
|
|
|
|
TestNNDeviceTypeCPU.test_module_to_empty_cpu_float64
|
|
|
|
TestNNDeviceTypeCPU.test_nll_loss_byte_target_matches_long_cpu
|
|
|
|
TestNNDeviceTypeCPU.test_threshold_inplace_overlap_cpu
|
|
|
|
TestNNDeviceTypeCUDA.test_nll_loss_byte_target_matches_long_cuda
|
Fix nll loss dynamo failure (#120805)
|
2024-02-29 22:34:49 +00:00 |
|
TestNNParametrization.test_deepcopy_after_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_errors_unparametrized_tensor_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_initialization_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_new_spectral_norm_forward_swap_True
|
[RELAND2][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)
|
2024-06-12 04:09:23 +00:00 |
|
TestNNParametrization.test_new_spectral_norm_swap_True
|
[RELAND2][dynamo][nn-modules] Trace through nn.Module dunder methods for UnspecializedNNModule (#126578)
|
2024-06-12 04:09:23 +00:00 |
|
TestNNParametrization.test_register_and_remove_buffer_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_register_and_remove_nested_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_register_and_remove_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_serialization_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_transfer_parametrizations_and_params_right_inverse_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_transfer_parametrizations_and_params_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrization.test_wrapper_subclass_parametrization_swap_True
|
Add swap_tensors path to nn parametrizations (#124130)
|
2024-04-18 22:22:08 +00:00 |
|
TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_False_cuda
|
functionalize storage resizing, minimal ppFSDP traceable forward (#122434)
|
2024-05-10 18:09:10 +00:00 |
|
TestNNParametrizationDeviceCUDA.test_weight_norm_parametrization_swap_True_cuda
|
functionalize storage resizing, minimal ppFSDP traceable forward (#122434)
|
2024-05-10 18:09:10 +00:00 |
|
TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-1
|
|
|
|
TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-9
|
|
|
|
TestNonarrayArgs.test_dunder_round_edgecases_val_2147483647_ndigits_-10
|
|
|
|
TestNonzeroAndCountNonzero.test_count_nonzero_axis
|
|
|
|
TestNormDouble.test_axis
|
|
|
|
TestNormDouble.test_bad_args
|
|
|
|
TestNormDouble.test_matrix_2x2
|
|
|
|
TestNormInt64.test_axis
|
|
|
|
TestNormInt64.test_bad_args
|
|
|
|
TestNormInt64.test_matrix_2x2
|
|
|
|
TestNormSingle.test_axis
|
|
|
|
TestNormSingle.test_bad_args
|
|
|
|
TestNormSingle.test_matrix_2x2
|
|
|
|
TestNumPyInteropCPU.test_numpy_non_writeable_cpu
|
|
|
|
TestObserver.test_per_tensor_observers
|
|
|
|
TestOptimizations.test_example_inputs
|
|
|
|
TestOptimizations.test_example_inputs_runtime_use
|
|
|
|
TestOutDtypeOp.test_out_dtype_non_op_overload
|
|
|
|
TestOutDtypeOp.test_out_dtype_wrong_output
|
|
|
|
TestPadding.test_constant_padNd
|
|
|
|
TestPasses.test_functionalize_inline_contraints
|
|
|
|
TestPasses.test_views_op_having_view_copy
|
|
|
|
TestPercentile.test_extended_axis_invalid
|
|
|
|
TestPercentile.test_scalar_q
|
|
|
|
TestPoolingNN.test_MaxUnpool2d_output_size
|
|
|
|
TestProfiler.test_flops
|
|
|
|
TestProfiler.test_high_level_trace
|
|
|
|
TestProfiler.test_is_profiler_enabled
|
|
|
|
TestProfiler.test_source
|
|
|
|
TestProfiler.test_source_multithreaded_basic_work_in_main_thread_True
|
|
|
|
TestProfiler.test_source_multithreaded_close_in_scope_work_in_main_thread_True
|
|
|
|
TestProfiler.test_source_multithreaded_complex_work_in_main_thread_True
|
|
|
|
TestProfiler.test_source_multithreaded_multiple_preexisting_work_in_main_thread_True
|
|
|
|
TestProfiler.test_source_multithreaded_open_in_scope_work_in_main_thread_True
|
|
|
|
TestProfilerTree.test_profiler_experimental_tree_with_memory
|
|
|
|
TestProfilerTree.test_profiler_experimental_tree_with_memory_and_stack
|
|
|
|
TestProfilerTree.test_profiler_experimental_tree_with_record_function
|
|
|
|
TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_dispatch
|
|
|
|
TestProfilerTree.test_profiler_experimental_tree_with_stack_and_torch_function
|
|
|
|
TestPutAlongAxis.test_broadcast
|
|
|
|
TestPutmask.test_byteorder_greater_False
|
|
|
|
TestPutmask.test_byteorder_greater_True
|
|
|
|
TestPutmask.test_record_array
|
|
|
|
TestPythonAutograd.test_backwards2
|
|
|
|
TestPythonAutograd.test_forwards1
|
|
|
|
TestPythonAutograd.test_forwards2
|
|
|
|
TestPythonAutograd.test_split
|
|
|
|
TestPythonRegistration.test_finalizer
|
|
|
|
TestQR.test_mode_raw
|
|
|
|
TestQR.test_qr_empty_m_3_n_0
|
|
|
|
TestQR.test_qr_empty_m_0_n_0
|
|
|
|
TestQR.test_qr_empty_m_0_n_3
|
|
|
|
TestQuantile.test_quantile_monotonic_method_averaged_inverted_cdf
|
|
|
|
TestQuantile.test_quantile_monotonic_method_closest_observation
|
|
|
|
TestQuantile.test_quantile_monotonic_method_hazen
|
|
|
|
TestQuantile.test_quantile_monotonic_method_interpolated_inverted_cdf
|
|
|
|
TestQuantile.test_quantile_monotonic_method_inverted_cdf
|
|
|
|
TestQuantile.test_quantile_monotonic_method_median_unbiased
|
|
|
|
TestQuantile.test_quantile_monotonic_method_normal_unbiased
|
|
|
|
TestQuantile.test_quantile_monotonic_method_weibull
|
|
|
|
TestQuantizedEmbeddingOps.test_embedding_bag_2d_indices
|
|
|
|
TestQuantizedOps.test_custom_module_lstm
|
|
|
|
TestQuantizedOps.test_max_pool2d_cudnn
|
|
|
|
TestQuantizedOps.test_qtanh
|
|
|
|
TestQuantizedTensor.test_choose_qparams
|
|
|
|
TestQuantizedTensor.test_choose_qparams_optimized
|
|
|
|
TestQuantizedTensor.test_decomposed_dequantize_per_tensor
|
|
|
|
TestQuantizedTensor.test_decomposed_quantize_per_tensor
|
|
|
|
TestQuantizedTensor.test_decomposed_quantize_per_tensor_bfloat16_input
|
|
|
|
TestQuantizedTensor.test_fp16_saturate_op
|
|
|
|
TestQuantizedTensor.test_qtensor_cpu
|
|
|
|
TestQuantizedTensor.test_quantize_per_channel_sub_byte
|
|
|
|
TestReductionsCPU.test_std_vs_numpy_cpu_complex64
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_std_vs_numpy_cpu_complex128
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_std_vs_numpy_cpu_float32
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_std_vs_numpy_cpu_float64
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_var_vs_numpy_cpu_complex64
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_var_vs_numpy_cpu_complex128
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_var_vs_numpy_cpu_float32
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_var_vs_numpy_cpu_float64
|
[dynamo] Add support for DELETE_SUBSCR (#123526)
|
2024-04-25 22:07:24 +00:00 |
|
TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_complex64
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_complex128
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_float32
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestReductionsCPU.test_warn_invalid_degrees_of_freedom_cpu_float64
|
[dynamo] Support warnings.catch_warnings (#123511)
|
2024-04-08 22:27:46 +00:00 |
|
TestRequire.test_C_and_F_simul
|
|
|
|
TestRequire.test_require_each
|
|
|
|
TestRequire.test_unknown_requirement
|
|
|
|
TestRollaxis.test_exceptions
|
|
|
|
TestRot90.test_basic
|
|
|
|
TestScalarIndexing.test_invalid_newaxis
|
|
|
|
TestScalarIndexing.test_invalid_subscript
|
|
|
|
TestScalarIndexing.test_invalid_subscript_assignment
|
|
|
|
TestScript.test_conv_error
|
|
|
|
TestScript.test_error_stacktrace_interface
|
|
|
|
TestScript.test_infer_size
|
|
|
|
TestScript.test_is_scripting
|
|
|
|
TestScript.test_method_overloading
|
|
|
|
TestScript.test_namedtuple_default_values_using_factory_constructor
|
|
|
|
TestScript.test_parse_nested_names
|
|
|
|
TestScript.test_parse_tensor_constants
|
|
|
|
TestScript.test_python_call
|
|
|
|
TestScript.test_python_frontend
|
Allow trace through unittest (#146500)
|
2025-04-08 14:55:17 +00:00 |
|
TestScript.test_python_frontend_py3
|
Allow trace through unittest (#146500)
|
2025-04-08 14:55:17 +00:00 |
|
TestScript.test_script_pack_padded_sequence
|
[dynamo][user-defined] Improve getattr_static for user_defined objects (#133742)
|
2024-08-20 21:51:03 +00:00 |
|
TestScript.test_string_device_implicit_conversion
|
|
|
|
TestScript.test_torch_functional_tensordot_int
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_bfloat16_cpu_bfloat16
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float16_cpu_float16
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float32_cpu_float32
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_7_float64_cpu_float64
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_bfloat16_cpu_bfloat16
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float16_cpu_float16
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float32_cpu_float32
|
|
|
|
TestSDPACPU.test_fused_sdp_choice_cpu_type_dense_dropout_0_0_float64_cpu_float64
|
|
|
|
TestShapeOpsCUDA.test_flip_cuda_float32
|
|
|
|
TestSortComplex.test_sort_real_type_in_g_type_out_G
|
|
|
|
TestSplit.test_unequal_split
|
|
|
|
TestStackMisc.test_stack
|
|
|
|
TestStats.test_dtype_from_dtype
|
|
|
|
TestStats.test_out
|
|
|
|
TestSubclassSerialization.test_allowlist_for_weights_only
|
Allow tensor subclasses and add torch.serialization.add_safe_globals that allows users to allowlist classes for weights_only load (#124331)
|
2024-05-17 17:56:57 +00:00 |
|
TestTake.test_raise
|
|
|
|
TestTakeAlongAxis.test_invalid
|
|
|
|
TestTEFuserDynamic.test_remove_output_used_only_in_size
|
|
|
|
TestTEFuserDynamic.test_to_dtype
|
|
|
|
TestTEFuserDynamic.test_torch_to
|
|
|
|
TestTEFuserStatic.test_inlined_optimized_graph
|
|
|
|
TestTEFuserStatic.test_remove_output_used_only_in_size
|
|
|
|
TestTEFuserStatic.test_to_dtype
|
|
|
|
TestTEFuserStatic.test_torch_to
|
|
|
|
TestTensorBoardUtils.test_numpy_vid_uint8
|
|
|
|
TestTensorCreationCPU.test_block_diag_cpu
|
|
|
|
TestTensorCreationCPU.test_constructor_dtypes_cpu
|
|
|
|
TestTensorProtoSummary.test_half_tensor_proto_bfloat16_proto_type_14
|
[dynamo][user-defined] Simplify and improve scope of UserDefinedObject var_getattr (#130169)
|
2024-07-08 04:10:56 +00:00 |
|
TestTensorProtoSummary.test_half_tensor_proto_float16_proto_type_19
|
[dynamo][user-defined] Simplify and improve scope of UserDefinedObject var_getattr (#130169)
|
2024-07-08 04:10:56 +00:00 |
|
TestTorch.test_map
|
|
|
|
TestTorch.test_new
|
|
|
|
TestTorch.test_parsing_intlist
|
|
|
|
TestTorch.test_tensor_ressurecting_clear
|
[dynamo] Support Tensor subclass that has dynamic attributes or calls Parameter.__torch_function__ (#149482)
|
2025-04-02 20:56:43 +00:00 |
|
TestTorch.test_type
|
|
|
|
TestTorch.test_upsample_nearest2d_meta
|
|
|
|
TestTorchbind.test_torchbind_inductor
|
[torchbind] Add inductor support (#123709)
|
2024-05-13 18:18:17 +00:00 |
|
TestTorchDeviceTypeCPU.test_broadcast_fn_add_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_addcdiv_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_addcmul_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_atan2_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_div_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_eq_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_fmod_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_ge_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_gt_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_le_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_lerp_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_lt_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_masked_fill_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_masked_scatter_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_mul_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_ne_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_pow_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_remainder_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_broadcast_fn_sub_cpu
|
|
|
|
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float32
|
|
|
|
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool1d_cpu_float64
|
|
|
|
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float32
|
|
|
|
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool2d_cpu_float64
|
|
|
|
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float32
|
|
|
|
TestTorchDeviceTypeCPU.test_nondeterministic_alert_MaxUnpool3d_cpu_float64
|
|
|
|
TestTorchFunctionMode.test_mode_notimplemented_loop
|
|
|
|
TestTorchFunctionMode.test_modes_return_notimplemented
|
|
|
|
TestTorchFunctionMode.test_nested_modes_with_python_has_torch_function
|
|
|
|
TestTorchFunctionMode.test_subclass_hash
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestTorchFunctionOverride.test_Tensor___cuda_array_interface_____get__
|
|
|
|
TestTorchFunctionWarning.test_warn_on_invalid_torch_function_tensor_subclass
|
[dynamo] Always trace into tensor subclass __torch_function__ (#149792)
|
2025-04-02 20:57:00 +00:00 |
|
TestTorchTidyProfiler.test_module_and_optimizer_ids
|
|
|
|
TestTorchTidyProfiler.test_nnmodule_params
|
|
|
|
TestTorchTidyProfiler.test_tensorimpl_invalidation_full
|
|
|
|
TestTorchTidyProfiler.test_tensorimpl_invalidation_keep_alive
|
|
|
|
TestTorchTidyProfiler.test_tensorimpl_invalidation_scalar_args
|
|
|
|
TestTorchTidyProfiler.test_tensorimpl_invalidation_set
|
|
|
|
TestTrilIndicesFrom.test_exceptions
|
|
|
|
TestTriuIndicesFrom.test_exceptions
|
|
|
|
TestTypeHints.test_doc_examples
|
|
|
|
TestTypePromotionCPU.test_alpha_mismatch_cpu
|
|
|
|
TestTypePromotionCPU.test_alternate_result_cpu
|
|
|
|
TestUnflatten.test_unflatten_container_type
|
|
|
|
TestUnique.test_unique_axis
|
|
|
|
TestUnique.test_unique_axis_errors
|
|
|
|
TestVerifyCorrectness.test_incorrect_verify_true
|
|
|
|
TestVerifyCorrectness.test_torchscript
|
|
|
|
TestVmapAPI.test_fallback_does_not_warn_by_default
|
Enable capture_func_transforms by default (#122211)
|
2024-04-05 03:29:11 +00:00 |
|
TestVmapAPI.test_fallback_warns_when_warnings_are_enabled
|
Enable capture_func_transforms by default (#122211)
|
2024-04-05 03:29:11 +00:00 |
|
TestVmapAPI.test_out_dim_out_of_bounds_err_msg
|
Enable capture_func_transforms by default (#122211)
|
2024-04-05 03:29:11 +00:00 |
|
TestVmapOperators.test_new_empty_strided
|
Enable capture_func_transforms by default (#122211)
|
2024-04-05 03:29:11 +00:00 |
|
TestVsplit.test_1D_array
|
|
|
|
TestVsplit.test_0D_array
|
|
|
|
TestVsplit.test_non_iterable
|
|
|
|
TestVstack.test_empty_input
|
|
|
|
TestVstack.test_non_iterable
|
|
|
|
TestWhere.test_error
|
|
|
|
TraceRuleTests.test_skipfiles_inlinelist
|
|
|
|
UnspecTests.test_builtin_max_min
|
|
|
|
UnspecTests.test_conv1d_symint_padding
|
|
|
|
UnspecTests.test_isinstance_symint
|
|
|
|
UnspecTests.test_mark_01_dynamic
|
|
|
|
UnspecTests.test_no_recompilations
|
|
|
|
UnspecTests.test_no_recompiles
|
|
|
|
UnspecTests.test_propagate_dynamic_dim
|
|
|
|
UnspecTests.test_use_and_specialize
|
|
|