Skip to content

Commit a575f72

Browse files
authored
[Doc] Remove legacy files and update reference (#25)
* installation script fix * readme typo fix * doc fix for dequantize gemm * [Doc] remove CODE_OF_CONDUCT.md and SECURITY.md; update references in CONTRIBUTING.md
1 parent 138decd commit a575f72

File tree

3 files changed

+4
-54
lines changed

3 files changed

+4
-54
lines changed

CODE_OF_CONDUCT.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing
22

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!
44

55
- [Contributing](CONTRIBUTING.md#contributing)
66
- [Reporting Bugs](CONTRIBUTING.md#reporting-bugs)
@@ -11,7 +11,7 @@ That would be awesome if you want to contribute something to BitBLAS!
1111

1212
## Reporting Bugs
1313

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.
1515

1616
Any issue you open must include:
1717

@@ -25,15 +25,15 @@ Please ask questions in issues.
2525

2626
## Submitting Pull Requests
2727

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.
2929

3030
Please run `./format.sh` before submitting a pull request to make sure that your code is formatted correctly.
3131

3232
Please include tests and docs with every pull request!
3333

3434
## Repository Setup
3535

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`:
3737

3838
```bash
3939
python setup.py install

SECURITY.md

Lines changed: 0 additions & 41 deletions
This file was deleted.

0 commit comments

Comments
 (0)