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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
QuickSched
Commits
422b2756
Commit
422b2756
authored
10 years ago
by
Aidan Chalk
Browse files
Options
Downloads
Patches
Plain Diff
Code with working unit tests
parent
d2c38d96
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/Makefile.am
+3
-4
3 additions, 4 deletions
examples/Makefile.am
examples/test_qr.c
+693
-659
693 additions, 659 deletions
examples/test_qr.c
examples/test_qr.cu
+434
-550
434 additions, 550 deletions
examples/test_qr.cu
with
1130 additions
and
1213 deletions
examples/Makefile.am
+
3
−
4
View file @
422b2756
...
...
@@ -34,10 +34,9 @@ test_CFLAGS = $(AM_CFLAGS)
test_LDADD
=
../src/.libs/libquicksched.a
# Sources for test_qr
test_qr_SOURCES
=
test_qr.c
test_qr_CFLAGS
=
$(
AM_CFLAGS
)
-I
/home/aidan/lapack-3.5.0/lapacke/include/
test_qr_LDFLAGS
=
-I
/home/aidan/lapack-3.5.0/lapacke/include/
test_qr_LDADD
=
../src/.libs/libquicksched.a /home/aidan/lapack-3.5.0/liblapacke.a /home/aidan/lapack-3.5.0/liblapack.a
-lblas
test_qr_SOURCES
=
test_qr.c /usr/lib64/atlas/libcblas.a /usr/lib64/atlas/libptcblas.a
test_qr_CFLAGS
=
$(
AM_CFLAGS
)
-I
/home/aidan/ATLAS/ATLAS_linux/include
#-I/home/aidan/lapack-3.5.0/lapacke/include
test_qr_LDADD
=
../src/.libs/libquicksched.a
-lf77blas
-lcblas
-latlas
-lm
-L
/home/aidan/ATLAS/ATLAS_linux/lib/
# Sources for test_bh
#test_bh_SOURCES = test_bh.c
...
...
This diff is collapsed.
Click to expand it.
examples/test_qr.c
+
693
−
659
View file @
422b2756
This diff is collapsed.
Click to expand it.
examples/test_qr.cu
+
434
−
550
View file @
422b2756
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