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
Merge requests
!199
Feature/issue94
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/issue94
faverge/chameleon:feature/issue94
into
master
Overview
10
Commits
4
Pipelines
0
Changes
10
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:feature/issue94
into
master
5 years ago
Overview
10
Commits
4
Pipelines
0
Changes
10
Expand
The API of Lapack_to_Tile/Tile_to_Lapack family function is modified to integrate the uplo parameter (This is done to enable the following points)
A new option
mtxfmt
is introduced to change the allocation of the matrix.
0: The matrices are allocated as a single big allocation
1: The matrices are allocated tile by tile (Only with StarPU)
2: The matrices are out-of-core (Only with StarPU)
Fix issue
#96 (closed)
by adding an example at the end of the usage function
Fix an issue with the descriptor copy functions that was using the incorrect get_blkldd/get_blkaddr functions.
Edited
5 years ago
by
Mathieu Faverge
0
0
Merge request reports
Viewing commit
c6b9ffcb
Show latest version
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
c6b9ffcb
Add uplo to lapack_to_tile/tile_to_lapack interfaces
· c6b9ffcb
Mathieu Faverge
authored
5 years ago
Loading