Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2814 commits
Select commit Hold shift + click to select a range
14f84a8
reenable filtered op tests (#77330)
May 12, 2022
35af5f3
ci: Cleanup create_release.yml workflow
seemethere May 12, 2022
3e92cae
ci: Set create_release.yml to run on nightly
seemethere May 12, 2022
d92b0a5
Revert "Load state dict post hook"
pytorchmergebot May 12, 2022
4ef6407
Remove unnecessary ifdef, fixes fbcode build
ezyang May 12, 2022
86e923b
ci: Remove unused azure_pipelines ci infra
seemethere May 12, 2022
b1214ba
ci: switch trymerge to custom runner
seemethere May 12, 2022
69347dc
ci: Switch lint to use full custom runners
seemethere May 12, 2022
1a91975
exposing more CUDA driver API (#77296)
jjsjann123 May 12, 2022
d5ed73b
Make it possible to register decompositions to Meta key
ezyang May 12, 2022
65f71c0
ci: Add pr number to job name for trymerge
seemethere May 12, 2022
78d3798
[ONNX] Fix type comparison in utils._need_symbolic_context (#77365)
justinchuby May 12, 2022
b250759
mul(dense, csr), mul(csr, dense) via sparse_mask_csr (#77177)
cpuhrsch May 12, 2022
a812c4c
[ONNX] Relax node constraint for onnx shape inference (#77379)
BowenBao May 13, 2022
1dd7336
[ONNX] Add quantization support for maxpool (#77393)
justinchuby May 13, 2022
0925597
[JIT] Support for ParameterDict getattr
davidberard98 May 12, 2022
5c7d916
make scalar clamp overloads propagate nan (#77371)
May 13, 2022
c08b8f0
[ONNX] Refactor to remove inline imports (#77142)
justinchuby May 13, 2022
8626f76
Add trace and log_sigmoid_forward decomps (#77329)
Chillee May 13, 2022
39bd37f
[complex32] sum, prod : cuda only (disable jiterator reduction on win…
kshitij12345 May 13, 2022
2b7943c
fix torchvhsion failed case test_classification_model on slow_conv2d
mingfeima May 12, 2022
64c6a89
[primTorch] reshape and view (#77220)
May 13, 2022
9fcf75e
[BE] Fix shadowed variable warning in `c10::TensorType::contiguousStr…
malfet May 13, 2022
5762c7b
fix StridesPolicy logic for FunctionalTensorWrapper
bdhirsh May 12, 2022
1141b45
Index reduction CUDA support
mikaylagawarecki May 12, 2022
fa44e16
Retry "[JIT] parse prim::Constant[value=annotate()] and prim::Constan…
davidberard98 May 12, 2022
abb6fab
Add new PrivateUse1 DeviceType for non-public devices (#77208)
yuhc May 13, 2022
bf4b6d0
Make tracer be able to trace different forward functions (#77109)
sijiac May 13, 2022
dcc255d
add simd horizantal reduce to improve log_softmax and softmax perform…
mingfeima May 9, 2022
e867831
extend replaceConvolutionWithAtenConv to handle conv_transpose3d (#76…
jiayisunx May 13, 2022
8d34a83
TorchScript to support capability to rethrow the original python exce…
hongxiayang May 13, 2022
78f291b
fix lint
suo May 13, 2022
3077e90
ci: Add single concurrency to merge / revert
seemethere May 13, 2022
2fc1725
[GHF] Retry push unconditionally (#77426)
malfet May 13, 2022
2c1de3a
Back out Dispatcher change that makes Messenger Desktop crash on M1 d…
anjali411 May 13, 2022
1136965
Upstream remaining shape functions from Torch-MLIR. (#76889)
silvasean May 13, 2022
058be5f
CUDA RPC Meta device support
pbelevich May 13, 2022
399169f
add BFloat16 operators on CPU: diag, fmod, cumsum, cumprod (#61897)
jiayisunx May 13, 2022
e011a8e
Enable PyTorch operations on MPS Backend. (#77343)
kulinseth May 13, 2022
6066e59
[LT] Codegen ReuseNode for supported ops
desertfire May 13, 2022
6b366dd
Revert "[ONNX] Refactor to remove inline imports (#77142)"
pytorchmergebot May 13, 2022
841c65f
Unprivate _index_reduce and add documentation
mikaylagawarecki May 12, 2022
fa018ef
Revert "Make tracer be able to trace different forward functions (#77…
bigfootjon May 13, 2022
9728368
Revert "tools: add ability to grab git tag (#77279)"
pytorchmergebot May 13, 2022
17653a5
Forward fix failing TestDispatch tests
anjali411 May 13, 2022
5419236
ns for fx to backend_config_dict [1/x]: fused and qat modules
vkuzo May 12, 2022
2891921
Add to_sparse_bsr (#77366)
cpuhrsch May 13, 2022
0e067e4
ns for fx to backend_config_dict [2/x]: native lowering mappings
vkuzo May 12, 2022
20b75e3
ns for fx: clean up convtranspose mappings
vkuzo May 12, 2022
cc59641
ns for fx: remove torch.ops.quantized.cat
vkuzo May 12, 2022
9265cc2
ns for fx: make torch.ops.quantized.dropout mapping dynamic
vkuzo May 12, 2022
6e05f76
ns for fx: clean up linear in relationship mapping
vkuzo May 12, 2022
fff560c
[chalf] enable testing for multiple ops (#77405)
kshitij12345 May 13, 2022
6a33b80
ns for fx: remove GroupNorm from mapping
vkuzo May 12, 2022
d847909
ns for fx: remove quantized ReLU6 from mapping
vkuzo May 12, 2022
b49a4be
ns for fx: remove duplicated BNReLU mappings
vkuzo May 12, 2022
f1b16e5
Remove c2_aten_srcs.bzl (#77314)
dreiss May 13, 2022
649bd82
c10/SymInt.h: Fix "integer conversion resulted in a change of sign" (…
malfet May 13, 2022
fe6aa08
[PyTorch] IValue(const c10::Scalar&) improvements
swolchok May 12, 2022
b892b85
[quant][core][gpu][feature] Implemented quantized cuda gelu
dzdang May 13, 2022
cf975dd
Make sure that we can build without xcode on mac (#77450)
albanD May 13, 2022
bdacc08
[ONNX] handle equality checks on devices (#77203)
garymm May 13, 2022
aaf5c32
device_id
rohan-varma May 13, 2022
25a6aab
Expose permute inputs (#77391)
makslevental May 13, 2022
36f7a6c
[NVFuser] don't decompose conv2d if we don't have shape info
davidberard98 May 13, 2022
ed51b93
torch/distributed: move quantization ops to libtorch instead of libto…
d4l3k May 13, 2022
981719f
Revert "[quant][core][gpu][feature] Implemented quantized cuda gelu"
pytorchmergebot May 14, 2022
e9de3a6
[GHF] Skip internal checks for bot comments (#77465)
malfet May 14, 2022
ab1b4aa
Make s3_init linter adapter work in abscense of git (#77466)
malfet May 14, 2022
d0ce792
Revert "[chalf] enable testing for multiple ops (#77405)"
pytorchmergebot May 14, 2022
3cade9d
Revert "[LT] Codegen ReuseNode for supported ops"
pytorchmergebot May 14, 2022
2f602ab
Register more decomps for meta.
ezyang May 12, 2022
59b56ba
improve group_norm channels last performance on CPU
mingfeima May 13, 2022
2166fc5
improve softmax lastdim performance on bfloat16 by adding more fusion
mingfeima May 9, 2022
a275491
[Reland] load_state_dict post hook (#77392)
rohan-varma May 14, 2022
7c8911c
add BFloat16 support for BatchNorm on CPU
mingfeima May 14, 2022
978304f
MPS: fixes (#77462)
kulinseth May 14, 2022
93a9692
Revert "add BFloat16 support for BatchNorm on CPU"
pytorchmergebot May 14, 2022
77ac82c
[fix] logsumexp: type promotion (integral to float) (#77480)
kshitij12345 May 14, 2022
e175065
[NVFuser] fix force-disable flag
davidberard98 May 13, 2022
459e10f
Fix `mean` bug for integral tensors. (#76584)
ysiraichi May 15, 2022
39d3a7f
Connect Tensor.__ipow__ to pow_ method
amjames May 14, 2022
e5a752a
Discover and check operator variants
amjames May 14, 2022
168dc70
[mobile] add buck build for mobile targets (#76480)
linbinyu May 15, 2022
e5a5cd1
Simplify IfThenElse and CompareSelect within for-loop (#76793)
EikanWang May 15, 2022
a2cb94d
[PT-D][Sharding] Enable more ops needed in the transformer model trai…
fduwjj May 14, 2022
58c9d52
[FSDP] Implement sharded_state_dict and load_sharded_state_dict
fegin May 15, 2022
edffd59
[DataLoader] Adding ability to use dill to pass DataPipes in mutiproc…
VitalyFedyunin May 12, 2022
8820588
Add ccol_indices and row_indices methods.
pearu May 15, 2022
a0cc38e
[FSDP] Add unittests to test distributed checkpointing
fegin May 15, 2022
6fa20bd
add native kernel for weight_norm on CPU
mingfeima May 16, 2022
dca416b
Pretty-print dataclasses (#76810)
francescocastelli May 16, 2022
563c271
[ONNX] Refactor to remove inline imports - attempt 2 (#77448)
justinchuby May 16, 2022
3c80498
missing header include in SortImpl.cu (#77297)
jeffdaily May 16, 2022
3feb038
[chalf] abs, sgn (#77446)
kshitij12345 May 16, 2022
c218263
[LTC] Mark Step Indicator (#76840)
antoniojkim May 16, 2022
beb4050
Update forward AD metadata check to skip stride check when size is 0
soulitzer May 16, 2022
9d3ffed
[FSDP] Sharded Grad Scaler (#76918)
May 16, 2022
530481e
Revert "[mobile] add buck build for mobile targets (#76480)"
pytorchmergebot May 16, 2022
8c50414
add BFloat16 support for BatchNorm on CPU
mingfeima May 15, 2022
3e89a1d
Disable GC if fraction is not set (#76648)
jaewonlee-fb May 16, 2022
14e59ed
Saving JIT to flatbuffer should respect options. (#77456)
qihqi May 16, 2022
b5bc954
Fix optional dtype/layout/memory_format pycall; fix memory format
ezyang May 16, 2022
69fa49f
Python function to extract information on mobile::Module from flatbuf…
qihqi May 16, 2022
1db1337
[BE][CI] Add `pip_install` macro
malfet May 14, 2022
c3c92ca
[Profiler] Remove `addMemoryUsageActivity` from kineto_shim (#76678)
May 16, 2022
2a496e2
Adding maximize to Adamax (#77409)
zaxtax May 16, 2022
9c94b76
[metal] fix op registration for cat (#77451)
May 16, 2022
a8261b4
[chalf] exp, log: cuda (#77483)
kshitij12345 May 16, 2022
46e1673
[GHA] Use silent checkout (#77547)
malfet May 16, 2022
c34be4e
[metal] Use special throw macro when encountering Metal API errors (#…
May 16, 2022
93d84c0
[coreml] Use special throw macro when encountering CoreML API errors …
May 16, 2022
5ab8afe
[Model Averaging] Support disabling post-local gradient sync (#76723)
wayi1 May 16, 2022
8875453
skip primTorch nvfuser tests on rocm (#77468)
jjsjann123 May 16, 2022
2a905ae
Revert "enable NVFuser by default"
pytorchmergebot May 16, 2022
8c608a7
Compressed sparse layout conversion stubs (#77489)
cpuhrsch May 16, 2022
7ba4e12
Bugfix gradient formula for index_reduce('prod') + separate out sampl…
mikaylagawarecki May 12, 2022
1b1dec4
stirde_properties fix (#77460)
jjsjann123 May 16, 2022
77f1ca0
Replace SparseCsrTensorImpl crow/col_indices with compressed/plain_in…
pearu May 16, 2022
d76efed
Add Sparse CSC support to torch.empty
pearu May 16, 2022
906fc77
[mergebot cli] add new revert regex (#77459)
zengk95 May 16, 2022
fe1232a
Use FastAtomicAdd for index_add/_index_reduce
mikaylagawarecki May 12, 2022
375e21b
check that flip doesn't accept repeating dimensions (#77500)
May 16, 2022
25c6ebd
Revert "Revert "[LT] Codegen ReuseNode for supported ops""
desertfire May 16, 2022
25fa964
[shard] add clone/detach and set requires_grad for ShardedTensor
wanchaol May 16, 2022
f9aaf9d
[GH1] Allow conclusions to include workflows and checks (#77597)
janeyx99 May 16, 2022
9a608af
Support comparing Sparse Compressed tensors
pearu May 16, 2022
2547be5
[JIT] during freezing, cast optional bias to half if weight is half
davidberard98 May 13, 2022
20ba6e6
Add Sparse Compressed tensor support to torch.clone
pearu May 16, 2022
31d9f7c
Move other div variants to upgraders map
tugsbayasgalan May 16, 2022
89e32f5
Change test_sparse_csr test signatures (#77595)
cpuhrsch May 17, 2022
0975174
Fix doc about type promotion of lshift and rshift (#77613)
zasdfgbnm May 17, 2022
1f80495
Re-land BUCK build for pytorch mobile (#77612)
linbinyu May 17, 2022
4596ecb
[BE] Move numba pinned version to requirements-ci.txt
malfet May 17, 2022
f1c8e8f
Revert "Add Sparse Compressed tensor support to torch.clone"
pytorchmergebot May 17, 2022
246078e
Revert "[JIT] during freezing, cast optional bias to half if weight i…
pytorchmergebot May 17, 2022
efcbbb1
[Re-submit] Make tracer be able to trace different forward functions
sijiac May 15, 2022
5e3e5a5
Revert "Python function to extract information on mobile::Module from…
pytorchmergebot May 17, 2022
668599a
Rewrite ShardedTensor.gather to use dist.gather instead of gather_obj…
May 17, 2022
6aea0b1
[CI] Make `install_user.sh` compatible with Focal (#77622)
malfet May 17, 2022
4b4a6a0
Use TensorPipe libuv in Gloo (#77312)
malfet May 17, 2022
f9f8127
CheckpointWrapper state_dict fix (#77224)
rohan-varma May 17, 2022
a013d83
eliminate Bazel's libtorch_python_generated_sources
May 16, 2022
e517fc8
eliminate Bazel's libtorch_cpp_generated_sources
May 16, 2022
0e351c7
Added setattr to `functional_call`. (#77137)
Chillee May 17, 2022
942f041
Add Sparse Compressed tensor support to torch.clone
pearu May 17, 2022
18e36a6
[graph_manipulation] Set fused dtypes for all constant params/buffers…
jfix71 May 17, 2022
c83f8ee
Fix partial_tensor ops.
pritamdamania87 May 17, 2022
9d44250
Reduce structured kernels' `set_output` boilerplate with new overloads.
ysiraichi May 13, 2022
9cc92d5
quant docs: best practices for quantization accuracy debugging
vkuzo May 16, 2022
d0dc7cb
Reland "[JIT] during freezing, cast optional bias to half if weight i…
davidberard98 May 17, 2022
3ccf35e
`nn.functional.glu`: forward over reserse AD support (#77309)
nikitaved May 17, 2022
f9f4896
fix torch.jit.tracing for at::lift (#77588)
bdhirsh May 17, 2022
47809fe
[composite compliance] backward: index_select, trace, repeat_interlea…
kshitij12345 May 17, 2022
0d1329c
Revert "Add Sparse Compressed tensor support to torch.clone"
pytorchmergebot May 17, 2022
5a16f84
[chalf] enable testing for multiple ops (#77404)
kshitij12345 May 17, 2022
387cccb
[complex32, jiterator] angle (#76692)
khushi-411 May 17, 2022
4d3930f
Fix mypy lint failure
ezyang May 17, 2022
369d9f4
A few forward AD formulas
lezcano May 17, 2022
98a20eb
updating tolerance override (#77402)
jjsjann123 May 17, 2022
dc882ed
Add Sparse Compressed tensor support to torch.clone
pearu May 17, 2022
541a378
Remove operators that support BFloat16 in the fp32 cast policy list o…
CaoE May 17, 2022
cfc87ca
fix grad(torch.tensor()) using lift() operator
bdhirsh May 17, 2022
c003494
add channels last support for PixelShuffle and PixelUnshuffle
mingfeima May 13, 2022
71d61bb
Fix typo in torch.package code and docs (#77604)
sadra-barikbin May 17, 2022
d8b80ed
Revert "Use weakref.proxy when saving module to internal dictionaries…
pytorchmergebot May 17, 2022
646a20c
[flaky test reporting] print stack trace for flaky reruns (#77664)
janeyx99 May 17, 2022
a580e07
[BE] remove unused RDS pipeline from print_test_stats.py (#77654)
janeyx99 May 17, 2022
8ae0b27
Fix device_id
rohan-varma May 17, 2022
6f954d7
FSDP parameter sync
rohan-varma May 17, 2022
8f20ea1
change sparse_mask to support Half
george-qi May 17, 2022
54bc94b
[GH1] Add builds as required status checks (#77596)
janeyx99 May 17, 2022
059c439
fix complex abs/angle output format (#77585)
May 17, 2022
f274558
Bitwise ops improvements (#77621)
zasdfgbnm May 17, 2022
090eddf
Fix MPS interaction with autograd engine
albanD May 17, 2022
b87e5f3
Revert "[flaky test reporting] print stack trace for flaky reruns (#7…
pytorchmergebot May 17, 2022
068d35a
Make PartialTensot a torch.Tensor subclass
pritamdamania87 May 17, 2022
14ab3ff
[cuDNN V8 API] Enable cuDNN v8 API by default (#75466)
eqy May 17, 2022
76b952b
[CUBLAS][TF32] Skip `test_cublas_allow_tf32_get_set` if `TORCH_ALLOW_…
eqy May 17, 2022
c673696
[skip ci] fix comment spacing in SymIntArrayRef.h
suo May 17, 2022
7f1e331
Make SymInt constructor explicit
suo May 17, 2022
c1cdb12
Add dispatch mode testing for meta tensors and other stuff
ezyang May 17, 2022
fc4c3c9
Implement sym_sizes to create proper IR for sym ints representing ten…
Krovatkin May 18, 2022
3822a47
Python function to extract information on mobile::Module from flatbuf…
qihqi May 18, 2022
b64845e
Revert "[GH1] Add builds as required status checks (#77596)"
pytorchmergebot May 18, 2022
4e2f550
Add support for TxT mask layout for masked_softmax in BetterTransform…
zrphercule2 May 18, 2022
e0451d8
[DataPipe] refactor to separate _IterDataPipeMeta
NivekT May 17, 2022
7c52f20
[DataPipe] Enforcing single valid iterator for IterDataPipes without …
NivekT May 17, 2022
bbaefdf
[DataPipe] Enforcing single valid iterator for IterDataPipes multiple…
NivekT May 17, 2022
ee08091
[DataPipe] Moving DataPipe buffers from __iter__ to instance (self)
NivekT May 17, 2022
f6beda8
add slow path for is_contiguous
george-qi May 17, 2022
c35bd8d
Revert "Implement sym_sizes to create proper IR for sym ints represen…
pytorchmergebot May 18, 2022
48581d7
Revert "Add dispatch mode testing for meta tensors and other stuff"
pytorchmergebot May 18, 2022
6e3391a
Re-enable ios-12-5 builds (#77611)
malfet May 18, 2022
3b23752
[PT-D][Sharding] Fix view op and matrix ops unit test
fduwjj May 18, 2022
acf7136
Revert "Revert "Implement sym_sizes to create proper IR for sym ints …
ezyang May 18, 2022
bd34636
[pytorch][PR] [Profiler] Add EventFieldsVisitor
May 17, 2022
7b8cf1f
[pytorch][PR] [Profiler][Trivial] Format profiler_python.cpp
May 17, 2022
e9d660c
Revert "Revert "Revert "Implement sym_sizes to create proper IR for s…
pytorchmergebot May 18, 2022
bfb1206
make `to` properly support permutation (#77610)
May 18, 2022
1af47a3
ROCM: Enable few more tests for ROCM (#77669)
arindamroy-eng May 18, 2022
a760dc2
`binary_cross_entropy`: double backwart wrt target (#77416)
nikitaved May 18, 2022
e7cb44b
Guard distributed imports (#77727)
rohan-varma May 18, 2022
c15fca1
quant doc: improve rendered documentation for backend_config_dict
vkuzo May 17, 2022
ff7b6d6
Update linalg.*norm
lezcano May 18, 2022
13d8fb9
Fix derivatives for linalg.vector_norm(..., dtype=)
lezcano May 18, 2022
7c3d3b7
Migrate x86 trunk build/test to macos12
albanD May 17, 2022
6436fba
Migrate cross compilation trunk test to use macos12 to build MPS
albanD May 17, 2022
ccc991b
Support str for Sparse Compressed tensors
pearu May 18, 2022
93b20b0
[FSDP][Easy] Remove extraneous print
May 17, 2022
580a053
[primTorch] Enforces stride metadata (#77542)
May 18, 2022
a325fa9
[flaky test reporting] print stack trace for flaky reruns (#77664)
janeyx99 May 18, 2022
edc904d
add native view_copy.out ops, teach codegen about tensorlist out=
bdhirsh May 18, 2022
687ab97
[reland][chalf] enable testing for multiple ops (#77656)
kshitij12345 May 18, 2022
e10a002
2D Strided to/from CSC, COO to CSC, CSC to CSC conversion. (#77521)
cpuhrsch May 18, 2022
05ce0f9
Add option to disable autocast pass
May 16, 2022
4c34343
[FSDP] Warning for shared params, small doc fixes (#77726)
rohan-varma May 18, 2022
4d1ead6
[DataPipe] Update `mux` data pipe (#76384) (#77145)
ninginthecloud May 18, 2022
c446f78
Use any_type in test_out
lezcano May 18, 2022
ddb2eb7
Micro-optimisations for matmul 2.0: Electric boogaloo
lezcano May 18, 2022
d03d43d
Adds torch.cuda.is_current_stream_capturing (#77673)
May 18, 2022
8571007
[chalf] div, eq, masked_fill, index_put (#77479)
kshitij12345 May 18, 2022
4eec865
[nvFuser] Improving bitwise ops support (#77158)
zasdfgbnm May 18, 2022
23b2e88
[fix] composite compliance : nuclear_norm (#77734)
kshitij12345 May 18, 2022
73480bc
Adding support for nonzero in LazyTensor shape functions
Gamrix May 17, 2022
2a99018
Adding a way to register both upper and lower bound functions
Gamrix May 17, 2022
a7cf95a
Add sharding tests to multigpu-test.sh (#77708)
pritamdamania87 May 18, 2022
55be35a
Fix 'Code below assumes there is at least one tensor arg' assumption …
antoniojkim May 18, 2022
befa4e3
Fix typo
ezyang May 14, 2022
4941e72
Revert "Revert "Implement sym_sizes to create proper IR for sym ints …
ezyang May 18, 2022
a2802ad
Upstream master bump 0513 (#77471)
jjsjann123 May 18, 2022
0d8a0f1
Revert "Adds torch.cuda.is_current_stream_capturing (#77673)"
pytorchmergebot May 18, 2022
de86146
rocblas alt impl during backward pass only (#71881)
jeffdaily May 18, 2022
8881d7a
Support no-batch-dim for CrossEntropyLoss with prob target
jbschlosser May 17, 2022
0794d59
Throw a nice error when SubTensor.__torch_dispatch__() returns the wr…
jbschlosser May 18, 2022
1f7d243
Add USE_MPS option to cmake summary
drisspg May 18, 2022
dcd2ba3
improve mps note to describe the different functions available (#77767)
albanD May 18, 2022
8b5f11c
Support copy_ for Sparse Compressed tensors.
pearu May 18, 2022
c9570e4
[checkpoint] Synchronize error handling across all ranks (#77091)
May 18, 2022
5e0f559
Revert "Add sharding tests to multigpu-test.sh (#77708)"
pytorchmergebot May 18, 2022
d40a240
[GHF] Add URL for pending/failed mandatory checks (#77763)
malfet May 18, 2022
dac3fba
Add testing workaround for EFA and TensorPipe (#77363)
May 18, 2022
0f328f3
Update scale-config.yml (#77803)
suo May 18, 2022
929f1d5
[RELAND] Adds torch.cuda.is_current_stream_capturing (#77789)
May 18, 2022
4124307
[shard] fix failed tests in sharded tensor
wanchaol May 18, 2022
365ce35
Make ShufflerDataPipe deterministic for SP & MP DataLoader (#77741)
ejguan May 18, 2022
ea27244
masked cumsum/cumprod
george-qi May 18, 2022
4a57321
[FSDP] Use post load_state_dict hooks (#76912)
rohan-varma May 19, 2022
e3403ff
square support
ezyang May 18, 2022
f9db8b7
MHA forward pass bug fix
george-qi May 18, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
63 changes: 0 additions & 63 deletions .azure_pipelines/build-pipeline.yml

This file was deleted.

82 changes: 0 additions & 82 deletions .azure_pipelines/daily-pipeline.yml

This file was deleted.

134 changes: 0 additions & 134 deletions .azure_pipelines/job_templates/build-verify-publish-template-unix.yml

This file was deleted.

Loading