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
745c142b
Commit
745c142b
authored
2 years ago
by
Matthieu Kuhn
Committed by
Mathieu Faverge
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
include/constants: Add the GetrfPpiv[PerColumn] variables
parent
5b1fc4d2
No related branches found
No related tags found
1 merge request
!378
LU factorization with partial pivoting per column (warning: panel only)
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
include/chameleon/constants.h
+4
-1
4 additions, 1 deletion
include/chameleon/constants.h
with
4 additions
and
1 deletion
include/chameleon/constants.h
+
4
−
1
View file @
745c142b
...
@@ -18,7 +18,8 @@
...
@@ -18,7 +18,8 @@
* @author Florent Pruvost
* @author Florent Pruvost
* @author Alycia Lisito
* @author Alycia Lisito
* @author Terry Cojean
* @author Terry Cojean
* @date 2023-07-04
* @author Matthieu Kuhn
* @date 2023-08-22
*
*
*/
*/
#ifndef _chameleon_constants_h_
#ifndef _chameleon_constants_h_
...
@@ -268,6 +269,8 @@ typedef enum chameleon_gemm_e {
...
@@ -268,6 +269,8 @@ typedef enum chameleon_gemm_e {
typedef
enum
chameleon_getrf_e
{
typedef
enum
chameleon_getrf_e
{
ChamGetrfNoPiv
,
ChamGetrfNoPiv
,
ChamGetrfNoPivPerColumn
,
ChamGetrfNoPivPerColumn
,
ChamGetrfPPiv
,
ChamGetrfPPivPerColumn
,
}
cham_getrf_t
;
}
cham_getrf_t
;
#define ChameleonTrd 1001
#define ChameleonTrd 1001
...
...
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