Skip to content

Commit 56e2fe9

Browse files
authored
[HGEMM] Release toy-hgemm library 0.1.0 (#146)
* refactor * refactor * refactor * refactor * refactor * refactor * refactor * refactor * refactor * refactor * refactor * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md * Update README.md
1 parent 6ea2eb9 commit 56e2fe9

File tree

197 files changed

+222
-202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

197 files changed

+222
-202
lines changed

.github/workflows/issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale."
2020
days-before-pr-stale: -1
2121
days-before-pr-close: -1
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
repo-token: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ __pycache__
1616
*.ncu*
1717
*.sqlite*
1818
*.engine
19+
*.bin
20+
outupt

.gitmodules

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[submodule "third-party/cutlass"]
22
path = third-party/cutlass
33
url = https://github.com/NVIDIA/cutlass.git
4+

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,4 +671,4 @@ into proprietary programs. If your program is a subroutine library, you
671671
may consider it more useful to permit linking proprietary applications with
672672
the library. If this is what you want to do, use the GNU Lesser General
673673
Public License instead of this License. But first, please read
674-
<https://www.gnu.org/licenses/why-not-lgpl.html>.
674+
<https://www.gnu.org/licenses/why-not-lgpl.html>.

README.md

Lines changed: 143 additions & 143 deletions

hgemm/tools/clear.sh

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)