pytorch/test
Xiang Gao 06036f76b6 CUDA BFloat16 pow (#44760)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/44760

Reviewed By: ngimel

Differential Revision: D23727936

Pulled By: mruberry

fbshipit-source-id: 8aa89e989294347d7f593b1a63ce4a1dbfdf783e
2020-09-16 10:01:21 -07:00
..
backward_compatibility Deprecates calling linspace and logspace without setting steps explicitly (#43860) 2020-09-13 06:09:19 -07:00
bottleneck_test
cpp [TensorExpr] Fuser: try merging adjacent fusion groups. (#43671) 2020-09-15 21:31:02 -07:00
cpp_api_parity Rename NewCriterionTest to CriterionTest. (#44056) 2020-09-03 10:29:20 -07:00
cpp_extensions pull empty() out of use_c10_dispatcher: full (#43572) 2020-08-26 22:51:06 -07:00
custom_backend
custom_operator
distributed Rename test_distributed to test_distributed_fork (#42932) 2020-09-08 23:13:37 -07:00
error_messages
expect
fx [fx] remove delegate, replace with tracer (#44566) 2020-09-15 16:52:22 -07:00
jit Fix fallback graph in specialize autogradzero (#44654) 2020-09-15 11:12:20 -07:00
mobile [pytorch] deprecate static dispatch (#43564) 2020-08-27 14:52:48 -07:00
onnx Updates div to perform true division (#42907) 2020-09-14 15:50:38 -07:00
optim
quantization [quant][qat] Ensure observers and fq modules are scriptable (#44749) 2020-09-16 09:30:07 -07:00
scripts
test_img
type_hint_tests
HowToWriteTestsUsingFileCheck.md
print_test_stats.py log message at per-test level forperfpipe_pytorch_test_times (#43752) 2020-08-31 16:22:44 -07:00
run_test.py Run vmap tests in CI (#44656) 2020-09-15 10:59:00 -07:00
simulate_nccl_errors.py
test_autograd.py Batched grad support for: slice, select, diagonal (#44505) 2020-09-11 14:59:58 -07:00
test_bundled_images.py
test_bundled_inputs.py
test_complex.py
test_cpp_api_parity.py Merge criterion_tests and new_criterion_tests. (#44398) 2020-09-10 08:29:59 -07:00
test_cpp_extensions_aot.py Fix exception chaining in test/ (#44193) 2020-09-14 14:20:16 -07:00
test_cpp_extensions_jit.py [JIT] Disable broken tests (#43750) 2020-08-27 18:12:57 -07:00
test_cuda.py Autocast wrappers for RNN cell apis (#44296) 2020-09-09 09:44:59 -07:00
test_cuda_primary_ctx.py
test_dataloader.py Fix exception chaining in test/ (#44193) 2020-09-14 14:20:16 -07:00
test_determination.py Rename test_distributed to test_distributed_fork (#42932) 2020-09-08 23:13:37 -07:00
test_dispatch.py Update fallback kernel for Autograd keys. (#44349) 2020-09-11 12:04:52 -07:00
test_distributions.py Fix exception chaining in test/ (#44193) 2020-09-14 14:20:16 -07:00
test_expecttest.py
test_foreach.py Updates div to perform true division (#42907) 2020-09-14 15:50:38 -07:00
test_function_schema.py
test_functional_autograd_benchmark.py Reland of benchmark code (#43428) 2020-08-24 13:27:26 -07:00
test_futures.py
test_fx.py [fx] remove delegate, replace with tracer (#44566) 2020-09-15 16:52:22 -07:00
test_indexing.py
test_jit.py [JIT] Fix torch.tensor for empty multidimensional-typed lists (#44652) 2020-09-14 17:28:23 -07:00
test_jit_cuda_fuser.py Enable TE in test_jit.py (#44200) 2020-09-13 15:58:20 -07:00
test_jit_cuda_fuser_legacy.py
test_jit_cuda_fuser_profiling.py
test_jit_disabled.py
test_jit_fuser.py Fix exception chaining in test/ (#44193) 2020-09-14 14:20:16 -07:00
test_jit_fuser_legacy.py
test_jit_fuser_te.py [TensorExpr] Fuser: try merging adjacent fusion groups. (#43671) 2020-09-15 21:31:02 -07:00
test_jit_legacy.py
test_jit_profiling.py
test_jit_py3.py [JIT] Add property support for ScriptModules (#42390) 2020-09-14 18:49:21 -07:00
test_jit_simple.py
test_jit_string.py
test_linalg.py Deprecate torch.norm and torch.functional.norm (#44321) 2020-09-10 01:16:41 -07:00
test_logging.py
test_mkldnn.py OneDNN: report error for dilation max_pooling and replace AT_ERROR with TORCH_CHECK in oneDNN codes (#43538) 2020-08-28 10:57:19 -07:00
test_mobile_optimizer.py
test_multiprocessing.py
test_multiprocessing_spawn.py
test_namedtensor.py Fix exception chaining in test/ (#44193) 2020-09-14 14:20:16 -07:00
test_namedtuple_return_api.py
test_native_functions.py add support for optional int list with scalar fill (#43262) 2020-08-21 18:24:36 -07:00
test_nn.py add dilation to transposeconv's _output_padding method (#43793) 2020-09-14 21:28:27 -07:00
test_numba_integration.py
test_op_aliases.py Updates div to perform true division (#42907) 2020-09-14 15:50:38 -07:00
test_openmp.py
test_ops.py Moves some of TestTorchMathOps to OpInfos (#44277) 2020-09-10 17:31:50 -07:00
test_optim.py Check SparseAdam params are dense on init (#41966) (#43668) 2020-09-01 14:25:59 -07:00
test_overrides.py Allow Tensor-likes in torch.autograd.gradcheck (#43877) 2020-09-10 09:02:17 -07:00
test_profiler.py
test_pruning_op.py Add Rowwise Prune PyTorch op (#42708) 2020-08-27 15:16:23 -07:00
test_quantization.py [quant] Support quantization of embedding lookup operators (#44207) 2020-09-08 19:03:59 -07:00
test_serialization.py
test_show_pickle.py
test_sparse.py Updates div to perform true division (#42907) 2020-09-14 15:50:38 -07:00
test_spectral_ops.py
test_static_runtime.py [static runtime] Swap to out-variant compatible nodes (#44127) 2020-09-14 12:38:25 -07:00
test_tensor_creation_ops.py Deprecates calling linspace and logspace without setting steps explicitly (#43860) 2020-09-13 06:09:19 -07:00
test_tensorboard.py
test_tensorexpr.py [TensorExpr] Re-enable tests. (#44218) 2020-09-07 15:52:03 -07:00
test_throughput_benchmark.py
test_torch.py CUDA BFloat16 pow (#44760) 2020-09-16 10:01:21 -07:00
test_type_hints.py Fix exception chaining in test/ (#44193) 2020-09-14 14:20:16 -07:00
test_type_info.py
test_type_promotion.py Updates div to perform true division (#42907) 2020-09-14 15:50:38 -07:00
test_unary_ufuncs.py Moves some of TestTorchMathOps to OpInfos (#44277) 2020-09-10 17:31:50 -07:00
test_utils.py Adding Adapative Autorange to benchmark utils. (#44607) 2020-09-13 20:55:40 -07:00
test_vmap.py Run vmap tests in CI (#44656) 2020-09-15 10:59:00 -07:00
test_vulkan.py
test_xnnpack_integration.py Fix transposed conv2d rewrite pattern to account for convolution api (#44035) 2020-09-03 12:55:43 -07:00