Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Chameleon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
solverstack
Chameleon
Commits
b878db63
Commit
b878db63
authored
7 years ago
by
Mathieu Faverge
Browse files
Options
Downloads
Patches
Plain Diff
Remove MAGMA from StraPU CmakeList
parent
4819e83d
No related branches found
No related tags found
1 merge request
!44
Magma
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
runtime/starpu/CMakeLists.txt
+0
-11
0 additions, 11 deletions
runtime/starpu/CMakeLists.txt
with
0 additions
and
11 deletions
runtime/starpu/CMakeLists.txt
+
0
−
11
View file @
b878db63
...
...
@@ -29,17 +29,6 @@
cmake_minimum_required
(
VERSION 2.8
)
# check if magma_dgetrf_incpiv_gpu is accessible in libmagma and activate it in chameleon
if
(
CBLAS_FOUND AND LAPACKE_FOUND AND LAPACK_FOUND AND CUDA_FOUND AND CUDA_CUBLAS_LIBRARIES AND MAGMA_FOUND
)
set
(
CMAKE_REQUIRED_LIBRARIES
"
${
CBLAS_LIBRARIES
}
;
${
LAPACKE_LIBRARIES
}
;
${
LAPACK_SEQ_LIBRARIES
}
;
${
CUDA_LIBRARIES
}
;
${
CUDA_CUBLAS_LIBRARIES
}
;
${
MAGMA_LIBRARIES
}
;
${
COREBLAS_LIBRARIES
}
"
)
unset
(
MAGMA_DGETRF_INCPIV_GPU_FOUND CACHE
)
check_function_exists
(
magma_dgetrf_incpiv_gpu MAGMA_DGETRF_INCPIV_GPU_FOUND
)
if
(
MAGMA_DGETRF_INCPIV_GPU_FOUND
)
message
(
STATUS
"Set HAVE_MAGMA_GETRF_INCPIV_GPU"
)
set
(
HAVE_MAGMA_GETRF_INCPIV_GPU 1
)
endif
()
endif
()
# Generate headers for all possible precisions
# --------------------------------------------
set
(
RUNTIME_HDRS_GENERATED
""
)
...
...
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