Skip to content

Commit

Permalink
Merge pull request #253 from tbirdso/cuda-mps-tutorial-metadata
Browse files Browse the repository at this point in the history
Doc: Add `metadata.json` to CUDA MPS tutorial
  • Loading branch information
tbirdso authored Mar 26, 2024
2 parents dd91753 + c491559 commit 8da6156
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions tutorials/cuda_mps/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"tutorial": {
"name": "CUDA MPS Tutorial",
"description": "This tutorial describes the steps to enable CUDA MPS and demonstrate few performance benefits of using it.",
"authors": [
{
"name": "Holoscan Team",
"affiliation": "NVIDIA"
}
],
"version": "0.1.0",
"changelog": {
"0.1.0": "Initial Release"
},
"holoscan_sdk": {
"minimum_required_version": "0.6.0",
"tested_versions": [
"0.6.0"
]
},
"platforms": [
"amd64",
"arm64"
],
"tags": [
"Acceleration",
"Benchmarking",
"CUDA",
"MPS"
],
"ranking": 1,
"dependencies": {
"libraries": [
{
"name": "CUDA Multi-Process Service (MPS)",
"version": ">=vR525",
"url": "https://docs.nvidia.com/deploy/mps/index.html"
}
]
}
}
}

0 comments on commit 8da6156

Please sign in to comment.