Skip to content

Commit abe26fc

Browse files
authored
CUDA/solution_1: document it only runs on AMD64 (#1015)
1 parent e29488b commit abe26fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

PrimeCUDA/solution_1/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,11 @@ The solution heavily depends on CUDASieve, a [GitHub-hosted project](https://git
1212

1313
## Notes
1414

15+
- This solution will only build (and hence run) on ADM64 machines. The reason is that the source code of the CUDASieve dependency includes some embedded Assembly for that architecture.
1516
- Getting the solution to run on a system with a suitable NVIDIA GPU does take some work, as detailed in the [Run instructions](#run-instructions) below.
1617
The reason is that the way to setup the primary dependencies (CUDASieve and CUDA Toolkit) varies across platforms and GPUs. It includes some case-specific manual changes to the Makefiles of CUDASieve and this solution.
1718
- To build this solution and its prerequisites, a basic build toolchain needs be in place. On Ubuntu systems, it can be installed using the following command:
18-
19+
1920
```text
2021
sudo apt install build-essential
2122
```

0 commit comments

Comments
 (0)