Skip to content

Add ROCm5.2.3/AMDGPU support for PyTorch #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1,008 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
1008 commits
Select commit Hold shift + click to select a range
ff404ce
Add "pytorch/metamates" to merge_rules.json (#82)
bigfootjon Apr 4, 2022
ef56497
Fix sign-compare in `c10d/Utils.hpp`
malfet Apr 2, 2022
81d765e
Fix sign-compare violations in cpp tests
malfet Apr 2, 2022
b0e047b
ci: Bump linux runner availability to 750
seemethere Apr 4, 2022
dd63658
[GHA] Add note about updating cached GQL queries
malfet Apr 4, 2022
88edc21
[quant][fx] Fix lowering pass for cases when `to` is not called with …
jerryzh168 Apr 4, 2022
fd8f2e4
Typofix
ezyang Apr 4, 2022
78305ad
Fix sign-compare in nnapi backend
malfet Apr 2, 2022
c593c22
Fix sign-compare violations in torch_python
malfet Apr 2, 2022
6d85e7d
Fix sign-compare in caffe2
malfet Apr 2, 2022
f6e7a2a
Fix sign-compare in caffe2 cpp tests
malfet Apr 2, 2022
22d227f
Fix lazy ts backend build flags (#75237)
wconstab Apr 4, 2022
10bb0ff
Fix casting bug in state_step for optimizers when loading state dict
mikaylagawarecki Apr 4, 2022
02e30a0
[ao][sparsity] make sparsity and PTQ compose (#74845)
HDCharles Apr 5, 2022
7172d89
Towards supporting quantized structured kernels (#74560)
dzdang Apr 5, 2022
23bcab1
[quant][refactor] Refactor find_matches for easier future extension (…
jerryzh168 Apr 5, 2022
1bcae0d
Back out "[PyTorch Edge] Add Quantized Softmax Op (Naive Implementati…
Apr 5, 2022
4199279
torch.hub security improvement: add new trust_repo parameter
vmoens Apr 5, 2022
32e58c7
Back out "Extend jit::load to work on flatbuffer file" (#75244)
houseroad Apr 5, 2022
640c1be
Shape functions: Use friendlier clamping pattern
silvasean Apr 5, 2022
90a56fc
Add `-Wsign-compare` to list of clang flags
malfet Apr 5, 2022
d88c454
[FSDP] Warning when fail to clone (#74946)
rohan-varma Apr 5, 2022
79cae53
Add quantized::softmax to fc list
janeyx99 Apr 5, 2022
45d5e2b
[FSDP][Easy] Fix 0-dim tensor optim state device (#75243)
Apr 5, 2022
e9a8e6f
Add include_self flag to scatter_reduce
mikaylagawarecki Apr 4, 2022
f2a4d49
torch.mm(dense, sparse_csr)
cpuhrsch Apr 5, 2022
b64e7de
[complex] conv1d
kshitij12345 Apr 5, 2022
5870e84
add DispatchKeySet function to get highest backend key
bdhirsh Apr 5, 2022
2ecc590
.github: Update s3 actions to include runAttempt
seemethere Apr 5, 2022
e5a1a78
masked argmin/argmax
george-qi Apr 4, 2022
3c10987
don't add extra shuffle in DataLoader2 if one is present
pmeier Apr 5, 2022
862f674
Revert "[complex] conv1d"
pytorchmergebot Apr 5, 2022
6a37e0d
Split SILU OpInfo
zou3519 Apr 5, 2022
bfbe4b6
use links to re-enable tests
clee2000 Apr 5, 2022
189e72b
[Model Averaging] Fix post_localSGD_optimizer
wayi1 Apr 5, 2022
3a0b393
Back out "Revert D35000703: [WIP][FSDP] Mixed precision enablement" (…
rohan-varma Apr 5, 2022
6d832a7
Revert "Extend CSR constructor to support batched indices and values"
pytorchmergebot Apr 5, 2022
c2c260b
[pkg] add generic ZipFile Reader/Writer (#72237)
PaliC Apr 5, 2022
85e163c
[Static Runtime] Fix a bug that `aten::full_like` reuses a tensor tha…
d1jang Apr 5, 2022
93e650b
[pkg] add zipfile unit tests (#74929)
PaliC Apr 5, 2022
76e9730
[FSDP] Code simplification
rohan-varma Apr 5, 2022
57ba615
Back out "[shard] use scatter in shard_parameter API" (#75295)
fduwjj Apr 6, 2022
b8a4708
[pt] Add half precision support for nn.EmbeddingBag (CPU) (#74844)
jianyuh Apr 6, 2022
e1b4117
Move shape and operand definitions to base node (#75223)
antoniojkim Apr 6, 2022
26dcec1
Added support for SSA for ops not in a JIT graph
Gamrix Apr 5, 2022
cd80ef6
Add TORCH_CHECK for floating point exception in native_group_norm
francescocastelli Apr 6, 2022
383e56e
jiterator reland (#75231)
Apr 6, 2022
1ab03a0
Deprecate `__torch_function__` as instance method in C++
peterbell10 Apr 5, 2022
1b4e5a8
Make LazyIr.h use provided backend namespace (#75264)
wconstab Apr 6, 2022
9bb21fa
[ao][sparsity] make sparsity compose with PTQ convert (#74846)
HDCharles Apr 6, 2022
20266f0
Revert D35254715: [pkg] add zipfile unit tests
Apr 6, 2022
00e2c14
Revert D33970688: [pkg] add generic ZipFile Reader/Writer
Apr 6, 2022
722e9e3
Wconstab/doc codegen (#74850)
wconstab Apr 6, 2022
5994d68
Reland NVFuser guard changes
Chillee Apr 6, 2022
9817875
[quant][fx] Add support for BinarOpQuantizeHandler in backend_config_…
jerryzh168 Apr 6, 2022
a90bcd2
[quant][fx] Support override observers and fake quantize module in ba…
jerryzh168 Apr 6, 2022
78ba87e
[fx][ShapeProp] make shapes and args/kwargs concrete for minimizer (#…
alexbeloi Apr 6, 2022
5c964e3
Make default codegen behavior skip Lower function (#75267)
wconstab Apr 6, 2022
a8e45b5
Make forced eager fallback optional in codegen (#75274)
wconstab Apr 6, 2022
6ccccfc
[FSDP] Enhance test for checkpoint
rohan-varma Apr 6, 2022
0d7aad8
move Bazel //:tools_autograd to the //tools/autograd package (#74745)
Apr 6, 2022
396fad6
Update related_commits
hubertlu-tw Apr 6, 2022
706b9e8
[reland] [complex] conv1d
kshitij12345 Apr 6, 2022
1b3313f
[complex32] enable complex32 testing for atleast_nd
kshitij12345 Apr 6, 2022
b780e8a
[complex32] {d,v,h}split
kshitij12345 Apr 6, 2022
eb43e60
[ROCm] upgrade CI distributed test to ROCm 5.0
jeffdaily Apr 6, 2022
14baca3
[WIP] enable cu116 builds
ptrblck Apr 6, 2022
936e7ea
add pytorch directory into Exclusions of Windows Defender
mszhanyi Apr 6, 2022
ff70517
[quant][fx] Remove Standalone and CustomModule QuantizeHandler type c…
jerryzh168 Apr 6, 2022
f984e50
Extend jit::load to work on flatbuffer file; Take 2 (#75256)
pavithranrao Apr 6, 2022
24c255e
Small repro improvements (#75108)
Apr 6, 2022
43b56b3
Add Parsing of tensor constants (#75119)
Apr 6, 2022
b72b5b2
Add support for nested var names in parser (#75124)
Apr 6, 2022
e50dd5b
[JIT] Allow empty temporary list literals to be matched to arbitrary …
Apr 6, 2022
9a8e605
Add support for legacy tensor constructors in JIT (#74785)
Apr 6, 2022
10023ee
elu, selu, celu fwd-over-rev rules
zou3519 Apr 6, 2022
ef41201
[ONNX] Add bucketize symbolic
shubhambhokare1 Apr 6, 2022
9b563d6
initial test stats work
suo Apr 6, 2022
be4a604
[CUDA] Add fastAtomicAdd to scatter_add
xwang233 Apr 6, 2022
899326a
[kineto] submodule update and fixes
Apr 6, 2022
14ae878
[ci] fixes to upload test stats workflow
suo Apr 6, 2022
7dca0af
[ci] Only upload test stats on workflow success/failure
suo Apr 6, 2022
d4a709b
[pkg] add generic ZipFile Reader/Writer (#72237)
PaliC Apr 6, 2022
99ce996
[pkg] add zipfile unit tests (#74929)
PaliC Apr 6, 2022
53f7233
[quant][fx] Move all binary op configs to backend_config_dict (#75241)
jerryzh168 Apr 6, 2022
86485f6
[quant][fx] Remove the remaining registrations in BinaryOpQuantizeHan…
jerryzh168 Apr 6, 2022
2f3a949
[quant][fx] Add cat to backend_config_dict (#75259)
jerryzh168 Apr 6, 2022
7adf59a
[quant][fx] Add BatchNorm ops to backend_config_dict (#75260)
jerryzh168 Apr 6, 2022
e167244
[quant][fx] Move the remaining fixed qparam ops to backend_config_dic…
jerryzh168 Apr 6, 2022
782fd74
[PT-D] Fix Sharding spec inference to avoid invalid chunk sharding to…
fduwjj Apr 6, 2022
3b1c085
Fix duplicate commit logic in syncbranches (#75384)
malfet Apr 6, 2022
0dae42f
[ci] temporarily pin get-workflow-job-id to master
suo Apr 6, 2022
ca37477
[ONNX] update default opset_version to 13 (#73898)
garymm Apr 6, 2022
89e79f8
Add list of supported ATen ops by ONNX converter into torch.onnx page
Apr 7, 2022
50b6959
[ONNX] Support torch.amax and torch.amin
BowenBao Apr 7, 2022
dc28b2b
[ONNX] Fix error comparing tensors on different devices in Deduplicat…
BowenBao Apr 7, 2022
401b25b
[ROCM] Navi21 Enablement 9: Range and Multinomial Kernels (#73550)
micmelesse Apr 7, 2022
17ad0f2
Update upload-test-stats req
malfet Apr 7, 2022
aac4d6c
updating nvfuser tests
jjsjann123 Apr 7, 2022
2d5e4cf
disabling view
jjsjann123 Apr 7, 2022
7e9bb1c
use Timer for cuda benchmarks
Apr 7, 2022
00c1e01
Remove internal logic to handle bytecode version 3 (#57775)
iseeyuan Apr 7, 2022
5dbf39b
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily `arc lint --ta…
Apr 7, 2022
4055d1f
[SR] Fix StaticRuntime move ctor (#74927)
Apr 7, 2022
31c8662
__torch_function__ mode
ezyang Apr 6, 2022
a9d43d6
Dynamo+LTC: add pybind to set force fallback config and use that in t…
shunting314 Apr 7, 2022
6e59067
[quant][core][improvements] Removed reflection_pad1d_quantized_cpu, d…
dzdang Apr 7, 2022
252e1cc
Enable TE fuser to support user defined operator (#73073)
EikanWang Apr 7, 2022
53c2fc6
Abate spurious resize warnings in `MultiMarginLoss` on CUDA
eqy Apr 7, 2022
a0a2b75
[jiterator] sigmoid_backward: complex (#74948)
khushi-411 Apr 7, 2022
9a403db
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily `arc lint --ta…
Apr 7, 2022
a1d59bb
Revert D35423078: [pkg] add zipfile unit tests
Apr 7, 2022
20be31d
Revert D35423079: [pkg] add generic ZipFile Reader/Writer
Apr 7, 2022
791321e
Fix minimum, maximum forward-ad formula for float32
zou3519 Apr 7, 2022
d031ce9
leaky_relu forward-over-reverse rule
zou3519 Apr 7, 2022
3f1633f
[quant][core][gpu] Implemented max pooling 2D using cudnn (#74673)
dzdang Apr 7, 2022
11606f5
[ci] add env vars to upload test stats
suo Apr 7, 2022
11f1fef
Update documentation for scatter_reduce
mikaylagawarecki Apr 4, 2022
e0f9c69
Fix addmm_cpu for int64
lezcano Apr 6, 2022
5c28216
Support masked sum on CSR tensors [CPU, CUDA]
pearu Apr 6, 2022
c7ae23b
Extend CSR constructor to support batched indices and values
IvanYashchuk Apr 7, 2022
ce9e27a
Add new keys for Graphcore IPU (DispatchKey / Backend / DeviceType)
AnthonyBarbier Apr 7, 2022
8a6f0a2
[ci] add rery to getting job id
suo Apr 7, 2022
339e45b
Revert "[CUDA] Add fastAtomicAdd to scatter_add"
pytorchmergebot Apr 7, 2022
e48ecfd
[FSDP][Easy] Fix return in docstrings
Apr 6, 2022
c1de6b1
[SR] Update README (#75283)
Apr 7, 2022
e60c403
[ONNX] Use fixed test input for flaky test
BowenBao Apr 7, 2022
f98881b
update eigen submodule to latest release (3.4.0) with rocm fixes
acxz Apr 7, 2022
e3f546a
Remove flake8 pre-commit hook
kit1980 Apr 7, 2022
c1bd33c
[ci] run upload-test-stats on self-hosted runner
suo Apr 7, 2022
d264824
[quant] adding const qualifier to Quantizer::equalTo (#75355)
terrychenism Apr 7, 2022
3001bda
[PyTorchEdge] Backport from v9 flatbuffer to v8 pickle (#75201)
pavithranrao Apr 7, 2022
f1db3e4
Adding integration of SSA into LazyTensor
Gamrix Apr 7, 2022
2f98fa9
[SR] Do not manage tensors that escape scope via container (#74966)
Apr 7, 2022
ad07b7c
fix to map an undefined tensor back to a tensor list
davidberard98 Apr 5, 2022
7f0d796
[quant][fx] Move output share qparam with input ops to backend_config…
jerryzh168 Apr 7, 2022
0b1f8b0
[fx2trt] support for ne, logical_not, logical_and (#75444)
Apr 7, 2022
8bf8b64
[easy][PTE] Ensure the stream points to the beginning before calling …
pavithranrao Apr 7, 2022
00d11de
[JIT] Add support for closed over inf
eellison Apr 7, 2022
b7682d3
[SR] Refactor memory planner to prepare for new algorithm (#74730)
Apr 7, 2022
9d05ce6
[JIT] Move log_extract.py helper functions to torch.utils
davidberard98 Apr 7, 2022
622cff3
Cuda 11.6 Disable failing tests (#75420)
atalman Apr 7, 2022
9d4a76d
CUDA Kernels: Use per-operator headers (2/4) (#71213)
peterbell10 Apr 7, 2022
cd62bbf
CUDA Kernels: Use per-operator headers (3/4) (#71214)
peterbell10 Apr 7, 2022
35d4a80
CUDA Kernels: Use per-operator headers (4/4) (#71215)
peterbell10 Apr 7, 2022
31ed77b
Revert "Support masked sum on CSR tensors [CPU, CUDA]"
pytorchmergebot Apr 7, 2022
8ac4729
[ao][sparsity] Composability of fusion and sparsity (#74847)
HDCharles Apr 8, 2022
9c56cc4
[torch deploy] Add -rdynamic option explicitly to CMakeLists.txt (#75…
s4ayub Apr 8, 2022
f9407fd
Dynamo+LTC: handle inplace ops (#75359)
shunting314 Apr 8, 2022
8e95a2c
[wip] Correctly use pip3 and python3 for upload-test-stats
suo Apr 8, 2022
37dea04
[quant] add checking number of args when checking observer in same gr…
terrychenism Apr 8, 2022
38a758e
Add forward AD for rsub, polar, and FFT
IvanYashchuk Apr 8, 2022
c755d22
[mobile] Update test model generation script to count op occurrences
linbinyu Apr 8, 2022
9905b1f
[quant][fx] Move rnn ops to backend_config_dict (#75316)
jerryzh168 Apr 8, 2022
d92213f
move setup_helpers programs to their own package (#74838)
Apr 8, 2022
6e11435
Updated cudnn_frontend submodule to v0.6 (#75481)
dzdang Apr 8, 2022
cbabd8f
[ONNX] Raise exception for mixed precision input for BatchNormalization
Apr 8, 2022
68b1866
forward-mode AD formula for F.dropout
zou3519 Apr 8, 2022
e4817e6
[quant][fx] Move embedding ops to backend_config_dict (#75317)
jerryzh168 Apr 8, 2022
0bdf9a9
[Quant][fx] Decouple prepare_*fx from training/eval modes (#75401)
andrewor14 Apr 8, 2022
1bb6b3b
remove from generate_ci_workflows.py, add tags back in .github/templates
clee2000 Apr 8, 2022
7a915a1
fix 'pytorch/tools/code_coverage/README.md' for renamed options
Apr 8, 2022
0d4d193
Enable atomicAddNoRet() for all gfx targets.
Apr 8, 2022
26ba7a9
ROCm: Enable test_masked_scatter_large_tensor
jaglinux Apr 8, 2022
1d6007f
Add edge case tests and update tril code to cover
drisspg Apr 8, 2022
ff8705b
improve datapipe deprecation warnings (#74685)
pmeier Apr 8, 2022
fe79937
[complex] conv2d
kshitij12345 Apr 8, 2022
8c1004e
Make split_with_sizes an overload of split
peterbell10 Apr 8, 2022
dfa1d95
[complex32] enable testing for {h,v,d}stack
kshitij12345 Apr 8, 2022
4a85145
Ansley's rebase of DimensionNode onto master (#75352)
Krovatkin Apr 8, 2022
d88a116
Fix exporting models to ONNX without allow_tf32 in _convolution call
Apr 8, 2022
713b3e3
[ROCm] revert cat operator performance work-around (#986)
jeffdaily Apr 8, 2022
4814767
[PyTorch] _addm_activation native function for matmul/bias/activation…
swolchok Apr 8, 2022
5c5a1e0
[PyTorch] Add & use in-place gelu
swolchok Apr 8, 2022
70cab5e
[PyTorch] NestedTensor kernels for {r,g}elu{,_}
swolchok Apr 8, 2022
b10d151
Ensure convolution_backward respects output_mask
soulitzer Apr 7, 2022
dc37090
[LT] Support diagonal op (#75230)
Apr 8, 2022
0bd3354
Update onnx.rst
Nuno-Mota Apr 8, 2022
e61b2e1
Support masked sum on CSR tensors [CPU, CUDA]
pearu Apr 8, 2022
9dad297
Merge pull request #981 from ROCmSoftwarePlatform/IFU-master-2022-03-30
jithunnair-amd Apr 8, 2022
43cc726
updated _forward_unim. to include descriptive error
zikpefu Apr 8, 2022
c02bdfa
Docs: Fix `log_target` example in kl divergence
jaketae Apr 8, 2022
58a4452
Add maximize flag to Adadelta
francescocastelli Apr 8, 2022
6ba29d7
[BE] Fix deprecated usages of `isIntegral`
malfet Apr 8, 2022
1fc2f4c
[ci] Fix bug in get_workflow_job_id.py
suo Apr 8, 2022
771527f
Revert D35489740: [pytorch][PR] Updated cudnn_frontend submodule to v0.6
Apr 8, 2022
3f1351d
Disable strides and contiguity for CSR tensors
IvanYashchuk Apr 8, 2022
caa1177
[c10d] fix nccl gather outputs on non-root ranks (#75535)
Apr 9, 2022
03dd22a
[fx2trt] improve to_dtype (#48)
Apr 9, 2022
e6842c0
Optimize size(dim) and stride(dim)
peterbell10 Apr 9, 2022
0f7e60d
[shard] add ShardedTensor.cpu() (#74941)
Apr 9, 2022
dd667b6
[quant][fx] Move all fusion registrations to backend_config_dict (#75…
jerryzh168 Apr 9, 2022
689cec9
[quant][fx] Remove "additional_fusion_pattern" from prepare_custom_co…
jerryzh168 Apr 9, 2022
f26891c
[quant][fx] Using native backend_config_dict in fusion (#75378)
jerryzh168 Apr 9, 2022
f42bdff
[qunat][fx][bc-breaking] Remove "additional_quant_pattern" key from p…
jerryzh168 Apr 9, 2022
9b639f2
Fix tsan issue (#75528)
rohan-varma Apr 9, 2022
e177d2c
[complex] conv3d
kshitij12345 Apr 10, 2022
caa28ff
refining regrex of .gitignore core.*
LemonPepperSeasoning Apr 11, 2022
9855f12
[jiterator] neg: complex
khushi-411 Apr 11, 2022
55d479a
[qunat][fx][bc-breaking] Remove "additional_qat_mapping" key from pre…
jerryzh168 Apr 11, 2022
0389f99
make apply_to_tensors support OrderedDict type (#75560)
zhaojuanmao Apr 11, 2022
bcf6974
[qunat][fx] Remove "additional_fuser_method_mapping" key from prepare…
jerryzh168 Apr 11, 2022
72d3d16
[quant][fx] Remove additional_object_mapping from the docs (#75389)
jerryzh168 Apr 11, 2022
e02584c
[FSDP] Add `rank0_only` to `full_optim_state_dict()`
Apr 8, 2022
0b9eb19
Handle real paths that have other invalid Python identifiers
ezyang Apr 11, 2022
ca056cc
[AutoAccept][Codemod][FBSourceClangFormatLinter] Daily `arc lint --ta…
0x1eaf Apr 11, 2022
4661002
fix external backend device guard codegen for factory ops
bdhirsh Apr 8, 2022
e7f4f5d
CUDA 11.6 workflows (#75518)
atalman Apr 11, 2022
709fcc8
Add cuda-11.3+clang9 build workflow
malfet Apr 11, 2022
1a85699
[complex32] enable test view, view_as
kshitij12345 Apr 11, 2022
8fe43d7
Revert "Add cuda-11.3+clang9 build workflow"
pytorchmergebot Apr 11, 2022
8a053e3
remove special casing for sparse CSR shape comparison
pmeier Apr 11, 2022
6cdc6dd
[pytorch][require export] Create smartplatform configuration for trym…
bigfootjon Apr 11, 2022
a68b1f3
ignore exception in Add-MpPreference
mszhanyi Apr 11, 2022
25ee525
[ao][sparsity] comsability for sparsity and QAT convert
HDCharles Apr 8, 2022
fc5d806
Merge remote-tracking branch 'upstream/master' into IFU-master-2022-0…
rraminen Apr 11, 2022
5baf778
[ROCM] Navi21 Enablement 6: Tensor kernels
micmelesse Mar 21, 2022
d362890
[ROCM] Navi21 Enablement 7: Sparse kernels
micmelesse Mar 25, 2022
749860b
[ROCM] Navi21 Enablement 8: Index, Repeat and Sort kernels
micmelesse Mar 26, 2022
51e3602
[ROCM] Navi21 Enablement 9: Range and Multinomial Kernels (#73550)
micmelesse Apr 7, 2022
964fd44
match rocm5.2 internal testing
micmelesse Apr 13, 2022
663bd25
Revert "Replace `internal::GRAIN_SIZE` by `grain_size` (parameter). (…
solaiys Apr 18, 2022
0e487f5
Updated related_commits
Apr 18, 2022
5e66a8b
Merge pull request #999 from solaiys/rocm5.2_internal_testing
pruthvistony Apr 19, 2022
8926dfd
Cherry picked https://github.com/ROCmSoftwarePlatform/pytorch/commit/…
jithunnair-amd Feb 16, 2022
ae2dd73
Hipify bug fix for header_include_paths being passed in as None from …
jithunnair-amd Feb 19, 2022
87dbfd5
Trigger CI
rraminen Apr 21, 2022
bc233c2
Merge pull request #1000 from ROCmSoftwarePlatform/rocm5.2_internal_t…
pruthvistony Apr 22, 2022
625dd01
Merge pull request #993 from ROCmSoftwarePlatform/IFU-master-2022-04-11
pruthvistony Apr 22, 2022
018f450
Skipped the tests as the fail w.r.t https://github.com/ROCmSoftwarePl…
rraminen Apr 22, 2022
81605c8
Merge branch 'rocm_fork/master' into rocm5.2_internal_testing
pruthvistony Apr 25, 2022
e2476c0
Merge pull request #1001 from rraminen/skip_failining_unittests_5.2
pruthvistony Apr 25, 2022
9c084f9
[Distributed tests] Add skip for odd world_size condition
jaglinux Apr 24, 2022
4c5dfca
linux focal builds install cmake from conda
jeffdaily May 6, 2022
cbf022a
missing header include in SortImpl.cu
jeffdaily May 11, 2022
803faf1
[ROCm] Disable TestDataParallelDeviceType tests
jaglinux May 19, 2022
7e0e9cd
ROCm: Fix test_nadam (#1006)
jaglinux May 19, 2022
e88d29c
Merge pull request #1014 from jaglinux/origin/disable_dist_parallel_test
pruthvistony May 19, 2022
e00eac7
[Docker] Pin protobuf to 3.20.1 (#78369)
malfet May 26, 2022
07b877b
parallel_apply should forward current streams to worker threads
jeffdaily Jun 3, 2022
ac0a1af
Add ROCm5.2/AMDGPU support (#1027)
WBobby Jun 27, 2022
fc1bb5b
Patch taken from "[CI] Make `install_user.sh` compatible with Focal (…
jithunnair-amd Jun 28, 2022
2a932eb
Upgrade mypy to 0.960
ezyang Jun 3, 2022
593a7a0
Fix baseurl link in CentOS for ROCm5.2
yanyao-wang Jun 29, 2022
572c17c
Fix baseurl link in CentOS for ROCm5.2 (#1031)
WBobby Jun 29, 2022
25c434b
[ test_shape_ops] Increase system memory requirement (#1026)
jaglinux Jun 24, 2022
9db2776
[test_large_cumprod_cuda_float16]: Increase system memory requirement…
jaglinux Jul 12, 2022
0f267e9
Add ROCm5.2.1/AMDGPU support (#1046)
WBobby Jul 19, 2022
2630f9d
Merge branch 'ROCmSoftwarePlatform:rocm5.2_internal_testing' into roc…
WBobby Aug 17, 2022
2650e50
Add ROCm5.2.3/AMDGPU support for PyTorch
yanyao-wang Aug 17, 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
  •  
  •  
  •  
498 changes: 0 additions & 498 deletions .circleci/README.md

This file was deleted.

7 changes: 0 additions & 7 deletions .circleci/cimodel/data/binary_build_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,6 @@ def get_processor_arch_name(gpu_version):
)

CONFIG_TREE_DATA = OrderedDict(
windows=(
# Stop building Win+CU102, see https://github.com/pytorch/pytorch/issues/65648
[v for v in dimensions.GPU_VERSIONS if v not in dimensions.ROCM_VERSION_LABELS and v != "cuda102"],
OrderedDict(
conda=dimensions.STANDARD_PYTHON_VERSIONS,
)
),
)

# GCC config variants:
Expand Down
1 change: 1 addition & 0 deletions .circleci/cimodel/data/dimensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"102",
"113",
"115",
"116",
]

ROCM_VERSIONS = [
Expand Down
4 changes: 2 additions & 2 deletions .circleci/cimodel/data/pytorch_build_definitions.py
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ def gen_docs_configs(xenial_parent_config):
HiddenConf(
"pytorch_python_doc_build",
parent_build=xenial_parent_config,
filters=gen_filter_dict(branches_list=["master", "nightly"],
filters=gen_filter_dict(branches_list=["master", "main", "nightly"],
tags_list=RC_PATTERN),
)
)
Expand All @@ -201,7 +201,7 @@ def gen_docs_configs(xenial_parent_config):
HiddenConf(
"pytorch_cpp_doc_build",
parent_build=xenial_parent_config,
filters=gen_filter_dict(branches_list=["master", "nightly"],
filters=gen_filter_dict(branches_list=["master", "main", "nightly"],
tags_list=RC_PATTERN),
)
)
Expand Down
103 changes: 0 additions & 103 deletions .circleci/cimodel/data/simple/android_definitions.py

This file was deleted.

193 changes: 0 additions & 193 deletions .circleci/cimodel/data/simple/binary_smoketest.py

This file was deleted.

Loading