File tree 3 files changed +16
-2
lines changed 3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
.idea
2
2
.PVS-Studio
3
3
cmake-build-debug
4
+ build
4
5
* .iml
5
6
6
7
# GPU garbage
@@ -9,4 +10,5 @@ cmake-build-debug
9
10
* .gpu
10
11
* .ptx
11
12
* .cubin
12
- * .fatbin
13
+ * .fatbin
14
+
Original file line number Diff line number Diff line change 1
- cmake_minimum_required (VERSION 3.19 )
1
+ cmake_minimum_required (VERSION 3.16 )
2
2
project (cudaproject CUDA)
3
3
4
4
set (CMAKE_CUDA_STANDARD 14)
Original file line number Diff line number Diff line change 3
3
- https://developer.nvidia.com/cuda-downloads
4
4
- https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html#runfile-nouveau-ubuntu (Don't forget)
5
5
- https://docs.nvidia.com/gpudirect-storage/troubleshooting-guide/index.html#mofed-req-install
6
+ - https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
7
+
8
+ # Build and Run
9
+ ``` bash
10
+
11
+ mkdir build
12
+ cmake ../
13
+ make
14
+
15
+ # Run Device query sample
16
+ ./devicequery
17
+ ```
You can’t perform that action at this time.
0 commit comments