Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!1445
Fix online container for DC. (clean backport from DC_Oct23)
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Fix online container for DC. (clean backport from DC_Oct23)
p.-a.loizeau/cbmroot:dc_fix_container
into
master
Overview
2
Commits
1
Pipelines
2
Changes
3
All threads resolved!
Show all comments
Merged
Pierre-Alain Loizeau
requested to merge
p.-a.loizeau/cbmroot:dc_fix_container
into
master
2 years ago
Overview
2
Commits
1
Pipelines
2
Changes
3
All threads resolved!
Show all comments
0
0
Merge request reports
Compare
master
version 1
e2ad0f41
2 years ago
master (base)
and
latest version
latest version
05788c40
1 commit,
2 years ago
version 1
e2ad0f41
1 commit,
2 years ago
3 files
+
17
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
3
algo/containers/cbm_online/scripts/install.sh
+
2
−
1
View file @ 05788c40
Edit in single-file editor
Open in Web IDE
Show comments on this file
Show full file
@@ -6,6 +6,7 @@ srcdir=cbmroot
build_type
=
RelWithDebInfo
install_prefix
=
/opt/cbm/cbmroot
fairsoft_path
=
/opt/cbm/fairsoft
enable_hip
=
OFF
rocm_root
=
/opt/rocm
hip_archs
=
"gfx906;gfx908"
# MI50;MI100
n_jobs
=
16
@@ -13,7 +14,7 @@ n_jobs=16
cmake_args
=
"-DCMAKE_INSTALL_PREFIX=
$install_prefix
\
-DCMAKE_BUILD_TYPE=
$build_type
\
-DSIMPATH=
$fairsoft_path
\
-DXPU_ENABLE_HIP=
ON
\
-DXPU_ENABLE_HIP=
$enable_hip
\
-DXPU_ROCM_ROOT=
$rocm_root
\
-DXPU_HIP_ARCH=
$hip_archs
\
"
Loading