Commit Graph

7 Commits

Author SHA1 Message Date
cyy
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