Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
QuickSched
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
QuickSched
Commits
6ef308ab
Commit
6ef308ab
authored
Dec 8, 2015
by
aidan
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix to the QR
parent
8cfb2b41
No related branches found
No related tags found
1 merge request
!6
Resource reuse
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/test_qr.c
+1
-1
1 addition, 1 deletion
examples/test_qr.c
with
1 addition
and
1 deletion
examples/test_qr.c
+
1
−
1
View file @
6ef308ab
...
@@ -571,7 +571,7 @@ void test_qr(int m, int n, int K, int nr_threads, int runs, double* matrix) {
...
@@ -571,7 +571,7 @@ void test_qr(int m, int n, int K, int nr_threads, int runs, double* matrix) {
tid_new
=
qsched_addtask
(
&
s
,
task_DTSQRF
,
task_flag_none
,
data
,
tid_new
=
qsched_addtask
(
&
s
,
task_DTSQRF
,
task_flag_none
,
data
,
sizeof
(
int
)
*
3
,
3
);
sizeof
(
int
)
*
3
,
3
);
qsched_addlock
(
&
s
,
tid_new
,
rid
[
k
*
m
+
i
]);
qsched_addlock
(
&
s
,
tid_new
,
rid
[
k
*
m
+
i
]);
qsched_add
use
(
&
s
,
tid_new
,
rid
[
k
*
m
+
k
]);
qsched_add
lock
(
&
s
,
tid_new
,
rid
[
k
*
m
+
k
]);
qsched_addunlock
(
&
s
,
tid
[
k
*
m
+
(
i
-
1
)],
tid_new
);
qsched_addunlock
(
&
s
,
tid
[
k
*
m
+
(
i
-
1
)],
tid_new
);
if
(
tid
[
k
*
m
+
i
]
!=
-
1
)
qsched_addunlock
(
&
s
,
tid
[
k
*
m
+
i
],
tid_new
);
if
(
tid
[
k
*
m
+
i
]
!=
-
1
)
qsched_addunlock
(
&
s
,
tid
[
k
*
m
+
i
],
tid_new
);
tid
[
k
*
m
+
i
]
=
tid_new
;
tid
[
k
*
m
+
i
]
=
tid_new
;
...
...
...
...
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
sign in
to comment