Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel_ROCM
Commits
578f1d27
Commit
578f1d27
authored
Nov 29, 2024
by
Ville Pietilä
Browse files
Dev container.
parent
78f0fea0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
.devcontainer.json
.devcontainer.json
+13
-0
No files found.
.devcontainer.json
0 → 100644
View file @
578f1d27
{
"image"
:
"rocm/composable_kernel:ck_ub22.04_rocm6.2"
,
"runArgs"
:
[
"--device=/dev/kfd"
,
"--device=/dev/dri"
,
"--security-opt=seccomp=unconfined"
,
"--ipc=host"
,
"--group-add=video"
,
"--cap-add=SYS_PTRACE"
],
"customizations"
:
{
"vscode"
:
{
"extensions"
:
[
"ms-vscode.cpptools-extension-pack"
,
"eamodio.gitlens"
,
"ms-python.python"
,
"benjamin-simmonds.pythoncpp-debug"
]
}
},
"containerEnv"
:
{
"LANG"
:
"C.UTF-8"
},
"mounts"
:
[
"source=${localEnv:HOME}/.ssh,target=/root/.ssh,type=bind,consistency=cached"
]
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment