mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
see https://github.com/pytorch/pytorch/pull/76480 fixed most lint errors Pull Request resolved: https://github.com/pytorch/pytorch/pull/77612 Approved by: https://github.com/kit1980
16 lines
224 B
Plaintext
16 lines
224 B
Plaintext
[buildfile]
|
|
name = BUILD.buck
|
|
|
|
[repositories]
|
|
bazel_skylib = third_party/bazel-skylib/
|
|
|
|
[download]
|
|
in_build = true
|
|
|
|
[cxx]
|
|
cxxflags = -std=c++17
|
|
should_remap_host_platform = true
|
|
|
|
[project]
|
|
default_flavors_mode=all
|