Skip to content

Commit 6ca84ed

Browse files
committed
Docs: Need CUDA Toolkit
1 parent 86a9794 commit 6ca84ed

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
"Lookaside",
1616
"METALLIB",
1717
"NUMA",
18+
"NVCC",
1819
"opencl",
1920
"openmp",
2021
"shfl",

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,13 @@ Previously, it also included ArrayFire, Halide, and Vulkan queues for SPIR-V ker
3737

3838
## Build & Run
3939

40-
Install dependencies:
40+
This repository is a CMake project designed to be built on Linux with GCC, Clang, or NVCC.
41+
You may need to install the following dependencies for complete functionality:
4142

4243
```sh
4344
sudo apt install libblas-dev # For OpenBLAS on Linux
4445
sudo apt install libnuma1 libnuma-dev # For NUMA allocators on Linux
46+
sudo apt install cuda-toolkit # This may not be as easy 😈
4547
```
4648

4749
The following script will, by default, generate a 1GB array of numbers and reduce them using every available backend.

0 commit comments

Comments
 (0)