Skip to content

mudav2025.10.9

Updated

μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.

#Usage

muda provides CMake targets:

find_package(muda CONFIG REQUIRED)
target_link_libraries(main PRIVATE muda::muda)
set_target_properties(main PROPERTIES
    CUDA_SEPARABLE_COMPILATION ON
    CUDA_RESOLVE_DEVICE_SYMBOLS ON
    CUDA_STANDARD_REQUIRED ON
    CUDA_STANDARD 20 # OR 17
)

#Supported Platforms

(windows & x64 & !uwp & !xbox) | (linux & x64) | (linux & arm64)

  • linux
  • windows-x64
  • osx
  • uwp
  • windows-arm64
  • windows-x86

#Features

No default features.

#compute-graph

Enable compute graph feature

Dependencies:

No dependencies.

Host Dependencies:

No dependencies.

#Dependencies

No transitive dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • MuGdxy's avatarMuGdxy

#Changelog

  • 92d1d0e[muda] update to 2025.10.9 (#47686)
  • 30d7c16Add muda to vcpkg (#47628)