Stashing WIP changes (interface revision) s.t. I can continue work on a different machine

This commit is contained in:
jpekkila
2019-07-30 14:34:44 +03:00
parent 1ceb6739ae
commit efd9d54fef
9 changed files with 382 additions and 201 deletions

View File

@@ -104,11 +104,7 @@ typedef enum {
NUM_REDUCTION_TYPES
} ReductionType;
typedef enum {
STREAM_DEFAULT,
NUM_STREAM_TYPES, //
STREAM_ALL
} StreamType;
typedef enum { STREAM_DEFAULT, NUM_STREAM_TYPES } Stream;
#define AC_GEN_ID(X) X
typedef enum {