Various code to support experiments.

This commit is contained in:
Jaret Burkett
2025-06-09 11:19:21 -06:00
parent 22cdfadab6
commit eefa93f16e
8 changed files with 1129 additions and 5 deletions

12
.vscode/launch.json vendored
View File

@@ -40,5 +40,17 @@
"console": "integratedTerminal",
"justMyCode": false
},
{
"name": "Python: Debug Current File (cuda:1)",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal",
"env": {
"CUDA_LAUNCH_BLOCKING": "1",
"CUDA_VISIBLE_DEVICES": "1"
},
"justMyCode": false
},
]
}