Skip to content
  • Stephan Hageboeck's avatar
    Update default cuda architecture. · 3974984f
    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