mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00:00
Fix typo in buckbuild.bzl (#92751)
accomodate -> accommodate Pull Request resolved: https://github.com/pytorch/pytorch/pull/92751 Approved by: https://github.com/Skylion007
This commit is contained in:
parent
c52567ec18
commit
b847ac227f
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ def third_party(name):
|
|||
def get_pt_compiler_flags():
|
||||
return select({
|
||||
"DEFAULT": _PT_COMPILER_FLAGS + [
|
||||
"-std=gnu++17", #to accomodate for eigen
|
||||
"-std=gnu++17", #to accommodate for eigen
|
||||
],
|
||||
"ovr_config//compiler:cl": windows_convert_gcc_clang_flags(_PT_COMPILER_FLAGS),
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue