μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.
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
)
Enable compute graph feature
v2025.10.9#0
(windows & x64 & !uwp & !xbox) | (linux & x64) | (linux & arm64)
Apache-2.0
Manifest