Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lcgcmake
Manage
Activity
Members
Labels
Plan
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sft
lcgcmake
Commits
452c7965
Commit
452c7965
authored
6 years ago
by
Pere Mato Vila
Browse files
Options
Downloads
Patches
Plain Diff
Create dev3cuda9 toolchain
parent
f11eb396
No related branches found
No related tags found
1 merge request
!111
Towards a GPU-enabled LCG software stack
Pipeline
#613171
passed
6 years ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/toolchain/heptools-dev3cuda9.cmake
+22
-0
22 additions, 0 deletions
cmake/toolchain/heptools-dev3cuda9.cmake
with
22 additions
and
0 deletions
cmake/toolchain/heptools-dev3cuda9.cmake
0 → 100644
+
22
−
0
View file @
452c7965
cmake_minimum_required
(
VERSION 2.8.5
)
# Declare the version of HEP Tools we use
# (must be done before including heptools-common to allow evolution of the structure)
set
(
heptools_version dev3cuda9
)
set
(
LCG_PYTHON_VERSION 2
)
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/heptools-common.cmake
)
# Please keep alphabetic order and the structure (tabbing).
# It makes it much easier to edit/read this file!
LCG_AA_project
(
ROOT HEAD
)
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/heptools-dev-base.cmake
)
LCG_external_package
(
cuda 9.2
)
LCG_external_package
(
cudnn 7.4.1.5
)
#---Additional External packages------(Generators)-----------------
include
(
${
CMAKE_CURRENT_LIST_DIR
}
/heptools-dev-generators.cmake
)
# Prepare the search paths according to the versions above
LCG_prepare_paths
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment