pytorch/test
haozhe.zhu dbf39a6e63 [inductor] fix linear_add_bias path (#127597)
Previous the `linear_add_bias` path do not work.
This PR is to fix it and add more ut with it.

**TestPlan**
```
python test/inductor/test_mkldnn_pattern_matcher.py -k test_linear_add_bias
```

Pull Request resolved: https://github.com/pytorch/pytorch/pull/127597
Approved by: https://github.com/jgong5, https://github.com/jansel
2024-06-04 00:39:01 +00:00
..
ao/sparsity
autograd
backends/xeon
benchmark_utils
bottleneck_test
cpp Remove more unused variables in tests (#127510) 2024-05-31 03:39:45 +00:00
cpp_api_parity
cpp_extensions Support torch.dtype as parameter in pybind11 cpp extension. (#126865) 2024-05-29 23:19:32 +00:00
custom_backend
custom_operator
distributed [pipelining] Stress test schedules with multi iters (#127475) 2024-06-03 20:24:07 +00:00
distributions
dynamo Properly detect nested torch function args (#127496) 2024-06-02 03:43:22 +00:00
dynamo_expected_failures [dynamo] Support numpy.dtype (#124481) 2024-05-29 14:45:14 +00:00
dynamo_skips
edge [BE][CMake] Use FindPython module (#124613) 2024-05-29 13:17:35 +00:00
error_messages
expect Lift jagged -> padded dense forward / backward kernels from fbgemm_gpu (#125946) 2024-06-03 23:41:54 +00:00
export [torchbind] support torch.compile with aot_eager backend (#127114) 2024-06-03 21:38:57 +00:00
forward_backward_compatibility
functorch [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
fx Implement Graph Transform Observer (#127427) 2024-06-02 06:49:47 +00:00
higher_order_ops
inductor [inductor] fix linear_add_bias path (#127597) 2024-06-04 00:39:01 +00:00
jit Revert "Refresh OpOverloadPacket if a new OpOverload gets added (#126863)" (#127366) 2024-05-29 19:26:06 +00:00
jit_hooks
lazy
mobile
nn [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
onnx Revert "Add aten._unsafe_masked_index (#116491)" 2024-06-03 15:51:50 +00:00
onnx_caffe2
optim Quick Fix on #126854, deepcopy lr and other possible base_parameters (#127190) 2024-06-03 18:06:31 +00:00
package
profiler
quantization [CUDNN] Remove defunct cuDNN V8 API build flag (#120006) 2024-06-03 22:42:05 +00:00
scripts
test_img
torch_np [dynamo] Handle np.iinfo/finfo/dtype as input (#124482) 2024-05-29 16:00:15 +00:00
typing
xpu
_test_bazel.py
allowlist_for_publicAPI.json
conftest.py
create_dummy_torchscript_model.py
delete.py
hi.py
HowToWriteTestsUsingFileCheck.md
linear.py
load_torchscript_model.py
minioptest_failures_dict.json
mkl_verbose.py
mkldnn_verbose.py
pytest_shard_custom.py
run_doctests.sh
run_test.py
simulate_nccl_errors.py
test_ao_sparsity.py
test_autocast.py [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
test_autograd.py [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
test_autograd_fallback.py
test_binary_ufuncs.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_bundled_images.py
test_bundled_inputs.py
test_ci_sanity_check_fail.py
test_comparison_utils.py
test_compile_benchmark_util.py
test_complex.py
test_content_store.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py Support torch.dtype as parameter in pybind11 cpp extension. (#126865) 2024-05-29 23:19:32 +00:00
test_cpp_extensions_jit.py
test_cpp_extensions_mtia_backend.py
test_cpp_extensions_open_device_registration.py
test_cpp_extensions_stream_and_event.py
test_cuda.py [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
test_cuda_expandable_segments.py
test_cuda_multigpu.py
test_cuda_nvml_based_avail.py
test_cuda_primary_ctx.py
test_cuda_sanitizer.py
test_cuda_trace.py
test_custom_ops.py Revert "Refresh OpOverloadPacket if a new OpOverload gets added (#126863)" (#127366) 2024-05-29 19:26:06 +00:00
test_dataloader.py
test_datapipe.py [BE][Ez]: Apply PYI059 - Generic always come last (#127685) 2024-06-02 13:38:58 +00:00
test_decomp.py
test_deploy.py
test_determination.py
test_dispatch.py
test_dlpack.py
test_dynamic_shapes.py [export] handle new roots & root swapping in derived dims suggested fixes (#125543) 2024-05-28 20:41:43 +00:00
test_expanded_weights.py
test_fake_tensor.py
test_flop_counter.py
test_foreach.py Allow slow foreach to run for any backend, not just CPU (#127412) 2024-06-01 13:58:18 +00:00
test_function_schema.py
test_functional_autograd_benchmark.py
test_functional_optim.py
test_functionalization.py
test_functionalization_of_rng_ops.py
test_futures.py
test_fx.py
test_fx_experimental.py Revert "Add aten._unsafe_masked_index (#116491)" 2024-06-03 15:51:50 +00:00
test_fx_passes.py
test_fx_reinplace_pass.py
test_hub.py
test_import_stats.py
test_indexing.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_itt.py
test_jit.py [BE] enable ruff rule Q from flake8-quotes (#127713) 2024-06-02 23:25:26 +00:00
test_jit_autocast.py
test_jit_disabled.py
test_jit_fuser.py
test_jit_fuser_legacy.py
test_jit_fuser_te.py
test_jit_legacy.py
test_jit_llga_fuser.py
test_jit_profiling.py
test_jit_simple.py
test_jit_string.py
test_jiterator.py
test_kernel_launch_checks.py
test_legacy_vmap.py
test_license.py
test_linalg.py [ROCm] TunableOp improvements (#124362) 2024-06-03 22:30:11 +00:00
test_logging.py
test_masked.py
test_maskedtensor.py
test_matmul_cuda.py Revert "FP8 rowwise scaling (#125204)" 2024-06-03 15:00:21 +00:00
test_meta.py Correct error message for aten::_local_scalar_dense on meta tensor (#124554) 2024-05-30 00:50:29 +00:00
test_metal.py
test_mkl_verbose.py
test_mkldnn.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_mkldnn_fusion.py
test_mkldnn_verbose.py
test_mobile_optimizer.py [BE] enable ruff rule Q from flake8-quotes (#127713) 2024-06-02 23:25:26 +00:00
test_model_dump.py
test_model_exports_to_core_aten.py
test_module_tracker.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_modules.py Revert "Default meta device to use swap_tensors in nn.Module._apply (.to_empty and .to('meta')) (#126819)" 2024-06-01 18:46:16 +00:00
test_monitor.py
test_mps.py Revert "Add aten._unsafe_masked_index (#116491)" 2024-06-03 15:51:50 +00:00
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py
test_namedtuple_return_api.py
test_native_functions.py
test_native_mha.py
test_nestedtensor.py Lift jagged -> padded dense forward / backward kernels from fbgemm_gpu (#125946) 2024-06-03 23:41:54 +00:00
test_nn.py Revert "Default XLA to use swap_tensors path in nn.Module._apply (#126814)" 2024-06-01 18:46:16 +00:00
test_nnapi.py Enable ufmt format on test files (#126845) 2024-05-28 01:42:07 +00:00
test_numba_integration.py Enable ufmt format on test files (#126845) 2024-05-28 01:42:07 +00:00
test_numpy_interop.py Fix lint after #126845 (#127286) 2024-05-28 12:38:27 +00:00
test_openmp.py Enable ufmt format on test files (#126845) 2024-05-28 01:42:07 +00:00
test_ops.py Add fake impl for aten.unique_dim (#126561) 2024-06-01 04:03:10 +00:00
test_ops_fwd_gradients.py
test_ops_gradients.py
test_ops_jit.py
test_optim.py Revert "[BE] wrap deprecated function/class with typing_extensions.deprecated (#126898)" 2024-05-31 19:47:24 +00:00
test_out_dtype_op.py
test_overrides.py Properly detect nested torch function args (#127496) 2024-06-02 03:43:22 +00:00
test_package.py
test_per_overload_api.py
test_prims.py [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
test_proxy_tensor.py Add fake impl for aten.unique_dim (#126561) 2024-06-01 04:03:10 +00:00
test_pruning_op.py
test_public_bindings.py
test_python_dispatch.py
test_pytree.py [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
test_quantization.py
test_reductions.py Remove calls of deprecated _aminmax (#127182) 2024-05-28 03:51:45 +00:00
test_scatter_gather_ops.py
test_schema_check.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_segment_reductions.py
test_serialization.py
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py Revert "Enable UFMT on test_shape_ops.py test_show_pickle.py test_sort_and_select.py (#127165)" 2024-05-30 22:06:46 +00:00
test_show_pickle.py Revert "Enable UFMT on test_shape_ops.py test_show_pickle.py test_sort_and_select.py (#127165)" 2024-05-30 22:06:46 +00:00
test_sort_and_select.py Revert "Enable UFMT on test_shape_ops.py test_show_pickle.py test_sort_and_select.py (#127165)" 2024-05-30 22:06:46 +00:00
test_sparse.py
test_sparse_csr.py
test_sparse_semi_structured.py
test_spectral_ops.py
test_stateless.py [BE] wrap deprecated function/class with typing_extensions.deprecated (#127689) 2024-06-02 12:30:43 +00:00
test_static_runtime.py [BE] enable ruff rule Q from flake8-quotes (#127713) 2024-06-02 23:25:26 +00:00
test_subclass.py
test_sympy_utils.py
test_tensor_creation_ops.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_tensorboard.py
test_tensorexpr.py
test_tensorexpr_pybind.py
test_testing.py
test_throughput_benchmark.py
test_torch.py [BE]: Apply PLR1736 fixes (unnecessary index lookup) (#127716) 2024-06-03 17:22:13 +00:00
test_transformers.py
test_type_hints.py
test_type_info.py
test_type_promotion.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_typing.py
test_unary_ufuncs.py [dynamo] wrap GraphModule exceptions in dynamo-wrapped tests (#126341) 2024-05-29 05:18:04 +00:00
test_utils.py
test_view_ops.py
test_vulkan.py
test_weak.py
test_xnnpack_integration.py
test_xpu.py