Bump CUTLASS Python container version (#672)
* Update example 40 README * Update CUTLASS Python README
This commit is contained in:
parent
7d0dd6706e
commit
8c1bf9b784
@ -1,9 +1,9 @@
|
|||||||
# CUTLASS Python Interface Example
|
# CUTLASS Python Interface Example
|
||||||
|
|
||||||
## Using Docker
|
## Using Docker
|
||||||
You can run the PyCUTLASS on NGC pytorch container.
|
You can run the PyCUTLASS on NGC PyTorch container.
|
||||||
```shell
|
```shell
|
||||||
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:22.08-py3
|
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:22.09-py3
|
||||||
```
|
```
|
||||||
PyCUTLASS requires additional dependency Boost C++ library, which can be installed with
|
PyCUTLASS requires additional dependency Boost C++ library, which can be installed with
|
||||||
```bash
|
```bash
|
||||||
|
@ -81,9 +81,9 @@ The tiling size of above operations can also be customized.
|
|||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### Using Docker
|
### Using Docker
|
||||||
You can run the PyCUTLASS on NGC pytorch container.
|
You can run the PyCUTLASS on NGC PyTorch container.
|
||||||
```shell
|
```shell
|
||||||
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:22.08-py3
|
docker run --gpus all -it --rm nvcr.io/nvidia/pytorch:22.09-py3
|
||||||
```
|
```
|
||||||
PyCUTLASS requires additional dependency Boost C++ library, which can be installed with
|
PyCUTLASS requires additional dependency Boost C++ library, which can be installed with
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user