• 255's avatar
    📝 Docs: Clarify CMake version requirement for CUDA dialects · 578d3d9d
    255 authored
    Adds a note explaining that default CMake versions on systems like
    Ubuntu 22.04 LTS might not support newer CUDA dialects (e.g., CUDA 20),
    leading to specific build errors.
    
    Recommends installing a newer CMake via the Kitware APT repository
    as a resolution. This helps users troubleshoot errors like:
    "Target ... requires the language dialect 'CUDA20', but CMake does not know the compile flags..."
    578d3d9d
install.md 16 KB