..
bottleneck
cpp
fix some compiler warnings
2019-08-05 17:52:56 -07:00
cpp_extensions
Add overload names to native_functions.yaml ( #23532 )
2019-08-01 02:08:37 -07:00
custom_operator
Initial torchbind prototype ( #21098 )
2019-08-02 18:45:15 -07:00
data
Implement kthvalue in ATen ( #17544 )
2019-03-01 19:00:10 -08:00
error_messages
Use latest stable flake8-bugbear in CI and fix B011 flake8 error. ( #21944 )
2019-06-24 20:48:15 -07:00
expect
Changed tensor comparison return type from uint8 to bool ( #21113 )
2019-08-01 07:54:53 -07:00
jit
use fully qualified name for ScriptClasses ( #19239 )
2019-04-26 19:17:21 -07:00
onnx
add aligned option to RoIAlign
2019-08-07 21:22:33 -07:00
optim
Implement AdamW optimizer ( #21250 )
2019-07-02 09:09:10 -07:00
test_module
Turn on F401: Unused import warning. ( #18598 )
2019-03-30 09:01:17 -07:00
common_cuda.py
Update ROCm CI to python3.6 ( #23088 )
2019-07-23 23:07:45 -07:00
common_distributed.py
Extract common classes and functions from test_c10d to common_distributed ( #23660 )
2019-08-02 09:19:32 -07:00
common_methods_invocations.py
Allowing batching for det/logdet/slogdet operations ( #22909 )
2019-07-31 10:01:32 -07:00
common_nn.py
Added a flatten module ( #22245 )
2019-07-25 22:48:52 -07:00
common_quantization.py
save()/load() tests and fixes
2019-08-08 12:06:22 -07:00
common_quantized.py
Revert "Add fbgemm_qlinear_dynamic op ( #23104 )"
2019-07-26 15:02:33 -07:00
common_utils.py
Allowing batching for det/logdet/slogdet operations ( #22909 )
2019-07-31 10:01:32 -07:00
expecttest.py
HowToWriteTestsUsingFileCheck.md
Add a document 'How to Write Tests Using FileCheck' ( #19005 )
2019-04-08 12:12:30 -07:00
hypothesis_utils.py
Rewriting hypothesis_utils ( #22830 )
2019-07-17 10:16:13 -07:00
jit_utils.py
Make optimize a thread_local flag
2019-07-24 23:09:21 -07:00
run_test.py
sync and async torch.distributed.rpc for builtin operators ( #23228 )
2019-08-06 16:03:01 -07:00
test_autograd.py
Fix CTC loss for zero-length targets on GPU ( #23298 )
2019-07-31 12:03:45 -07:00
test_c10d_spawn.py
Fix ProcessGroupGloo allgather for tensors with shared storage ( #21490 )
2019-06-12 11:59:17 -07:00
test_c10d.py
Extract common classes and functions from test_c10d to common_distributed ( #23660 )
2019-08-02 09:19:32 -07:00
test_cpp_extensions.py
Remove old Type based backend extensions ( #22009 )
2019-07-30 14:07:46 -07:00
test_cuda_primary_ctx.py
pin_memory should not copy on already pinned tensors ( #23484 )
2019-07-30 21:16:23 -07:00
test_cuda.py
Fix test TestCuda.test_streams_multi_gpu_query ( #23912 )
2019-08-07 07:44:30 -07:00
test_dataloader.py
Add multiprocessing_context= argument to DataLoader ( #22990 )
2019-07-29 12:58:40 -07:00
test_distributed.py
Changed tensor comparison return type from uint8 to bool ( #21113 )
2019-08-01 07:54:53 -07:00
test_distributions.py
clip sigmoid to prevent transforms return inf/nan values ( #20288 )
2019-06-10 11:16:31 -07:00
test_docs_coverage.py
improve test_docs_coverage error messages ( #21029 )
2019-05-31 11:13:39 -07:00
test_expecttest.py
test_fake_quant.py
Enable OSS quantization tests ( #23858 )
2019-08-06 11:20:30 -07:00
test_indexing_cuda.py
Speed-up "advanced" indexing operations ( #13420 )
2018-11-27 15:23:59 -08:00
test_indexing.py
Updated docs and added deprecation warnings to acknowledge a bool tensor ( #22261 )
2019-08-05 07:42:34 -07:00
test_jit_fuser.py
Disable fusion of grad_sum_to_size ( #23372 )
2019-07-25 08:55:33 -07:00
test_jit_py3.py
Fix type hints for None constants ( #23029 )
2019-07-22 11:55:05 -07:00
test_jit_string.py
Fixes lint error in py3 ( #21883 )
2019-06-17 22:20:06 -07:00
test_jit.py
add support for overloading functions ( #23886 )
2019-08-07 19:18:19 -07:00
test_logging.py
Don't leak threads on exit ( #21438 )
2019-06-10 09:14:13 -07:00
test_mkldnn.py
remove RTTI check for TensorImpl shadow copy ( #22773 )
2019-07-15 23:21:57 -07:00
test_multiprocessing_spawn.py
Binding for prctl(PR_SET_PDEATHSIG) ( #14491 )
2018-11-29 20:09:19 -08:00
test_multiprocessing.py
Fix error message for a wrong fork CUDA ( #23322 )
2019-07-25 12:58:14 -07:00
test_namedtensor.py
Add names to repr for named tensors
2019-08-02 11:37:29 -07:00
test_namedtuple_return_api.py
Add overload names to native_functions.yaml ( #23532 )
2019-08-01 02:08:37 -07:00
test_nccl.py
test_nn_quantized.py
jit.script() testing and fixes ( #23891 )
2019-08-08 12:06:18 -07:00
test_nn.py
Fix CTC loss for zero-length targets on GPU ( #23298 )
2019-07-31 12:03:45 -07:00
test_numba_integration.py
"CharTensor" numpy conversion is supported now ( #21458 )
2019-06-06 10:06:41 -07:00
test_optim.py
Implement AdamW optimizer ( #21250 )
2019-07-02 09:09:10 -07:00
test_qat.py
Enable OSS quantization tests ( #23858 )
2019-08-06 11:20:30 -07:00
test_quantization.py
jit.script() testing and fixes ( #23891 )
2019-08-08 12:06:18 -07:00
test_quantized_conv.py
Enable OSS quantization tests ( #23858 )
2019-08-06 11:20:30 -07:00
test_quantized_tensor.py
support at::view and at::reshape for quantized tensor ( #23046 )
2019-07-19 23:34:04 -07:00
test_quantized.py
Support for non-zero zero_points for weight and activation ( #23541 )
2019-08-04 11:05:25 -07:00
test_quantizer.py
fix test ( #21594 )
2019-06-10 11:23:18 -07:00
test_rpc.py
sync and async torch.distributed.rpc for builtin operators ( #23228 )
2019-08-06 16:03:01 -07:00
test_sparse.py
Improve error message for changing tensor metadata after .data or .detach() ( #23504 )
2019-07-29 22:25:14 -07:00
test_tensorboard.py
Cleanup API and remove 'experimental' warning ( #23000 )
2019-07-22 12:10:05 -07:00
test_throughput_benchmark.py
ThroughputBenchmark: improve formatting for ExecutionStats ( #22293 )
2019-07-01 14:24:34 -07:00
test_torch.py
Enable Add, sub, mul, and div on CPU for bfloat16 type. ( #22851 )
2019-08-08 12:34:25 -07:00
test_type_hints.py
Turn on F401: Unused import warning. ( #18598 )
2019-03-30 09:01:17 -07:00
test_type_info.py
Allow converting char tensor to numpy; add [fi]info.min ( #15046 )
2018-12-24 09:11:24 -08:00
test_utils.py
Reduce excessive CI printing in TestHub ( #22043 )
2019-06-21 20:08:44 -07:00