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
1afb3f85
Commit
1afb3f85
authored
7 years ago
by
BOUCHERIE Raphael
Browse files
Options
Downloads
Patches
Plain Diff
Resloved last discussion
parent
d6615733
No related branches found
No related tags found
1 merge request
!47
Integration of hierarchicah householder reduction trees
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
compute/CMakeLists.txt
+2
-2
2 additions, 2 deletions
compute/CMakeLists.txt
compute/pztpgqrt.c
+1
-1
1 addition, 1 deletion
compute/pztpgqrt.c
runtime/quark/include/morse_quark.h
+0
-2
0 additions, 2 deletions
runtime/quark/include/morse_quark.h
testing/CMakeLists.txt
+0
-1
0 additions, 1 deletion
testing/CMakeLists.txt
with
3 additions
and
6 deletions
compute/CMakeLists.txt
+
2
−
2
View file @
1afb3f85
...
@@ -176,6 +176,8 @@ set(ZSRC
...
@@ -176,6 +176,8 @@ set(ZSRC
zpotrs.c
zpotrs.c
zsytrs.c
zsytrs.c
ztrtri.c
ztrtri.c
ztpgqrt.c
ztpqrt.c
zunglq.c
zunglq.c
zunglq_param.c
zunglq_param.c
zungqr.c
zungqr.c
...
@@ -184,8 +186,6 @@ set(ZSRC
...
@@ -184,8 +186,6 @@ set(ZSRC
zunmlq_param.c
zunmlq_param.c
zunmqr.c
zunmqr.c
zunmqr_param.c
zunmqr_param.c
ztpgqrt.c
ztpqrt.c
##################
##################
# MIXED PRECISION
# MIXED PRECISION
##################
##################
...
...
This diff is collapsed.
Click to expand it.
compute/pztpgqrt.c
+
1
−
1
View file @
1afb3f85
...
@@ -184,5 +184,5 @@ void morse_pztpgqrt( int L,
...
@@ -184,5 +184,5 @@ void morse_pztpgqrt( int L,
morse_desc_mat_free
(
DIAG
);
morse_desc_mat_free
(
DIAG
);
free
(
DIAG
);
free
(
DIAG
);
#endif
#endif
(
void
)
DIAG
;
(
void
)
DIAG
;
(
void
)
minMT
;
}
}
This diff is collapsed.
Click to expand it.
runtime/quark/include/morse_quark.h
+
0
−
2
View file @
1afb3f85
...
@@ -31,8 +31,6 @@
...
@@ -31,8 +31,6 @@
#include
"runtime/quark/include/quark_blas.h"
#include
"runtime/quark/include/quark_blas.h"
#include
"runtime/quark/include/core_blas_dag.h"
#include
"runtime/quark/include/core_blas_dag.h"
#define QUARK_Insert_Task QUARK_Execute_Task
#include
"control/common.h"
#include
"control/common.h"
typedef
struct
quark_option_s
{
typedef
struct
quark_option_s
{
...
...
This diff is collapsed.
Click to expand it.
testing/CMakeLists.txt
+
0
−
1
View file @
1afb3f85
...
@@ -142,7 +142,6 @@ if(NOT CHAMELEON_SIMULATION)
...
@@ -142,7 +142,6 @@ if(NOT CHAMELEON_SIMULATION)
${
CBLAS_LIBRARIES
}
${
CBLAS_LIBRARIES
}
${
BLAS_LIBRARIES
}
${
BLAS_LIBRARIES
}
${
HWLOC_LIBRARIES
}
${
HWLOC_LIBRARIES
}
${
LIBHQR_LIBRARIES
}
${
EXTRA_LIBRARIES
}
${
EXTRA_LIBRARIES
}
)
)
...
...
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