diff options
| author | WilliamMTK <[email protected]> | 2025-03-06 14:06:03 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-03-06 19:06:03 +0000 |
| commit | 6ab2ca48f7f3f97052ae31f56fa93fa7eed84f2c (patch) | |
| tree | fd00ddc4944164e7bacca5ae35fce44788792c25 /.devcontainer/devcontainer.json | |
| parent | 63e254873770365f60e143be1fb60642e8303fc0 (diff) | |
sst-integration-stream: make SST integration works with streams (#103)
* sst-integration-stream: add apis to make SST integration works with stream
* Add dev container specs
Diffstat (limited to '.devcontainer/devcontainer.json')
| -rw-r--r-- | .devcontainer/devcontainer.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json new file mode 100644 index 0000000..f5843f2 --- /dev/null +++ b/.devcontainer/devcontainer.json @@ -0,0 +1,4 @@ +{ + "name": "CUDA 12.8", + "image": "ghcr.io/accel-sim/accel-sim-framework:Ubuntu-24.04-cuda-12.8" +}
\ No newline at end of file |
