forked from pytorch/pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bazel] Build
ATen_CPU_AVX2
lib with AVX2 arch flags enabled (pytor…
…ch#37381) Summary: Make sleef dependency public so that `ATen_CPU_{capability}` libs can depend on it Pull Request resolved: pytorch#37381 Test Plan: CI Differential Revision: D21273443 Pulled By: malfet fbshipit-source-id: 7f756c7f3c605e51cf0c27ea37f687913cd48708
- Loading branch information
1 parent
b37080d
commit ebcacd5
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -637,6 +637,7 @@ intern_build_aten_ops( | |
copts = ATEN_COPTS, | ||
deps = [ | ||
":aten_headers", | ||
"@sleef", | ||
"@fbgemm", | ||
], | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters