Skip to content

Commit f359db6

Browse files
author
Yuke Wang
committed
update with files
1 parent 728daec commit f359db6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ git clone --recursive git@github.com:YukeWang96/OSDI21_AE.git
88

99
+ **Hardware**:
1010
> + `CPU x86_64` with host memory >= 32GB. (Tested on Intel Xeon Silver 4110 (8-core 16-thread) CPU with 64GB host memory).
11-
> + `NVIDIA GPU (arch>=sm_60)` with devcie memory >= 8GB. (Support NVIDIA [**Quadro P6000**](https://www.nvidia.com/content/dam/en-zz/Solutions/design-visualization/productspage/quadro/quadro-desktop/quadro-pascal-p6000-data-sheet-a4-nv-704590-r1.pdf) (`sm_61`), [**Tesla V100**](https://images.nvidia.com/content/technologies/volta/pdf/437317-Volta-V100-DS-NV-US-WEB.pdf) (`sm_70`), [**RTX3070**](https://www.techpowerup.com/gpu-specs/geforce-rtx-3070.c3674) (`sm_86`), and [**RTX3090**](https://www.techpowerup.com/gpu-specs/geforce-rtx-3090.c3622) (`sm_86`). Note that upon creating this artifact, we mainly evaluate our design on **RTX3090**.
11+
> + `NVIDIA GPU (arch>=sm_60)` with devcie memory >= 8GB. (Support NVIDIA [**Quadro P6000**](https://www.nvidia.com/content/dam/en-zz/Solutions/design-visualization/productspage/quadro/quadro-desktop/quadro-pascal-p6000-data-sheet-a4-nv-704590-r1.pdf) (`sm_61`), [**Tesla V100**](https://images.nvidia.com/content/technologies/volta/pdf/437317-Volta-V100-DS-NV-US-WEB.pdf) (`sm_70`), and [**RTX3090**](https://www.techpowerup.com/gpu-specs/geforce-rtx-3090.c3622) (`sm_86`). Note that upon creating this artifact, we mainly evaluate our design on **RTX3090**.
1212
1313
+ **OS & Compiler**:
1414
> + `Ubuntu 16.04+`
@@ -51,7 +51,7 @@ sudo apt-get update
5151
sudo apt-get install -y nvidia-docker2
5252
sudo systemctl restart docker
5353
```
54-
+ `cd Docker` then either goto `cu102/` (for Quadro P6000 and Tesla V100) or `cu110/` (for RTX3090/RTX3070).
54+
+ `cd Docker` then either goto `cu102/` (for Quadro P6000 and Tesla V100) or `cu110/` (for RTX3090).
5555
+ Run `./build.sh`, it may takes a while (around 10 minutes) for building the container.
5656
+ Run `./launch.sh` then it will bring up an new interactive command line interface.
5757
> + if your enounter problem below,
@@ -70,7 +70,7 @@ sudo systemctl restart docker
7070
docker run -it --rm --gpus device=1 -v $PWD/../../:/GNNA osdi-ae:latest /bin/bash
7171
```
7272
+ Run `./install_pkg.sh` to install the GNNAdvisor and rabbit_module. **Note: Select the correct sm version before install the package.
73-
> + `install_pkg_sm86.py` for RTX3090 and RTX 3070.
73+
> + `install_pkg_sm86.py` for RTX3090.
7474
> + `install_pkg_sm70.py` for Tesla V100.
7575
> + `install_pkg_sm61.py` for Quadro P6000.
7676

0 commit comments

Comments
 (0)