blob: 6fd791937d7934b95a34c9be24a96c82c750b76c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
{
"name": "muda",
"version": "2025.10.9",
"description": "μ-Cuda, COVER THE LAST MILE OF CUDA. With features: intellisense-friendly, structured launch, automatic cuda graph generation and updating.",
"license": "Apache-2.0",
"supports": "(windows & x64 & !uwp & !xbox) | (linux & x64) | (linux & arm64)",
"dependencies": [
"cuda",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"compute-graph": {
"description": "Enable compute graph feature"
}
}
}
|