From 6ab2ca48f7f3f97052ae31f56fa93fa7eed84f2c Mon Sep 17 00:00:00 2001 From: WilliamMTK Date: Thu, 6 Mar 2025 14:06:03 -0500 Subject: 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 --- .devcontainer/devcontainer.json | 4 ++++ .devcontainer/sst_integration/devcontainer.json | 4 ++++ 2 files changed, 8 insertions(+) create mode 100644 .devcontainer/devcontainer.json create mode 100644 .devcontainer/sst_integration/devcontainer.json (limited to '.devcontainer') 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 -- cgit v1.3