-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit enables build and test for refactorized cpu_backend by freeing unncessary test dependencies from TensorV2. To avoid conflict, Fixes like below should be applied for all the codes in TensorV2: - Remove blas_interface.h / blas_interface.cpp dependencies - Use dim.getStorageOrder() at sgemv / sgemm - (MOST IMPORTANT) Do NOT use CBLAS params in tensor-related files **Self evaluation:** 1. Build test: [X]Passed [ ]Failed [ ]Skipped 2. Run test: [X]Passed [ ]Failed [ ]Skipped Signed-off-by: skykongkong8 <[email protected]>
- Loading branch information
1 parent
ca57110
commit c94059c
Showing
9 changed files
with
2,647 additions
and
2,823 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
Oops, something went wrong.