-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix conv2_gemm after target structure update (#6037)
After target structure changed in this RFC: https://discuss.tvm.ai/t/rfc-tvm-target-specification/6844/42 The conv2d optimizations was broken for the following reasons: - "target" is now called mtriple (this changes how we test if the architecture is AArch64) - when we invoke "clang.create_llvm" we still need to specify the "--target" option (set to aarch64-linux-gnu) This submission reverts those changes Change-Id: I04c597b91ca5800ddf4471255e2a358c60bc048e
- Loading branch information
Giuseppe Rossini
authored
Jul 14, 2020
1 parent
99c52f3
commit 67ed6d0
Showing
4 changed files
with
67 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
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