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
!216
"README.org" did not exist on "7382e5240683a81d22200178ff55812ed50ec79c"
Reduce the spectrum of the data accesses with Quark
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Reduce the spectrum of the data accesses with Quark
faverge/chameleon:quark/reduce_access
into
master
Overview
0
Commits
1
Pipelines
0
Changes
25
Merged
Mathieu Faverge
requested to merge
faverge/chameleon:quark/reduce_access
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
25
Expand
Similar to
!215 (merged)
with Quark
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
c7306d21
1 commit,
4 years ago
25 files
+
110
−
295
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
25
Search (e.g. *.vue) (Ctrl+P)
runtime/quark/codelets/codelet_zaxpy.c
+
4
−
0
Options
@@ -39,6 +39,10 @@ void INSERT_TASK_zaxpy(const RUNTIME_option_t *options,
const
CHAM_desc_t
*
A
,
int
Am
,
int
An
,
int
incA
,
const
CHAM_desc_t
*
B
,
int
Bm
,
int
Bn
,
int
incB
)
{
if
(
alpha
==
0
.
)
{
return
;
}
quark_option_t
*
opt
=
(
quark_option_t
*
)(
options
->
schedopt
);
DAG_CORE_AXPY
;
QUARK_Insert_Task
(
opt
->
quark
,
CORE_zaxpy_quark
,
(
Quark_Task_Flags
*
)
opt
,
Loading