-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[math] taichi operators as default customized operators (#598)
* [dnn] Add dnn.linear taichi implmentation * [math] Remove multiple results of event csrmv and csrmv * [dnn] Fix bugs * [dnn] Update jitconn event atomic=True * [dnn] Replace brainpylib opeartors with taichi customized operators * Update linear.py * Update test_linear.py * [dnn, math] Fix bugs * [math] Fix bugs * Update linear.py * Refactor operators * [math] Fix bugs * [dnn] Fix bugs * [math] Fix bugs * [math] Fix jitconn matvec bugs * Update linear.py * [math] Update operators * [math] Update pytests * [math] Fix pytest bugs * Update test_csrmv.py * Update test_matvec.py * Update test_event_matvec.py * Update test_event_csrmv.py * [math] Update pytests * [math] Fix test case bugs * [math] Add more tolerance for jitconn operators * format the code --------- Co-authored-by: Chaoming Wang <[email protected]>
- Loading branch information
1 parent
8c57f66
commit 7e8dd81
Showing
31 changed files
with
5,368 additions
and
5,390 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
|
||
from ._info_collection import * | ||
from ._csr_matvec import * | ||
from ._csr_matvec_taichi import * | ||
|
Oops, something went wrong.