pytorch/test
Nikita Shulga 5e30c44c03 Update on "Add BUILD_LAZY_CUDA_LINALG option"
When enable, it will generate `torch_cuda_linalg` library, which would depend on cusolve and magma and registers dynamic bindings to it from LinearAlgebraStubs

Differential Revision: [D33992795](https://our.internmc.facebook.com/intern/diff/D33992795)

[ghstack-poisoned]
2022-02-23 12:59:30 +00:00
..
ao/sparsity [sparsity] Convert function for sparse kernels without a context manager (#66778) 2021-12-09 02:58:57 -08:00
autograd [skip ci] Set test owners for autograd tests (#66834) 2021-10-19 08:35:02 -07:00
benchmark_utils Add lint to ensure all test files have headers with ownership info (#66826) 2021-11-03 18:21:49 -07:00
bottleneck_test Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
cpp [caffe2] fix build failures in optimized builds under clang 2022-02-22 22:31:47 +00:00
cpp_api_parity ENH Adds test and docs for modules that already support no batch dims (#62729) 2021-09-02 12:36:54 -07:00
cpp_extensions Update on "Add BUILD_LAZY_CUDA_LINALG option" 2022-02-14 15:28:29 +00:00
custom_backend [PyTorch] Adopt IValue::toTupleRef() where obvious (#65505) 2021-11-02 10:22:18 -07:00
custom_operator Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
distributed [ZeRO] (Reland) Add ctor support for multiple param groups (#72932) 2022-02-22 16:29:55 +00:00
distributions Fix discrete sampler test to correctly run Chi2 test (#73251) 2022-02-23 02:31:42 +00:00
error_messages Revert D30279364: [codemod][lint][fbcode/c*] Enable BLACK by default 2021-08-12 11:45:01 -07:00
expect Refactor FX codegen into extensible Codegen object (#72566) 2022-02-11 18:13:29 +00:00
forward_backward_compatibility scatter_reduce documentation (#73125) 2022-02-22 19:33:46 +00:00
fx [test_fx_const_fold] Remove dependencies on acc_* (#72810) 2022-02-14 20:46:54 +00:00
jit Fix asserts in tests (#72864) 2022-02-16 18:35:16 +00:00
jit_hooks Revert D30279364: [codemod][lint][fbcode/c*] Enable BLACK by default 2021-08-12 11:45:01 -07:00
mobile [TensorExpr] Move AOT compilation logic from aot_compiler.cpp to NNC's to_backend (#70375) 2022-02-02 02:34:55 +00:00
onnx [ONNX] Add Squeeze/Unsqueeze dynamic dimensions support when opset >= 13 (#71158) 2022-02-23 06:41:15 +00:00
package [torch.package] add test case for repackaging parent module (#72367) 2022-02-07 21:49:36 +00:00
quantization [quant] Add ConvTranspose reference module - Reland #73031 (#73094) 2022-02-23 02:31:42 +00:00
scripts Revert D30279364: [codemod][lint][fbcode/c*] Enable BLACK by default 2021-08-12 11:45:01 -07:00
test_img
typing
delete.py Introducing DataChunk for DataPipes batching (#62768) 2021-08-06 08:38:33 -07:00
HowToWriteTestsUsingFileCheck.md
linear.py Revert D30279364: [codemod][lint][fbcode/c*] Enable BLACK by default 2021-08-12 11:45:01 -07:00
run_test.py add dry run option and improve test list printing 2022-02-22 20:45:41 +00:00
simulate_nccl_errors.py Revert D30279364: [codemod][lint][fbcode/c*] Enable BLACK by default 2021-08-12 11:45:01 -07:00
test_ao_sparsity.py [sparsity] Fix and enable the pruning tests (#66411) 2021-11-22 15:28:12 -08:00
test_autocast.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_autograd.py no longer coalesce sparse COO tensors before comparison (#69751) 2022-02-17 02:33:08 +00:00
test_binary_ufuncs.py only compare attributes for meta tensors (#72508) 2022-02-17 02:33:08 +00:00
test_bundled_images.py Add ownership to more edge tests (#67859) 2021-11-05 11:01:16 -07:00
test_bundled_inputs.py Add lint to ensure all test files have headers with ownership info (#66826) 2021-11-03 18:21:49 -07:00
test_complex.py [skip ci] Set test owner for test_complex.py (#66835) 2021-10-19 08:36:27 -07:00
test_cpp_api_parity.py [skip ci] Set test owners for cpp test (#66836) 2021-10-21 13:17:46 -07:00
test_cpp_extensions_aot.py No-batch-dim support for ConvNd (#70506) 2022-01-06 16:53:50 -08:00
test_cpp_extensions_jit.py Remove remaining THC code (#69039) 2021-12-08 12:18:08 -08:00
test_cuda_primary_ctx.py remove hasPrimaryContext workaround on ROCm (#71146) 2022-01-25 20:32:12 +00:00
test_cuda.py no longer coalesce sparse COO tensors before comparison (#69751) 2022-02-17 02:33:08 +00:00
test_dataloader.py Fix persistent worker exits before pin_memory thread (#71579) 2022-02-01 23:57:17 +00:00
test_datapipe.py [DataPipe] Extend FileLister to support load multiple directories (#72260) 2022-02-04 07:55:00 +00:00
test_deploy.py [skip ci] Set test owner for deploy/package tests (#66830) 2021-10-26 07:49:33 -07:00
test_determination.py Have test classes extend from common_utils.TestCase, not unittest.TestCase (#66900) 2021-10-19 16:54:05 -07:00
test_dispatch.py Revert D34034848: free up dispatch key space (in C++) 2022-02-14 23:29:00 +00:00
test_expanded_weights.py expanded weights without fast rules (#70140) 2022-02-22 20:35:16 +00:00
test_foreach.py use torch.testing.assert_equal in TestCase.assertEqual (#67796) 2022-01-27 08:33:55 +00:00
test_function_schema.py Add forward compatability tests in CI (#64139) 2022-01-05 23:40:06 -08:00
test_functional_autograd_benchmark.py fix python version error (#71021) 2022-01-21 01:05:53 +00:00
test_functional_optim.py [Opt Overlap] Clean up code in _OptimizerHookState (#71620) 2022-01-26 19:33:49 +00:00
test_functionalization.py Fix test ownership lint (#71554) 2022-01-21 18:24:42 +00:00
test_futures.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_fx_experimental.py Remove some unnecessary python functional wrappers (#61608) 2022-02-01 16:59:26 +00:00
test_fx.py [fx] Improve support for tuple subclasses such as NamedTuple (#73198) 2022-02-23 11:31:10 +00:00
test_import_stats.py Set test owners for module: ci (#66796) 2021-10-18 10:29:50 -07:00
test_indexing.py Fixes CUDA vs CPU consistency for index_put_ when accumulating (part 2) (#67189) 2021-11-08 17:56:43 -08:00
test_jit_autocast.py [JIT] additional support for CallMethod with autocasting (#67925) 2021-11-08 14:37:09 -08:00
test_jit_cuda_fuser.py Nvfuser code bump 2_1_2022 (#72127) 2022-02-15 00:43:16 +00:00
test_jit_disabled.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_jit_fuser_legacy.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_jit_fuser_te.py Implement Tanh Gelu Approximation (#61439) 2022-02-14 03:40:32 +00:00
test_jit_fuser.py skip test_jit_legacy (#68129) 2021-11-10 23:08:32 -08:00
test_jit_legacy.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_jit_profiling.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_jit_simple.py Set test owners for jit tests (#66808) 2021-10-25 07:51:10 -07:00
test_jit_string.py [PyTorch] Move prim string ops to JIT op registry (#70501) 2022-01-06 18:26:28 -08:00
test_jit.py (2/2) Make TorchScript Preserve Fully Qualified Class Name for Python Exceptions: frontend change (#72899) 2022-02-16 03:45:15 +00:00
test_kernel_launch_checks.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_license.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_linalg.py Fix SVD error code handling for OpenBLAS 0.3.15+ and MKL 2022+ (again) (#72357) 2022-02-07 21:36:30 +00:00
test_logging.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_masked.py Fix test ownership lint (#71554) 2022-01-21 18:24:42 +00:00
test_metal.py [skip ci] Set test owner for mobile tests (#66829) 2021-10-26 10:20:01 -07:00
test_mkldnn.py Avoid the view for mkldnn case in 1D convolution (#68166) 2021-11-15 11:56:45 -08:00
test_mobile_optimizer.py [PyTorchEdge] backport v8 to v7 to support promoted ops as instruction (#71662) 2022-02-15 03:47:39 +00:00
test_model_dump.py Add ownership to more edge tests (#67859) 2021-11-05 11:01:16 -07:00
test_module_init.py [quant] fix dropout in FX graph mode quantization (#71043) 2022-01-13 15:59:59 -08:00
test_modules.py only compare attributes for meta tensors (#72508) 2022-02-17 02:33:08 +00:00
test_monitor.py torch/monitor: merge Interval and FixedCount stats (#72009) 2022-01-30 23:21:59 +00:00
test_multiprocessing_spawn.py Make test_multiprocessing_spawn.py compatible with pytest (#50408) 2022-02-10 16:18:46 +00:00
test_multiprocessing.py Allow forking until a worker thread is created in autograd engine (#72689) 2022-02-12 01:52:57 +00:00
test_namedtensor.py use torch.testing.assert_equal in TestCase.assertEqual (#67796) 2022-01-27 08:33:55 +00:00
test_namedtuple_return_api.py Rewrite svd and linalg.svd as structured kernels (#69827) 2022-01-27 18:38:30 +00:00
test_native_functions.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_nn.py Add simple correctness check for native MHA (#72941) 2022-02-19 00:31:45 +00:00
test_nnapi.py NNAPI: quant logistic fix (#70847) 2022-01-07 13:36:33 -08:00
test_numba_integration.py Remove unwanted comma (#71193) 2022-01-13 19:09:05 -08:00
test_numpy_interop.py Skip superfluous storage allocations while constructing meta tensors (#65331) 2022-02-11 12:55:11 +00:00
test_openmp.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_ops.py [ROCm] Enable skipped ROCm unit tests (#67706) 2022-02-11 22:14:54 +00:00
test_optim.py Uncomment step no-op test in test_optim (#70953) 2022-02-15 18:02:08 +00:00
test_overrides.py Add autograd tests for addmm, addmv, mm, mv and CSR matrix input (#71949) 2022-02-11 23:14:02 +00:00
test_package.py [skip ci] Set test owner for deploy/package tests (#66830) 2021-10-26 07:49:33 -07:00
test_per_overload_api.py Add torch.ops per overload API (#72206) 2022-02-11 17:19:06 +00:00
test_profiler.py [Profiler] Fix memory profile type from recent refactor (#71417) 2022-01-18 22:18:11 +00:00
test_pruning_op.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_public_bindings.py Have test classes extend from common_utils.TestCase, not unittest.TestCase (#66900) 2021-10-19 16:54:05 -07:00
test_python_dispatch.py Revert D34318185: [pytorch][PR] Ensure that call before redispatch work well for PythonTLSSnapshot 2022-02-22 18:31:13 +00:00
test_pytree.py [skip ci] Add test owners for a special hi-pri class of tests (#67553) 2021-10-29 12:17:21 -07:00
test_quantization.py dbr quant: break up test class into multiple classes (#70246) 2022-01-05 06:36:41 -08:00
test_reductions.py optimize dim reduce performance on norm, argmax and argmin (#72083) 2022-02-10 19:39:31 +00:00
test_scatter_gather_ops.py Kill the test_torch.py mixin and creates test_scatter_gather_ops (#71691) 2022-01-24 09:32:32 +00:00
test_segment_reductions.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_serialization.py Rename Typed/UntypedStorage to _Typed/_UntypedStorage (#72540) 2022-02-15 23:53:01 +00:00
test_set_default_mobile_cpu_allocator.py Add ownership to more edge tests (#67859) 2021-11-05 11:01:16 -07:00
test_shape_ops.py replace onlyOnCPUAndCUDA with onlyNativeDeviceTypes (#65201) 2021-11-01 09:22:34 -07:00
test_show_pickle.py Add ownership to more edge tests (#67859) 2021-11-05 11:01:16 -07:00
test_sort_and_select.py Revert D34152115: [pytorch][PR] [ROCm] Enable sort operator BF16 support 2022-02-15 15:23:29 +00:00
test_sparse_csr.py Enable Half/BFloat16 support for to_dense and coalesce methods. (#72397) 2022-02-17 02:54:23 +00:00
test_sparse.py Back out "[pytorch][PR] add BFloat16 sparse operators on CPU: copy, coalesce, sparse_mask, ad…" 2022-02-21 18:31:51 +00:00
test_spectral_ops.py fft: Fix invalid shape error for complex-to-real transforms (#73012) 2022-02-23 03:33:26 +00:00
test_stateless.py Add lightweight reparametrization for _stateless calls (#68969) 2022-01-28 14:38:45 +00:00
test_static_runtime.py Fix quicklints (#72256) 2022-02-03 15:17:35 +00:00
test_tensor_creation_ops.py only compare attributes for meta tensors (#72508) 2022-02-17 02:33:08 +00:00
test_tensorboard.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_tensorexpr_pybind.py [TensorExpr] Delet DimArg class. (#72390) 2022-02-11 01:21:59 +00:00
test_tensorexpr.py [JIT] Opinfo tests for nnc fusion - retry (#72486) 2022-02-09 19:01:22 +00:00
test_testing.py only compare attributes for meta tensors (#72508) 2022-02-17 02:33:08 +00:00
test_throughput_benchmark.py Set test owners for tests with unknown owners (#67552) 2021-10-29 12:42:01 -07:00
test_torch.py scatter_reduce documentation (#73125) 2022-02-22 19:33:46 +00:00
test_type_hints.py [skip ci] Set test owners for test_typing.py (#66869) 2021-10-20 09:41:13 -07:00
test_type_info.py [skip ci] Set test owners for test_typing.py (#66869) 2021-10-20 09:41:13 -07:00
test_type_promotion.py only compare attributes for meta tensors (#72508) 2022-02-17 02:33:08 +00:00
test_typing.py [skip ci] Set test owners for test_typing.py (#66869) 2021-10-20 09:41:13 -07:00
test_unary_ufuncs.py The Jiterator (#69439) 2021-12-06 07:32:48 -08:00
test_utils.py Add support for C++ frontend wrapper on Linux (#69094) 2021-12-02 16:47:00 -08:00
test_view_ops.py only compare attributes for meta tensors (#72508) 2022-02-17 02:33:08 +00:00
test_vmap.py update example in classification losses (#69816) 2021-12-21 02:46:48 -08:00
test_vulkan.py [skip ci] Set test owner for mobile tests (#66829) 2021-10-26 10:20:01 -07:00
test_xnnpack_integration.py Add ownership to more edge tests (#67859) 2021-11-05 11:01:16 -07:00