Registry / other / muda
library2025.10.9vcpkgunverified

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

vcpkg install muda
INSTALL
IMPORT
SIG · MUDA
M
muda
othercppv2025.10.9
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

muda/muda.h
#include <muda/muda.h>

Launch a simple CUDA kernel using Muda's structured launch

#include <muda/muda.h> // Launch a simple CUDA kernel using Muda muda::launch(([] __device__ () { printf("Hello from GPU\n"); }));
Debug
Known issues
gotchaMuda requires CUDA Toolkit and may have compatibility issues with older CUDA versions
fix
Ensure CUDA 11.0+ is installed and set CMAKE_CUDA_ARCHITECTURES appropriately
affects: all
Upgrade
Version history
2025.10.9latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
7
Amazon
1
Resources

No resource links recorded.

muda — pip install muda · libregistry