-
Notifications
You must be signed in to change notification settings - Fork 116
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
Showing
9 changed files
with
72 additions
and
62 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,3 +1,3 @@ | ||
# Benchmarks | ||
|
||
TODO explain which benchmarks exist, how to run them for a given device | ||
TODO |
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,3 +1,3 @@ | ||
# Build Your Own Backend | ||
|
||
TODO explain with example how to build a backend for ICICLE V3 | ||
TODO |
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,4 +1,4 @@ | ||
# FAQ and troubleshooting (TODO) | ||
# FAQ and troubleshooting | ||
|
||
## Frequently asked questions | ||
|
||
|
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 |
---|---|---|
|
@@ -19,16 +19,17 @@ The CUDA backend requires a valid license to function. There are two CUDA backen | |
:::note | ||
As for now CUDA backend can be accessed without purchasing a license. Ingonyama is hosting a license server that will allow access to anyone. | ||
By default CUDA backend will try to access this server if no other license is available. | ||
TO manually specify it, set `export [email protected]`. | ||
To manually specify it, set `export [email protected]`. | ||
::: | ||
|
||
Licenses are available for purchase [here TODO](#) . After purchasing, you will receive a license key that must be installed on the license-server or node-locked machine. | ||
For license-server, you will have to tell the application that is using ICICLE, where the server is. | ||
|
||
**Specify the license server address:** | ||
**Specify the license server address or filepath:** | ||
|
||
``` | ||
export ICICLE_LICENSE=port@ip | ||
export ICICLE_LICENSE=port@ip # for license server | ||
export ICICLE_LICENSE=/path/to/license # for node locked license | ||
``` | ||
|
||
For further assist , contact our support team for assistance. `[email protected]` (TODO make sure this exists). |
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