summaryrefslogtreecommitdiff
path: root/.devcontainer
diff options
context:
space:
mode:
authorWilliamMTK <[email protected]>2025-03-06 14:06:03 -0500
committerGitHub <[email protected]>2025-03-06 19:06:03 +0000
commit6ab2ca48f7f3f97052ae31f56fa93fa7eed84f2c (patch)
treefd00ddc4944164e7bacca5ae35fce44788792c25 /.devcontainer
parent63e254873770365f60e143be1fb60642e8303fc0 (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')
-rw-r--r--.devcontainer/devcontainer.json4
-rw-r--r--.devcontainer/sst_integration/devcontainer.json4
2 files changed, 8 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
diff --git a/.devcontainer/sst_integration/devcontainer.json b/.devcontainer/sst_integration/devcontainer.json
new file mode 100644
index 0000000..e3732b4
--- /dev/null
+++ b/.devcontainer/sst_integration/devcontainer.json
@@ -0,0 +1,4 @@
+{
+ "name": "SST CUDA 11.7",
+ "image": "ghcr.io/accel-sim/accel-sim-framework:SST-Integration-Ubuntu-22.04-cuda-11.7-llvm-18.1.8-riscv-gnu-2024.08.06-nightly"
+} \ No newline at end of file