Age | Commit message (Collapse) | Author | Files | Lines |
|
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/67269
Test Plan: Imported from OSS
Reviewed By: ngimel, msaroufim
Differential Revision: D31962516
Pulled By: malfet
fbshipit-source-id: 39b3c6a4a05d7b769f0ef5ce7ea597209516cde2
Co-authored-by: Gary Miguel <garymiguel@microsoft.com>
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/66353
Fixes #{issue number}
Pull Request resolved: https://github.com/pytorch/pytorch/pull/66433
Reviewed By: seemethere, janeyx99
Differential Revision: D31548290
Pulled By: malfet
fbshipit-source-id: 3b094bc8195d0392338e0bdc6df2f39587b85bb3
|
|
|
|
Compare operator list against RC1 build rather than against nightly
|
|
Pin builder to https://github.com/pytorch/builder/commits/release/1.10
Pin xla to https://github.com/pytorch/xla/tree/r1.10
|
|
Summary:
Re-enable previously disabled test_distributions
Note: conda does not have ScipPy-1.6.3, only 1.6.2
Pull Request resolved: https://github.com/pytorch/pytorch/pull/65017
Reviewed By: seemethere
Differential Revision: D31003199
Pulled By: malfet
fbshipit-source-id: 96b9d2a833f703008bb1f4df9361db8ec6f8ccc6
|
|
Summary:
Removes 9.2 references in CI scripts and configs.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/65024
Reviewed By: driazati
Differential Revision: D30945948
Pulled By: janeyx99
fbshipit-source-id: 77890a00520c61500a934a90a74e3fcca84c09b5
|
|
Summary:
It's already pinned by via docker install on Linux
`scipy.stats.`[`poission`|`geom`|`binom`] returns quite different results between 1.6.x and 1.7+ versions of SciPy, which results in several distributions tests failing accuracy thresholds
Reland of https://github.com/pytorch/pytorch/pull/64844 but limited to just Mac platform
Followup PR for Windows are coming as well
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64922
Reviewed By: janeyx99
Differential Revision: D30901257
Pulled By: malfet
fbshipit-source-id: 0543e7bae9d3bbeb8b6be7b3ecf605880f97665f
|
|
Test Plan: revert-hammer
Differential Revision:
D30876591 (https://github.com/pytorch/pytorch/commit/39f2b9de2ac7fb14e4aaf61863e98d01a53bc875)
Original commit changeset: 4946e0922063
fbshipit-source-id: b8beff3d973b21fe09c158baef25344030f8fb08
|
|
Summary:
It's already pinned by via docker install on Linux
As `scipy.stats.`[`poission`|`geom`|`binom`] returns quite different results in 1.7+ versions of SciPy
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64844
Reviewed By: driazati
Differential Revision: D30876591
Pulled By: malfet
fbshipit-source-id: 4946e0922063e9ac320c218a0b089f73486466f7
|
|
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/64455
Reviewed By: saketh-are
Differential Revision: D30752580
Pulled By: malfet
fbshipit-source-id: 4f5cc6f820396348181c09463f7e5628b5f69471
|
|
Summary:
2nd attempt to do the same
Skip failing `TestTensorCreationCPU.test_trilu_indices_cpu`
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64193
Reviewed By: mrshenli
Differential Revision: D30779469
Pulled By: malfet
fbshipit-source-id: 5c51fcbb383d0823d0e953d7af181b5f22eda9ab
|
|
Summary:
Separate ParallelTBB move to https://github.com/pytorch/pytorch/pull/64193 as it requires some further investiagation
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64452
Reviewed By: seemethere, janeyx99
Differential Revision: D30738337
Pulled By: malfet
fbshipit-source-id: 81c46423e903058bd1a3e8553e8a10ce978eeefd
|
|
Summary:
Sample reporting from dr.ci
![image](https://user-images.githubusercontent.com/658840/131724645-75afa04f-7554-4674-8e7c-cf139c84d994.png)
The `rm` command is not actually running into problems, just need to silent the console output.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64388
Reviewed By: walterddr, malfet, seemethere
Differential Revision: D30704439
Pulled By: zhouzhuojie
fbshipit-source-id: ecd35531decf05b75cef30d08d46635f81112f67
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64201
Adds docs_test to our existing test matrix for github actions
Signed-off-by: Eli Uriegas <eliuriegas@fb.com>
cc ezyang seemethere malfet walterddr lg20987 pytorch/pytorch-dev-infra
Test Plan: Imported from OSS
Reviewed By: malfet
Differential Revision: D30646765
Pulled By: seemethere
fbshipit-source-id: 946adae01ff1f1f7ebe626e408e161b77b19a011
|
|
Summary:
Follow up on https://github.com/pytorch/pytorch/issues/62896. one more place we should remove distributed test
Pull Request resolved: https://github.com/pytorch/pytorch/pull/64108
Reviewed By: janeyx99, soulitzer
Differential Revision: D30614062
Pulled By: walterddr
fbshipit-source-id: 6576415dc2d481d65419da19c5aa0afc37a86cff
|
|
Summary:
## Context
We take the first step at tackling the GPU-bazel support by adding bazel external workspaces `local_config_cuda` and `cuda`, where the first one has some hardcoded values and lists of files, and the second one provides a nicer, high-level wrapper that maps into the already expected by pytorch bazel targets that are guarded with `if_cuda` macro.
The prefix `local_config_` signifies the fact that we are breaking the bazel hermeticity philosophy by explicitly relaying on the CUDA installation that is present on the machine.
## Testing
Notice an important scenario that is unlocked by this change: compilation of cpp code that depends on cuda libraries (i.e. cuda.h and so on).
Before:
```
sergei.vorobev@cs-sv7xn77uoy-gpu-1628706590:~/src/pytorch4$ bazelisk build --define=cuda=true //:c10
ERROR: /home/sergei.vorobev/src/pytorch4/tools/config/BUILD:12:1: no such package 'tools/toolchain': BUILD file not found in any of the following directories. Add a BUILD file to a directory to mark it as a package.
- /home/sergei.vorobev/src/pytorch4/tools/toolchain and referenced by '//tools/config:cuda_enabled_and_capable'
ERROR: While resolving configuration keys for //:c10: Analysis failed
ERROR: Analysis of target '//:c10' failed; build aborted: Analysis failed
INFO: Elapsed time: 0.259s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (2 packages loaded, 2 targets configured)
```
After:
```
sergei.vorobev@cs-sv7xn77uoy-gpu-1628706590:~/src/pytorch4$ bazelisk build --define=cuda=true //:c10
INFO: Analyzed target //:c10 (6 packages loaded, 246 targets configured).
INFO: Found 1 target...
Target //:c10 up-to-date:
bazel-bin/libc10.lo
bazel-bin/libc10.so
INFO: Elapsed time: 0.617s, Critical Path: 0.04s
INFO: 0 processes.
INFO: Build completed successfully, 1 total action
```
The `//:c10` target is a good testing one for this, because it has such cases where the [glob is different](https://github.com/pytorch/pytorch/blob/075024b9a34904ec3ecdab3704c3bcaa329bdfea/BUILD.bazel#L76-L81), based on do we compile for CUDA or not.
## What is out of scope of this PR
This PR is a first in a series of providing the comprehensive GPU bazel build support. Namely, we don't tackle the [cu_library](https://github.com/pytorch/pytorch/blob/11a40ad915d4d3d8551588e303204810887fcf8d/tools/rules/cu.bzl#L2) implementation here. This would be a separate large chunk of work.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63604
Reviewed By: soulitzer
Differential Revision: D30442083
Pulled By: malfet
fbshipit-source-id: b2a8e4f7e5a25a69b960a82d9e36ba568eb64595
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63345
This diff did the following few things to enable the tests:
1. Exposed IMethod as TORCH_API.
2. Linked torch_deploy to test_api if USE_DEPLOY == 1.
3. Generated torch::deploy examples when building torch_deploy library.
Test Plan: ./build/bin/test_api --gtest_filter=IMethodTest.*
Reviewed By: ngimel
Differential Revision: D30346257
Pulled By: alanwaketan
fbshipit-source-id: 932ae7d45790dfb6e00c51893933a054a0fad86d
|
|
Summary:
Moving distributed to its own job.
- [x] ensure there should be a distributed test job for every default test job matrix (on GHA)
- [x] ensure that circleci jobs works for distributed as well
- [x] waiting for test distributed to have its own run_test.py launch options, see https://github.com/pytorch/pytorch/issues/63147
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62896
Reviewed By: seemethere
Differential Revision: D30230856
Pulled By: walterddr
fbshipit-source-id: 0cad620f6cd9e56c727c105458d76539a5ae976f
|
|
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/63660
Test Plan: Imported from OSS
Reviewed By: janeyx99, mruberry
Differential Revision: D30543878
fbshipit-source-id: a7d938807653f39727f2cc7d7ca167200567b6a0
|
|
Summary:
Currently distributed tests are mixed within test_python.
We would like to split the distributed tests into its own batch thus we need to split them out.
Adding an option to include/exclude distributed tests with CUSTOM_HANDLERS.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63147
Test Plan:
- locally run with the addition run_test.py options.
- CI
Dependency: found a bug in mpiexec test and need https://github.com/pytorch/pytorch/issues/63580 to fix it first.
Reviewed By: bdhirsh
Differential Revision: D30496178
Pulled By: walterddr
fbshipit-source-id: 7903a57b619f2425028028f944211938823918a6
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/60111, ideally we should merge this before https://github.com/pytorch/pytorch/issues/63360 but we can also test this with https://github.com/pytorch/pytorch/issues/63360 easily.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63408
Test Plan:
- This is conform working with local test.sh run by setting PR_NUMBER
- should be validated by GHA CI as well
Concern:
- currently GHA CI is running into proxy 403 rate-limit exceeded issue consistently. However the worst case is not generating any git diff files, which is going to be exactly the same as current behavior.
- depends on https://github.com/pytorch/pytorch/issues/63770.
Reviewed By: driazati, janeyx99
Differential Revision: D30489355
Pulled By: walterddr
fbshipit-source-id: a638b7ae5820f29a7aca6cc40ff390ab253cb174
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63454
Continuation of https://github.com/pytorch/pytorch/pull/63443, this
PR removes all fork tests from torch.distributed.
ghstack-source-id: 136285511
Test Plan: waitforbuildbot
Reviewed By: SciPioneer
Differential Revision: D30387872
fbshipit-source-id: f6d6313db126ae7b95b86f78a1e0726887c5c513
|
|
Summary:
Update bazel to 4.10.0
Update ASAN_SYMBOLIZER_PATH to llvm-7
Suppress `vptr` ubsan violations in `test_jit`
Fix ProtoBuf patching for ONNX which caused Windows builds to crash while attempting to free `std::string` allocated on stack
Fixes https://github.com/pytorch/pytorch/issues/62569
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62571
Reviewed By: walterddr
Differential Revision: D30048685
Pulled By: malfet
fbshipit-source-id: 6462c1bef9c42318551d2cf906bbab41e1d4e1cd
|
|
Summary:
PR numbers should be available on GHA after this.
This fixes some target determinator not working issue discovered when manually running: https://github.com/pytorch/pytorch/issues/63412.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63360
Reviewed By: malfet, zhouzhuojie, seemethere
Differential Revision: D30374615
Pulled By: walterddr
fbshipit-source-id: eee8d8bb7aa4308a6a50cfdcd4423a96d846777f
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62760
* Rebase
# Conflicts:
# torch/csrc/jit/passes/onnx/eval_peephole.cpp
# Conflicts:
# test/onnx/test_utility_funs.py
# torch/onnx/symbolic_opset9.py
* Update symbolic_opset12.py
* Update test.sh
# Conflicts:
# .jenkins/caffe2/test.sh
* Merge
* Fix utility tests
# Conflicts:
# test/onnx/test_pytorch_onnx_onnxruntime.py
# test/onnx/test_utility_funs.py
* Fix for comment
* Enable BN tests
* Fix for test
* Update test_pytorch_onnx_onnxruntime.py
* Update test_pytorch_onnx_onnxruntime.py
* Update test_utility_funs.py
* Update test_pytorch_onnx_onnxruntime.py
Test Plan: Imported from OSS
Reviewed By: SplitInfinity
Differential Revision: D30349060
Pulled By: msaroufim
fbshipit-source-id: 93312c17607974731c17099ae181acb6e4c1c409
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62758
* Add initial changes for opset14
* Fixed flake
* Add onnx submodule changes and removed utility func tests
* Add updated batchNorm symbolic
* Add triu/tril symbolics
* Fix lint
* Fixed test failures
* Add reshape with allowzero
* Added tests/refactored opset versioning
* Bump onnxruntime version
* Fix clang/lint failures
* Add reshape shape inference for opset 14
* Changes for allowzero
* Fix lint/clang and test failures
* Updated PR
* Flake fixes
* Fix flake
* Remove new_jit_api tests
* Add opset14 models
* Update allowzero
* Fix test failures
Test Plan: Imported from OSS
Reviewed By: SplitInfinity
Differential Revision: D30349063
Pulled By: msaroufim
fbshipit-source-id: 54724246149b01a2f627c43d7396253a7e9c9eb9
Co-authored-by: Shubham Bhokare <sbhokare@OrtTrainingDev3.af05slrtruoetgaxwwjv5nsq5e.px.internal.cloudapp.net>
|
|
Summary:
Using https://github.com/mreineck/pocketfft
Also delete explicit installation of pocketfft during the build as it will be available via submodule
Limit PocketFFT support to cmake-3.10 or newer, as `set_source_files_properties` does not seem to work as expected with cmake-3.5
Partially addresses https://github.com/pytorch/pytorch/issues/62821
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62841
Reviewed By: seemethere
Differential Revision: D30140441
Pulled By: malfet
fbshipit-source-id: d1a1cf1b43375321f5ec5b3d0b538f58082f7825
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62419
This diff adds support for cpu only kineto profiler on mobile. Thus
enabling chrome trace generation on mobile. This bring cpp API for
mobile profiling on part with Torchscript.
This is done via:
1. Utilizating debug handle annotations in KinetoEvent.
2. Adding post processing capability, via callbacks, to
KinetoThreadLocalState
3. Creating new RAII stype profiler, KinetoEdgeCPUProfiler, which can be
used in surrounding scope of model execution. This will write chrome
trace to the location specified in profiler constructor.
Test Plan:
MobileProfiler.ModuleHierarchy
Imported from OSS
Reviewed By: raziel
Differential Revision: D29993660
fbshipit-source-id: 0b44f52f9e9c5f5aff81ebbd9273c254c3c03299
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/62357
there's no need to specify cudnn version since they are recommended from cuda version already.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/63030
Reviewed By: zhouzhuojie, driazati
Differential Revision: D30226354
Pulled By: walterddr
fbshipit-source-id: 7e2dc577810e0ce80ee27569c25a814566250ab1
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62838
Fixes #62380
* update test functions to call wheel install folder {sitepackages}/torch instead of build/ folder
* add symbolic link for shared libraries which are called by the tests (this is a bit hacky and should be fixed the rpath before compiling -- similar to https://github.com/pytorch/pytorch/blob/master/.jenkins/pytorch/test.sh#L204-L208).
### Test plan
check if all ci workflows pass
Test Plan: Imported from OSS
Reviewed By: walterddr
Differential Revision: D30193141
Pulled By: tktrungna
fbshipit-source-id: 72c2bd3a740fca0f72e4803df505240193692c44
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62797
Fixes #62380
* update test functions to call wheel install folder {sitepackages}/torch instead of build/ folder
* add symbolic link for shared libraries which are called by the tests (this is a bit hacky and should be fixed the rpath before compiling -- similar to https://github.com/pytorch/pytorch/blob/master/.jenkins/pytorch/test.sh#L204-L208).
### Test plan
check if all ci workflows pass
Test Plan: Imported from OSS
Reviewed By: walterddr
Differential Revision: D30193140
Pulled By: tktrungna
fbshipit-source-id: d8e54c403f42abbbbe4556abf40c22a7955df737
|
|
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62796
Fixes #62380
* update test functions to call wheel install folder {sitepackages}/torch instead of build/ folder
* add symbolic link for shared libraries which are called by the tests (this is a bit hacky and should be fixed the rpath before compiling -- similar to https://github.com/pytorch/pytorch/blob/master/.jenkins/pytorch/test.sh#L204-L208).
### Test plan
check if all ci workflows pass
Test Plan: Imported from OSS
Reviewed By: driazati
Differential Revision: D30193142
Pulled By: tktrungna
fbshipit-source-id: 1247f9eda1c11c763c31c7383c77545b1ead1a60
|
|
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62795
Test Plan: Imported from OSS
Reviewed By: driazati
Differential Revision: D30124421
Pulled By: tktrungna
fbshipit-source-id: 235ba166b02f7334e89cb2493024067851bf5b9b
|
|
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62781
Test Plan: Imported from OSS
Reviewed By: walterddr, zhouzhuojie
Differential Revision: D30124391
Pulled By: tktrungna
fbshipit-source-id: 99c275d6c9f23b4f274fd0ca19a16879ed27afd5
|
|
Summary:
Reacting to the main->master switch in test-infra
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62728
Reviewed By: samestep
Differential Revision: D30104777
Pulled By: janeyx99
fbshipit-source-id: a7af7dfc69fd6e02c30ad6c15808a5b32a68c587
|
|
Test Plan: revert-hammer
Differential Revision:
D30072994 (https://github.com/pytorch/pytorch/commit/ad4e1f1132b0e78f768467a3c9cd5f78685e4899)
Original commit changeset: 3217e764bd85
fbshipit-source-id: cf89df78a4e04ef03b04ec3c253c5cbb1a1f5f63
|
|
Summary:
This should avoid following false positives:
```
[ RUN ] ProtoTest.Basic
/var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.pb.h:7060:15: runtime error: member call on address 0x7fffffffdd80 which does not point to an object of type 'google::protobuf::MessageLite'
0x7fffffffdd80: note: object is of type 'onnx_torch::ModelProto'
00 00 00 00 b0 b9 05 ef ff 7f 00 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
^~~~~~~~~~~~~~~~~~~~~~~
vptr for 'onnx_torch::ModelProto'
UndefinedBehaviorSanitizer: undefined-behavior /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.pb.h:7060:15 in
```
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62663
Reviewed By: tktrungna
Differential Revision: D30076315
Pulled By: malfet
fbshipit-source-id: 7bfc2c4b417307195e3c3379e4874eaceb4f3134
|
|
Test Plan: revert-hammer
Differential Revision:
D30070707 (https://github.com/pytorch/pytorch/commit/d8849bdb039aa4a8260466d03a36d0819bbcdc76)
Original commit changeset: c45f07b7b548
fbshipit-source-id: 867019e95b2898346ba2d918fa7a7291c8125efd
|
|
Test Plan: revert-hammer
Differential Revision:
D30072859 (https://github.com/pytorch/pytorch/commit/1630b86dd6ca0ccb171ec290597cf87992f36b9e)
Original commit changeset: bf75faabf6b6
fbshipit-source-id: 3e2672bd19544ed3f1e2a951eb02d58f5c2f9d52
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/62380
* update `test_rpc` function to call wheel install folder {sitepackages}/torch instead of build/ folder
* add IN_WHEEL_TEST to limit the change for linux CI GHA only
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62526
Test Plan: check if all ci workflows pass
Reviewed By: walterddr, seemethere
Differential Revision: D30072994
Pulled By: tktrungna
fbshipit-source-id: 3217e764bd859dc2db597d24a1abb5ec1d0e8c9e
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/62380
* update `test_vulkan` function to call wheel install folder {sitepackages}/torch instead of build/ folder
* add `IN_WHEEL_TEST` to limit the change for `pytorch_linux_test` only
* add symbolic link for shared libraries which are called by the tests (this is a bit hacky and should be fixed the rpath before compiling -- similar to https://github.com/pytorch/pytorch/blob/master/.jenkins/pytorch/test.sh#L204-L208).
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62519
Test Plan: check if all ci workflows pass
Reviewed By: walterddr
Differential Revision: D30072859
Pulled By: tktrungna
fbshipit-source-id: bf75faabf6b6070c366571a74834a1f58b2549d3
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/62380
* update `test_distributed` function to call wheel install folder {sitepackages}/torch instead of build/ folder
* add IN_WHEEL_TEST to limit the change for linux CI GHA only
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62520
Test Plan: check if all ci workflows pass
Reviewed By: soulitzer
Differential Revision: D30070707
Pulled By: tktrungna
fbshipit-source-id: c45f07b7b54857dc8e78405714d6d5b864c30868
|
|
CI (#62226)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/62226
Test Plan: Imported from OSS
Reviewed By: malfet
Differential Revision: D29923800
Pulled By: navahgar
fbshipit-source-id: 33cfe0e92a34c7140ea762e5715301cfbf401434
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/62600
Adds `bazel --config=no-tty` that is useful for less verbose output in environments that don't implement full tty like CI.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62601
Reviewed By: soulitzer
Differential Revision: D30070154
Pulled By: malfet
fbshipit-source-id: 5b89af8441c3c6c7ca7e9a0ebdfddee00c9ab576
|
|
Summary:
10.1 is removed in https://github.com/pytorch/pytorch/pull/56056
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62597
Reviewed By: walterddr
Differential Revision: D30053902
Pulled By: seemethere
fbshipit-source-id: deb148e5e44c12b08c267a36fbd4a1afa138e6e4
|
|
Summary:
Fixes regression introduced by https://github.com/pytorch/pytorch/issues/62402
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62599
Reviewed By: walterddr, driazati
Differential Revision: D30051914
Pulled By: malfet
fbshipit-source-id: a07184b21cc4b2d0ae31fe385bb58a0f665595c6
|
|
Summary:
This should address part of https://github.com/pytorch/pytorch/issues/62357.
1. rename all files 'generated-*' to make it clear, filename will not be in CI workflow name
2. remove all 'pytorch-' in names
3. make sure the build test shell scripts are adopted to new name
Next change should reduce more device related naming
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62402
Reviewed By: malfet
Differential Revision: D30021959
Pulled By: walterddr
fbshipit-source-id: 64b21a2020e25a507101c09c010cb593d8ac4146
|
|
Summary:
Fixes https://github.com/pytorch/pytorch/issues/62380
* This PR introduces env variable IN_WHEEL_TEST to control the dependency on `build/` folder
* update `test_aten` function to call wheel install folder `{sitepackages}/torch` instead of `build/` folder
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62341
Test Plan: check if all ci workflows pass
Reviewed By: walterddr
Differential Revision: D30004259
Pulled By: tktrungna
fbshipit-source-id: ccebd513a3530f1e5c8c9177d5f2daf14de3e853
|
|
Summary:
As MKL is only available on x86_64 platform, clone header-only PocketFFT
library and use it as FFT provider
Fixes https://github.com/pytorch/pytorch/issues/62107
Pull Request resolved: https://github.com/pytorch/pytorch/pull/62222
Reviewed By: ejguan
Differential Revision: D29938718
Pulled By: malfet
fbshipit-source-id: ac0bd98b5090d6c8a26c36c4e34a4d6e1d9f1a92
|