Commit graph

516 commits

Author SHA1 Message Date
Christian Zimmermann
1f459ea2b5 single range: fix cmeta size for vector case 2019-09-03 19:34:20 +02:00
Christian Zimmermann
5f694c9103 single range: fix cmeta size for vector case 2019-09-03 19:33:30 +02:00
Christian Zimmermann
0acfb6e171 fix regarding last commit 2019-08-30 18:29:07 +02:00
Christian Zimmermann
ea974ce50b generalize cmeta routine for vector meta data + catch 'no range' case in anonymousRange::sreplace(vec) 2019-08-29 20:40:39 +02:00
Christian Zimmermann
ba8655896b generalize element return values in operation classes 2019-07-24 18:49:53 +02:00
Christian Zimmermann
867c6e13e9 cast to dynmic range array for mutable container 2019-07-12 18:11:22 +02:00
Christian Zimmermann
015734fa16 no index synchronization in (const)operation class; directly use pos arg (makes some things thread save) 2019-07-12 12:45:41 +02:00
Christian Zimmermann
b79f010c87 add utilities in xfor.h + fix SIZE in SubExpr 2019-07-10 18:14:50 +02:00
Christian Zimmermann
a2d67ef78c fix: gcc 9 more pedantic in this case: int vs uint template arg 2019-07-05 17:40:26 +02:00
Christian Zimmermann
472abec3fd ma operation: parallel version of .to and .addto 2019-05-24 13:55:07 +02:00
Christian Zimmermann
a8efbd083a piloop: handles iloop instances wrt to thread safety 2019-05-22 16:36:44 +02:00
Christian Zimmermann
23078a8b2d return type of Operation -> auto 2019-05-20 18:32:19 +02:00
Christian Zimmermann
8ce2f52070 iloop + c++14 2019-05-17 15:10:33 +02:00
Christian Zimmermann
8e271ca0e4 anonymous range: FType + utils: anonToDynView: MultiArray -> MultiArrayBase 2019-05-15 20:37:00 +02:00
Christian Zimmermann
8e91aae948 assignExpr function 2019-05-10 18:14:13 +02:00
Christian Zimmermann
33d321d529 assign/plus -> const 2019-05-07 16:40:40 +02:00
Christian Zimmermann
41ca105e82 remove white space from string meta (multi range) 2019-04-23 12:47:14 +02:00
Christian Zimmermann
bd0485ba95 set target step size to 0 for contractions (otherwise map indices in contractions will not work correctly) 2019-04-05 20:20:39 +02:00
Christian Zimmermann
3f7cbceec9 singkle range: return range size when call by meta data is out of region 2019-04-04 19:28:45 +02:00
Christian Zimmermann
6326b32d6a generalize map range 2019-04-03 16:26:53 +02:00
Christian Zimmermann
505237c958 map range: use meta data of the output range + little fixes 2019-04-02 19:39:11 +02:00
Christian Zimmermann
844c7ef8e1 complete last change 2019-03-29 16:36:15 +01:00
Christian Zimmermann
fe4275766a map range: take operation as argument 2019-03-29 12:58:39 +01:00
Christian Zimmermann
45d25a4d76 some utils 2019-03-27 19:00:16 +01:00
Christian Zimmermann
a0a139b0a1 add some range creation utils 2019-03-27 13:33:01 +01:00
Christian Zimmermann
d109475d96 'partial assignment' expression + allow slice -> anonymous for trivial cases 2019-03-22 19:07:29 +01:00
Christian Zimmermann
f70efbeb82 use ptr directly in getStepSize + NO FORWARD in OpExpr in map (corrupted EVERYTHING) 2019-03-21 01:04:47 +01:00
Christian Zimmermann
84355b3118 add types 2019-03-20 21:52:21 +01:00
Christian Zimmermann
8a37107ac1 slight changes in range interface (typeNum) + fixes in dynamic range meta/index 2019-03-19 20:58:59 +01:00
Christian Zimmermann
8ed5d01c46 add further sreplace function to anonymous range 2019-03-19 10:33:07 +01:00
Christian Zimmermann
b2290e14e5 correction in last commit 2019-03-18 13:11:07 +01:00
Christian Zimmermann
389e4ec0a3 change allocator 2019-03-18 11:33:33 +01:00
Christian Zimmermann
de8d456f73 conversion between vectors with different allocator types 2019-03-17 23:56:35 +01:00
Christian Zimmermann
c277fbde53 fixes regarding last commit 2019-03-14 19:10:06 +01:00
Christian Zimmermann
d8ecf51698 char meta function in ranges 2019-03-14 14:20:38 +01:00
Christian Zimmermann
7003d68097 im com (dynamic meta) 2019-03-13 21:51:48 +01:00
Christian Zimmermann
a1a6b02bb5 add some utilities 2019-03-13 19:17:22 +01:00
Christian Zimmermann
861adac36a various fixes (relevant for higher level meta programing) 2019-03-12 21:00:15 +01:00
Christian Zimmermann
f47ca055db some fixes... 2019-03-11 19:24:34 +01:00
Christian Zimmermann
8f25e0aeb0 utilities: metaSlice + map range: mapPos 2019-03-08 13:09:10 +01:00
Christian Zimmermann
9489544972 remove master class + add separate parallel op root + pfor expression in parallel scope 2019-03-06 16:52:45 +01:00
Christian Zimmermann
948d9f58fd meta op root in func ma op 2019-03-05 19:40:26 +01:00
Christian Zimmermann
636e06bd5b add some utilities + more simd arithmetics 2019-03-01 18:13:51 +01:00
Christian Zimmermann
c75c585ce6 fix: correct use of mOrigDataPtr and mDataPtr in Operation classes 2019-02-27 21:37:20 +01:00
Christian Zimmermann
9fec5d6354 remove emacs bak file + fixes 2019-02-27 20:41:46 +01:00
Christian Zimmermann
b0063bb9e2 Merge branch 'dev' into merge 2019-02-27 19:05:03 +01:00
Christian Zimmermann
25fadae974 make comparison loop absolutely equivalent to ma test loop -> there is no notable difference in the performance anymore 2019-02-27 19:02:06 +01:00
Christian Zimmermann
09f8074910 NOW ALMOST 2019-02-27 13:37:53 +01:00
Christian Zimmermann
6f320fe9e9 still not better... 2019-02-26 18:56:57 +01:00
Christian Zimmermann
fb2062263e remove white spaces from range string meta 2019-02-25 18:56:37 +01:00