Introduction
Introduction Statistics Contact Development Disclaimer Help
tCMakeLists.txt: set ampere to default architecture - sphere - GPU-based 3D dis…
git clone git://src.adamsgaard.dk/sphere
Log
Files
Refs
LICENSE
---
commit cbd26b61b8bf79effaf89f17f71f883888e675d8
parent 46c834186a46296c37ce2856db0258bdaeb9d35f
Author: Anders Damsgaard <[email protected]>
Date: Thu, 9 Feb 2023 12:26:39 +0100
CMakeLists.txt: set ampere to default architecture
Diffstat:
M CMakeLists.txt | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
t@@ -16,7 +16,8 @@ find_package(CUDA REQUIRED)
# Set CUDA GPU generation
# 0: Fermi
# 1: Kepler
-set(GPU_GENERATION 1)
+# 2: Ampere
+set(GPU_GENERATION 2)
# Find OpenMP
find_package(OpenMP)
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.