forked from pytorch/FBGEMM
-
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.
Back out "Float16 rowwise sparse adagrad with stochastic rounding"
Summary: Original commit changeset: 0455327bbc44 This commit is breaking pytorch OSS CI (no avx by default tests, see e.g. https://app.circleci.com/pipelines/github/pytorch/pytorch/170884/workflows/c3f4db81-291d-41fd-a2b8-d4bd9fa2b9e4/jobs/5496688/steps Reviewed By: jspark1105, jianyuh Differential Revision: D21607815 fbshipit-source-id: 41c447fd66898ac3e6b3a15db3c43734518579fd
- Loading branch information
1 parent
b9f1a80
commit 9f5ac27
Showing
7 changed files
with
249 additions
and
812 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 |
---|---|---|
|
@@ -8,9 +8,6 @@ cc_library( | |
includes = [ | ||
"src", | ||
], | ||
copts = [ | ||
"-mf16c", | ||
], | ||
deps = [ | ||
":fbgemm_headers", | ||
"@cpuinfo", | ||
|
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
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
Oops, something went wrong.