Skip to content

Commit 249bcc9

Browse files
committed
...
1 parent e9d3120 commit 249bcc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ With our open-source framework, we hope to not only improve programmers' product
1111
## Requirements
1212

1313
- **OS:** Ubuntu 24.04, Windows
14-
- **Hardware:** NVIDIA GPU (Volta or newer)
14+
- **Hardware:** NVIDIA GPU (Turing or newer)
1515
- **Software:** CUDA 11.7 or above and cmake 3.20.1 or above.
1616
- **CUDA Architecture:** SM 70 or above (see [GPUs supported](https://en.wikipedia.org/wiki/CUDA#GPUs_supported)), this is specified using cmake's command: `-DCMAKE_CUDA_ARCHITECTURES=70`. Alternatively, set the CUDA architecture version in the `CMakeLists.txt` file directly: [CMakeLists.txt#72](https://github.com/gunrock/loops/blob/main/CMakeLists.txt#L72).
1717

@@ -23,7 +23,7 @@ Before building `loops` make sure you have CUDA Toolkit and cmake installed on y
2323
git clone https://github.com/gunrock/loops.git
2424
cd loops
2525
mkdir build && cd build
26-
cmake -DCMAKE_CUDA_ARCHITECTURES=70 .. # Volta = 70, Turing = 75, ...
26+
cmake -DCMAKE_CUDA_ARCHITECTURES=75 .. # Turing = 75, ...
2727
make -j$(nproc)
2828
bin/loops.spmv.merge_path -m ../datasets/chesapeake/chesapeake.mtx
2929
```

0 commit comments

Comments
 (0)