You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Contributing
2
2
3
-
That would be awesome if you want to contribute something to BitBLAS!
3
+
That would be awesome if you want to contribute something to TileLang!
4
4
5
5
-[Contributing](CONTRIBUTING.md#contributing)
6
6
-[Reporting Bugs](CONTRIBUTING.md#reporting-bugs)
@@ -11,7 +11,7 @@ That would be awesome if you want to contribute something to BitBLAS!
11
11
12
12
## Reporting Bugs
13
13
14
-
If you run into any weird behavior while using BitBLAS, feel free to open a new issue in this repository! Please run a **search before opening** a new issue, to make sure that someone else hasn't already reported or solved the bug you've found.
14
+
If you run into any weird behavior while using TileLang, feel free to open a new issue in this repository! Please run a **search before opening** a new issue, to make sure that someone else hasn't already reported or solved the bug you've found.
15
15
16
16
Any issue you open must include:
17
17
@@ -25,15 +25,15 @@ Please ask questions in issues.
25
25
26
26
## Submitting Pull Requests
27
27
28
-
All pull requests are super welcomed and greatly appreciated! Issues in need of a solution are marked with a [`♥ help`](https://github.com/ianstormtaylor/BitBLAS/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%99%A5+help%22) label if you're looking for somewhere to start.
28
+
All pull requests are super welcomed and greatly appreciated! Issues in need of a solution are marked with a [`♥ help`](https://github.com/ianstormtaylor/TileLang/issues?q=is%3Aissue+is%3Aopen+label%3A%22%E2%99%A5+help%22) label if you're looking for somewhere to start.
29
29
30
30
Please run `./format.sh` before submitting a pull request to make sure that your code is formatted correctly.
31
31
32
32
Please include tests and docs with every pull request!
33
33
34
34
## Repository Setup
35
35
36
-
To run the build, you need to have the BitBLAS repository cloned to your computer. After that, you need to `cd` into the directory where you cloned it, and install the dependencies with `python`:
36
+
To run the build, you need to have the TileLang repository cloned to your computer. After that, you need to `cd` into the directory where you cloned it, and install the dependencies with `python`:
0 commit comments