Skip to content
Snippets Groups Projects
Forked from VecGeom / VecGeom
Source project has a limited visibility.
Stephan Hageboeck's avatar
Stephan Hageboeck authored
- Cuda 11 dropped support for -arch=sm_30. The default was therefore updated to sm_35.
- Furthermore, it was impossible to select virtual architectures such as compute_70,
  since sm_ is always prepended to the CMake variable.
  Now, one specifies
    -DCUDA_ARCH=sm_35
  instead of
    -DCUDA_ARCH=35
3974984f
History
Name Last commit Last update