Skip to content

Commit

Permalink
Docs: Need CUDA Toolkit
Browse files Browse the repository at this point in the history
  • Loading branch information
ashvardanian committed Jan 19, 2025
1 parent 86a9794 commit 6ca84ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"Lookaside",
"METALLIB",
"NUMA",
"NVCC",
"opencl",
"openmp",
"shfl",
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,13 @@ Previously, it also included ArrayFire, Halide, and Vulkan queues for SPIR-V ker

## Build & Run

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

```sh
sudo apt install libblas-dev # For OpenBLAS on Linux
sudo apt install libnuma1 libnuma-dev # For NUMA allocators on Linux
sudo apt install cuda-toolkit # This may not be as easy 😈
```

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

0 comments on commit 6ca84ed

Please sign in to comment.