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.
#Used By
No ports use this.
#Host Tool For
No ports use this.
#Contributors
MuGdxy