-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
94a1620
commit 41c7058
Showing
5 changed files
with
14 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,10 +103,11 @@ Though our focus is still on the inference, we will support training models. (St | |
|
||
## Getting Started | ||
|
||
1. Install [Roswell](https://github.com/roswell/roswell) and suitable IDE. (If unsure, Emacs or [Lem](https://github.com/lem-project/lem) is recommended) | ||
1. Install [Roswell](https://github.com/roswell/roswell) and a suitable IDE. (If unsure, Emacs or [Lem](https://github.com/lem-project/lem) is recommended) | ||
2. Install [ISL (Integer Set Library)](https://github.com/Meinersbur/isl) for the fast kernel generation. | ||
3. Install [Qlot](https://github.com/fukamachi/qlot) | ||
4. Check out [getting-started.lisp](./docs/getting-started.lisp) | ||
3. If not already installed, then install [libyaml](https://github.com/yaml/libyaml) for YAML parsing and emitting. | ||
4. Install [Qlot](https://github.com/fukamachi/qlot) | ||
5. Check out [getting-started.lisp](./docs/getting-started.lisp) | ||
|
||
```sh | ||
$ git clone [email protected]:hikettei/Caten.git | ||
|
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 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