muda v2025.10.3
- Created
- 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
)
# License
Unknown
# Supported Platforms
(windows & x64 & !uwp & !xbox) | (linux & x64) | (linux & arm64)
- ✅ linux
- ✅ windows-x64
- ❌
osx - ❌
uwp - ❌
windows-arm64 - ❌
windows-x86
# Features
No default features set.
# compute-graph
Enable compute graph feature
Dependencies:
No dependencies.
Host Dependencies:
No dependencies.
# Dependencies
No transitive dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
No dependents.
# Host Dependents
No dependents.
# Contributors
MuGdxy