ac568fc007
[CUDNN] Remove defunct cuDNN V8 API build flag ( #120006 )
...
The flag basically does nothing following #95722
Let's see if the quantization tests break
CC @malfet @atalmanagement
Pull Request resolved: https://github.com/pytorch/pytorch/pull/120006
Approved by: https://github.com/malfet
2024-06-03 22:42:05 +00:00
d44daebdbc
[Submodule] Remove deprecated USE_TBB option and TBB submodule ( #127051 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127051
Approved by: https://github.com/cpuhrsch , https://github.com/malfet
2024-05-31 01:20:45 +00:00
67739d8c6f
Revert "[Submodule] Remove deprecated USE_TBB option and TBB submodule ( #127051 )"
...
This reverts commit 699db7988d84d163ebb6919f78885e4630182a7a.
Reverted https://github.com/pytorch/pytorch/pull/127051 on behalf of https://github.com/PaliC due to This PR needs to be synced using the import button as there is a bug in our diff train ([comment](https://github.com/pytorch/pytorch/pull/127051#issuecomment-2138496995 ))
2024-05-30 01:16:57 +00:00
699db7988d
[Submodule] Remove deprecated USE_TBB option and TBB submodule ( #127051 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127051
Approved by: https://github.com/cpuhrsch , https://github.com/malfet
2024-05-29 11:58:03 +00:00
cdbb2c9acc
Revert "[Submodule] Remove deprecated USE_TBB option and TBB submodule ( #127051 )"
...
This reverts commit 4fdbaa794f9d5af2f171f772a51cb710c51c925f.
Reverted https://github.com/pytorch/pytorch/pull/127051 on behalf of https://github.com/PaliC due to This PR needs to be synced using the import button as there is a bug in our diff train ([comment](https://github.com/pytorch/pytorch/pull/127051#issuecomment-2136428735 ))
2024-05-29 03:02:35 +00:00
4fdbaa794f
[Submodule] Remove deprecated USE_TBB option and TBB submodule ( #127051 )
...
Pull Request resolved: https://github.com/pytorch/pytorch/pull/127051
Approved by: https://github.com/cpuhrsch , https://github.com/malfet
2024-05-27 03:54:03 +00:00
95e5c994f9
[Submodule] Clear USE_QNNPACK build option ( #126941 )
...
Following the removal of QNNPACK third-party module #126657 , we can clear more build system code. Also third_party/neon2sse was removed because it is not used.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126941
Approved by: https://github.com/ezyang
2024-05-24 00:12:56 +00:00
796dff7147
Import MKL via //third-party/mkl targets ( #126371 )
...
Summary:
This is a step towards upgrading the MKL library and using a buckified targets rather than importing from TP2.
- Add new `//third-party/mkl:mkl_xxx` targets that are currently aliases to `third-party//IntelComposerXE:mkl_xxx`.
- Switch usage of `external_deps = [("IntelComposerXE", None, "mkl_xxx")]` to `deps = ["fbsource//third-party/mkl:mkl_xxx"]`
Note that this only changes references to `mkl_xxx` references in `IntelComposerXE` but not references to "svml" or "ipp*".
Test Plan: sandcastle
Differential Revision: D57360438
Pull Request resolved: https://github.com/pytorch/pytorch/pull/126371
Approved by: https://github.com/bertmaher
2024-05-16 22:51:26 +00:00
1b396d69cb
Revert "[CUDNN] Remove defunct cuDNN V8 API build flag ( #120006 )"
...
This reverts commit ee4cafa098ede2d9546016223cbc1a522ea3630a.
Reverted https://github.com/pytorch/pytorch/pull/120006 on behalf of https://github.com/huydhn due to Sorry for reverting your change but it is failing ROCm jobs in trunk ee4cafa098
([comment](https://github.com/pytorch/pytorch/pull/120006#issuecomment-2098849813 ))
2024-05-07 16:28:04 +00:00
ee4cafa098
[CUDNN] Remove defunct cuDNN V8 API build flag ( #120006 )
...
The flag basically does nothing following #95722
Let's see if the quantization tests break
CC @malfet @atalmanagement
Pull Request resolved: https://github.com/pytorch/pytorch/pull/120006
Approved by: https://github.com/malfet
2024-05-06 23:13:58 +00:00
ba0362a09e
Remove unused build system checks and definitions ( #109711 )
...
Remove some outdated checks.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/109711
Approved by: https://github.com/ezyang
2023-09-21 16:52:16 +00:00
79e14f8fd6
[better_engineering][multiplatform] Repalce host_info() check with select for default_compiler_flags ( #98306 )
...
Summary: Same as title
Test Plan: CI
Differential Revision: D44667769
Pull Request resolved: https://github.com/pytorch/pytorch/pull/98306
Approved by: https://github.com/priyaramani , https://github.com/malfet
2023-04-07 15:39:38 +00:00
788300cc2a
[cudnn] Support v8 API in fbcode ( #96512 )
...
Summary: It turns out we never turn on cudnn v8 API which blocks bf16 conv. Enable the new v8 API
Test Plan: buck run mode/dev-nosan scripts/xdwang/example:fc_pytorch
Reviewed By: ngimel
Differential Revision: D43784279
Pull Request resolved: https://github.com/pytorch/pytorch/pull/96512
Approved by: https://github.com/malfet
2023-03-23 01:41:04 +00:00
d724a91935
Adding Wunused-local-typedef build flag ( #86154 )
...
# Summary
In the past, we have seen PRs causing internal breakages caused by `-Wunused-local-typedef` flag which than had to be fixed. For example: [#79978 ](https://github.com/pytorch/pytorch/pull/79978 )
As part of this change, we want to catch this error in the PR Checks itself.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/86154
Approved by: https://github.com/huydhn , https://github.com/seemethere , https://github.com/osalpekar
2022-10-04 19:43:57 +00:00
0fb1495512
[aarch64] Fix ATen-cpu aarch64 builds ( #84294 )
...
Summary: Fix ATen-cpu aarch64 builds and hook up cpukernel_neon
Test Plan: CI
Differential Revision: D39142670
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84294
Approved by: https://github.com/ajtulloch
2022-09-01 20:26:35 +00:00
74b41af2ad
[caffe2] Use arch_deps
instead of host info for arch-specific deps ( #80814 )
...
Test Plan: CI
Reviewed By: psaab
Differential Revision: D37588154
topic: not user facing
Pull Request resolved: https://github.com/pytorch/pytorch/pull/80814
Approved by: https://github.com/mehtanirav
2022-07-06 23:42:57 +00:00
03847808a0
Add all bzl files per D36874458
2022-06-06 09:40:19 -07:00