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 ++++ 1 file changed, 4 insertions(+) create mode 100644 .devcontainer/devcontainer.json (limited to '.devcontainer/devcontainer.json') 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 -- cgit v1.3