pytorch/test
peter 3517ee1bcb Fix ordered_dict.h for CUDA on Windows (#55275)
Summary:
Fixes https://github.com/pytorch/pytorch/issues/55266

Pull Request resolved: https://github.com/pytorch/pytorch/pull/55275

Reviewed By: mrshenli

Differential Revision: D27623887

Pulled By: malfet

fbshipit-source-id: 6dac357e21179a259ac95f0e1b7399b03dacc81d
2021-04-07 23:43:35 -07:00
..
backward_compatibility Reland Fix reference cycle in sparse coalesce graph (#55404) 2021-04-07 12:02:42 -07:00
benchmark_utils Fix timer overflow on small, fast snippets (#55200) 2021-04-05 14:11:26 -07:00
bottleneck_test
cpp nnc hackathon - use new APIs in tests (#55497) 2021-04-07 13:03:25 -07:00
cpp_api_parity
cpp_extensions Fix ordered_dict.h for CUDA on Windows (#55275) 2021-04-07 23:43:35 -07:00
custom_backend [PyTorch] Lite interpreter with a backend delegate (#54462) 2021-04-06 00:55:26 -07:00
custom_operator Revert back changes in test_custom_ops.cpp. (#55350) 2021-04-06 12:41:31 -07:00
distributed [torch/elastic] Revise the rendezvous handler registry logic. (#55466) 2021-04-07 20:43:20 -07:00
distributions
error_messages
expect
fx Improve placeholder matching in subgraph rewriter (#54958) 2021-03-30 11:40:33 -07:00
jit [Hackathon] Add source range info for tests in test_module_containers (#55500) 2021-04-07 16:46:30 -07:00
jit_hooks
mobile Replace AutoNonVariableTypeMode with InferenceMode in fbcode. (#55114) 2021-04-02 11:45:53 -07:00
onnx [ONNX] Add hardsigmoid symbolic in opset 9 #49649 (#54193) 2021-04-07 14:28:31 -07:00
optim Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
package Enforce PEP263 for PyTorch python codebase (#55346) 2021-04-06 18:31:38 -07:00
quantization Back out "[quant][graphmode][fx] Separate handling Copy operator to a helper function" (#55388) 2021-04-06 14:20:36 -07:00
scripts Fix accidental Flake8 excludes (#55178) 2021-04-01 16:26:46 -07:00
test_img
typing/reveal remove type_hint_tests and convert the files to use the new test style (#53167) 2021-03-18 17:33:53 -07:00
HowToWriteTestsUsingFileCheck.md
linear.py
run_test.py [DataPipe] Remove duplicate dataset (#54553) 2021-04-07 10:11:22 -07:00
simulate_nccl_errors.py
test_autograd.py Reland Fix reference cycle in sparse coalesce graph (#55404) 2021-04-07 12:02:42 -07:00
test_binary_ufuncs.py Add error message for complex alpha and non-complex inputs (#54964) 2021-04-07 14:12:34 -07:00
test_bundled_images.py [PyTorch Edge] Implement fb::jpeg_decode_to_NCHW (#55251) 2021-04-06 21:37:53 -07:00
test_bundled_inputs.py Make bundled inputs work with quantized zero inputs (#47407) 2021-04-06 13:47:35 -07:00
test_complex.py
test_cpp_api_parity.py
test_cpp_extensions_aot.py Fix ordered_dict.h for CUDA on Windows (#55275) 2021-04-07 23:43:35 -07:00
test_cpp_extensions_jit.py
test_cuda.py [Relanding] Implemented torch.linalg.multi_dot (#52859) 2021-04-01 04:49:05 -07:00
test_cuda_primary_ctx.py
test_dataloader.py Leak Caffe2 threadpool in child processes right after fork to prevent segfault (#54895) 2021-04-03 10:51:20 -07:00
test_datapipe.py [DataLoader] Typing Enforcement for DataPipe at runtime (#54544) 2021-04-02 15:22:32 -07:00
test_determination.py
test_dispatch.py Rename DefaultBackend to CompositeExplicitAutograd (#54470) 2021-03-26 10:53:30 -07:00
test_expecttest.py
test_foreach.py Refactor Unary Ops tests (#49712) 2021-03-19 09:28:00 -07:00
test_function_schema.py [pytorch] Fix printing of optional string arguments in schemas (#55196) 2021-04-05 15:28:18 -07:00
test_functional_autograd_benchmark.py
test_futures.py
test_fx.py Enforce PEP263 for PyTorch python codebase (#55346) 2021-04-06 18:31:38 -07:00
test_fx_experimental.py [FX] Add a metadata dict to Node and switch shapeprop to use that (#54926) 2021-03-31 14:36:54 -07:00
test_indexing.py [numpy] Add torch.take_along_dim (#52833) 2021-03-28 05:22:51 -07:00
test_jit.py [Hackathon][take2] jit py3 move list dict tuple to jit/ (#55515) 2021-04-07 14:25:04 -07:00
test_jit_cuda_fuser.py
test_jit_disabled.py
test_jit_fuser.py Enforce PEP263 for PyTorch python codebase (#55346) 2021-04-06 18:31:38 -07:00
test_jit_fuser_legacy.py
test_jit_fuser_te.py [jit][tensorexpr] Added aten::batch_norm into fuser when in inference mode (#54204) 2021-03-23 04:41:52 -07:00
test_jit_legacy.py
test_jit_profiling.py
test_jit_py3.py [Hackathon][take2] jit py3 move list dict tuple to jit/ (#55515) 2021-04-07 14:25:04 -07:00
test_jit_simple.py
test_jit_string.py
test_kernel_launch_checks.py
test_license.py
test_linalg.py [ROCM] Disable few tests for Magma (#55534) 2021-04-07 22:22:43 -07:00
test_logging.py
test_metal.py
test_mkldnn.py Add mkldnn tanh operator (#54656) 2021-04-05 00:00:16 -07:00
test_mobile_optimizer.py [Pytorch Mobile] Fold Conv BatchNorm for functions besides forward (#54619) 2021-04-06 13:07:12 -07:00
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py
test_namedtuple_return_api.py Added linalg.eig, linalg.eigvals (#52491) 2021-04-06 13:53:26 -07:00
test_native_functions.py
test_nn.py Flip clip_grad_norm default for error_if_nonfinite to false (#55169) 2021-04-02 12:25:32 -07:00
test_nnapi.py [NNAPI] Initial flexible size support (#54701) 2021-04-06 13:49:43 -07:00
test_numba_integration.py Temporary disable TestNumbaIntegration.test_from_cuda_array_interface* (#54430) 2021-03-22 09:17:28 -07:00
test_numpy_interop.py
test_op_aliases.py Rename linalg.det test so that it generates a valid method name (#54704) 2021-03-27 11:55:33 -07:00
test_openmp.py
test_ops.py [testing] Support input samples where self is broadcasted. (#53014) 2021-04-07 08:20:27 -07:00
test_optim.py
test_overrides.py Fix override for __iter__ (#54702) 2021-03-30 08:30:50 -07:00
test_package.py
test_profiler.py
test_pruning_op.py
test_public_bindings.py
test_pytree.py
test_quantization.py ns for fx: move shadow lstm test to new API (#53828) 2021-03-25 22:35:31 -07:00
test_reductions.py Migrate mode from TH to ATen (#52043) 2021-04-02 22:21:53 -07:00
test_segment_reductions.py [pytorch] Add native support for segment reduce step1: API definition (#53727) 2021-03-23 16:00:30 -07:00
test_serialization.py
test_set_default_mobile_cpu_allocator.py
test_shape_ops.py Added support for TensorList inputs in OpInfo (#54922) 2021-03-31 04:42:10 -07:00
test_show_pickle.py
test_sort_and_select.py
test_sparse.py Reland Fix reference cycle in sparse coalesce graph (#55404) 2021-04-07 12:02:42 -07:00
test_spectral_ops.py [ROCm] skip some tests to enable 4.1 CI upgrade (#54536) 2021-03-30 17:49:45 -07:00
test_static_runtime.py [Static Runtime] Temporarily disable fusion tests (#55342) 2021-04-05 20:54:02 -07:00
test_tensor_creation_ops.py Wrap cub in its own namespace (#55292) 2021-04-05 23:21:05 -07:00
test_tensorboard.py
test_tensorexpr.py
test_tensorexpr_pybind.py [tensorexpr] Add python bindings for TensorExprKernel (#54450) 2021-04-01 02:11:32 -07:00
test_testing.py Move mypy wrapper to tools (#54268) 2021-03-18 15:41:27 -07:00
test_throughput_benchmark.py
test_torch.py Enforce PEP263 for PyTorch python codebase (#55346) 2021-04-06 18:31:38 -07:00
test_type_hints.py Move mypy wrapper to tools (#54268) 2021-03-18 15:41:27 -07:00
test_type_info.py
test_type_promotion.py Generate no-op meta functions for all inplace operations (#54901) 2021-03-30 09:31:39 -07:00
test_typing.py remove type_hint_tests and convert the files to use the new test style (#53167) 2021-03-18 17:33:53 -07:00
test_unary_ufuncs.py [testing] support op with args/kwargs in test_unary_ufunc (#52194) 2021-03-28 18:10:20 -07:00
test_utils.py Only allow hub.load() from original repo. (#54451) 2021-03-22 20:27:54 -07:00
test_view_ops.py
test_vmap.py skip test_symeig if MAGMA not detected (#54526) 2021-03-24 13:55:36 -07:00
test_vulkan.py
test_xnnpack_integration.py Handle 1D input for xnnpack::linear (#54986) 2021-03-31 14:45:43 -07:00