Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ArborX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
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
Arndt, Daniel
ArborX
Commits
92f03a4d
Unverified
Commit
92f03a4d
authored
5 years ago
by
Arndt, Daniel
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #123 from aprokop/another_fix
Revert "Only add the link path for clang"
parents
f96367de
db336355
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake/FindKokkos.cmake
+1
-1
1 addition, 1 deletion
cmake/FindKokkos.cmake
with
1 addition
and
1 deletion
cmake/FindKokkos.cmake
+
1
−
1
View file @
92f03a4d
...
...
@@ -93,7 +93,7 @@ endforeach()
# For clang we need to add the cudart library explicitly
# since Kokkos doesn't do that for us.
if
(
Kokkos_DEVICES MATCHES
"Cuda"
AND CMAKE_CXX_COMPILER_ID MATCHES
"Clang"
)
if
(
Kokkos_DEVICES MATCHES
"Cuda"
)
find_package
(
CUDA REQUIRED
)
get_filename_component
(
Kokkos_CUDA_LIBRARY_DIR
${
CUDA_cudadevrt_LIBRARY
}
DIRECTORY
)
set
(
PC_Kokkos_LDFLAGS
"-L
${
Kokkos_CUDA_LIBRARY_DIR
}
${
PC_Kokkos_LDFLAGS
}
"
)
...
...
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