Skip to content
  • Andreas Marek's avatar
    Introduce configure flag for CUDA GPU compute capability · 4126e87e
    Andreas Marek authored
    Now the CUDA compute capability is not hard-coded anymore.
    Setting
    
    --with-gpu-compute-capability=value
    
    set the nvcc compiler option "-arch value".
    
    A simple sanity checking is done to ensure that "value" is not
    completely unreasonable
    4126e87e