Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
254e42a
Merge branches 'master' and 'master' of git://github.com/millasub/DDa…
Aug 1, 2018
d666fd8
WIP: moving vector_PRECION from array to structure
Aug 1, 2018
c01dde5
Fixing vector_buffer incrementation
Aug 1, 2018
a743535
Fixing vector_buffer incrementation 2
Aug 1, 2018
4089cd2
Fixing vector initialization
Aug 1, 2018
e0c3a56
Fixing vector passing
Aug 1, 2018
33d00df
Fixing vector variable initialitzation
Aug 1, 2018
0c2b64d
Remove debug prints
Aug 1, 2018
7022eb9
Correct pointer bugs
Aug 1, 2018
e3d8665
Fixing vectorization bugs
Aug 1, 2018
b03857c
Changing vector allocation
Aug 2, 2018
4023112
Recover buffer free and remove print
Aug 3, 2018
f637e70
Change vector init/alloc and unused variables
Aug 3, 2018
e8ae7bd
Added change_layout function
Aug 6, 2018
99f9edb
Added check compatibility function (does not work with TM1p1)
Aug 6, 2018
b1aa277
Added check compatibility function (does not work with TM1p1) 2
Aug 6, 2018
204845b
Fixed fgmres(PRECISION and MG) alloc and free
Aug 6, 2018
fc85d49
Added AVX/AVX2/AVX512/OPTIMIZE flags
Aug 7, 2018
6cb1029
Fixed vector malloc error
Aug 8, 2018
0222e7a
Multiple rhs for method 0 (no vectorization)
Aug 9, 2018
53c6483
Modified timer to get total time + individual times for each vector
Aug 14, 2018
d070d61
Vectorized version method 0 (minus apply_operator)
Aug 20, 2018
b96ca04
Vectorized version method 0 (not optimized)
Aug 21, 2018
e802dea
Vectorized version method 0 (single precision and MP)
Aug 23, 2018
2ed347e
Working MP vectorized method 0
Aug 23, 2018
bf4d293
Added unroll pragma
Nov 25, 2018
efc9f4a
Fixed vectorization (TODO: remove SSE files)
Dec 3, 2018
8b3a841
Deleted all sse and vectorized files and functions
Dec 4, 2018
7371a32
delete sse 2
Dec 10, 2018
dd9c21d
Deleted files
Dec 10, 2018
bb457af
VECTOR_LOOP macro implemented
Dec 11, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions build/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
*
*.o
!gsrc
!.gitignore
189 changes: 103 additions & 86 deletions src/DDalphaAMG_interface.c

Large diffs are not rendered by default.

70 changes: 0 additions & 70 deletions src/blas_vectorized.h

This file was deleted.

Loading