Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
E
elsa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
33
Issues
33
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
9
Merge Requests
9
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
IP
elsa
Commits
9223a5a6
Commit
9223a5a6
authored
Mar 11, 2020
by
Jens Petit
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix docker issues (
#53
)
parent
99efd44f
Pipeline
#224778
passed with stages
in 32 minutes and 50 seconds
Changes
1
Pipelines
4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
tools/docker/DocFileCuda
tools/docker/DocFileCuda
+1
-4
No files found.
tools/docker/DocFileCuda
View file @
9223a5a6
...
...
@@ -34,7 +34,7 @@ COPY --from=clone-clang /tmp/llvm_project/ /tmp/llvm_project/
RUN mkdir -p /tmp/llvm_build/ && mkdir -p /tmp/llvm_install/ \
&& cmake -S /tmp/llvm_project/llvm/ -B /tmp/llvm_build/ -GNinja -DLLVM_ENABLE_PROJECTS="clang;libcxx;libcxxabi;openmp" \
-DCMAKE_INSTALL_PREFIX=/tmp/llvm_install/ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=
host
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON
-DCMAKE_INSTALL_PREFIX=/tmp/llvm_install/ -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=
"host;NVPTX"
-DLLVM_INSTALL_TOOLCHAIN_ONLY=ON
### Build LLVM/clang
FROM cmake as build-clang
...
...
@@ -65,9 +65,6 @@ COPY --from=build-dnnl /tmp/dnnl_install/ /usr/local/
ADD tests/ /tmp/tests/
ENV CC="gcc"
ENV CXX="g++"
# setup conan home directory, to be in the cache of our CI pipeline
ENV CONAN_USER_HOME=/cache
...
...
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