Skip to content

Commit

Permalink
more code review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
yshekel committed Aug 29, 2024
1 parent e9e9b2a commit e7b6ef2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions examples/c++/install-and-use-icicle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Download release binaries:
- **Frontend** icicle30-ubuntu22.tar.gz
- **Backend** icicle30-ubuntu22-cuda122.tar.gz

> [!NOTE]
> Name of the files is based on the release version. Make sure to update the tar file names in the example if you're using a different release.
[!NOTE]
Name of the files is based on the release version. Make sure to update the tar file names in the example if you're using a different release.

## Optional: This example is demonstrated in an ubuntu22 docker but this is not mandatory.

Expand Down
6 changes: 4 additions & 2 deletions examples/rust/install-and-use-icicle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@
This example shows how to install CUDA backend and use it in Rust application.

Download release binaries for CUDA backend:

- **Backend** icicle30-ubuntu22-cuda122.tar.gz

:::note
[!NOTE]
Name of the files is based on the release version. Make sure to update the tar file names in the example if using different release.
:::


## Optional: This example is demonstrated in an ubuntu22 docker but this is not mandatory.

Expand Down Expand Up @@ -38,6 +39,7 @@ RUN apt install cargo -y
by `docker build -t icicle-release-ubuntu20-cuda122 -f Dockerfile.ubuntu20 .`

## Extract tars and install

```bash
cd release
# extract CUDA backend (OPTIONAL)
Expand Down

0 comments on commit e7b6ef2

Please sign in to comment.