forked from microsoft/TileFusion
-
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.
refactor(cell): re-implement global to shared loader. (microsoft#32)
* re-implement global to shared loader for row major layout. * improve implementation. * fix the implementation of storer for row-major layout. * delete uncessary codes. * bug fix for setup.py. * update readme. * build the dynamic library for specified CUDA architecture.
- Loading branch information
Showing
23 changed files
with
664 additions
and
1,325 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,20 @@ | ||
{ | ||
"files.associations": { | ||
"array": "cpp", | ||
"string": "cpp", | ||
"string_view": "cpp", | ||
"span": "cpp", | ||
"bitset": "cpp", | ||
"initializer_list": "cpp", | ||
"utility": "cpp", | ||
"*.tcc": "cpp", | ||
"chrono": "cpp", | ||
"random": "cpp", | ||
"limits": "cpp", | ||
"semaphore": "cpp" | ||
}, | ||
"gotoSymbolStack.currentStackPosition": 0, | ||
"gotoSymbolStack.maxStackPosition": 0, | ||
"gotoSymbolStack.filePositionInfo": [] | ||
"files.associations": { | ||
"array": "cpp", | ||
"string": "cpp", | ||
"string_view": "cpp", | ||
"span": "cpp", | ||
"bitset": "cpp", | ||
"initializer_list": "cpp", | ||
"utility": "cpp", | ||
"*.tcc": "cpp", | ||
"chrono": "cpp", | ||
"random": "cpp", | ||
"limits": "cpp", | ||
"semaphore": "cpp", | ||
"regex": "cpp" | ||
}, | ||
"gotoSymbolStack.currentStackPosition": 0, | ||
"gotoSymbolStack.maxStackPosition": 0, | ||
"gotoSymbolStack.filePositionInfo": [] | ||
} |
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.