Streams are now generated with acc

This commit is contained in:
jpekkila
2020-06-25 20:40:02 +03:00
parent 0a19192004
commit 39c7fc6c6f
2 changed files with 42 additions and 23 deletions

View File

@@ -59,29 +59,6 @@ typedef enum {
NUM_REDUCTION_TYPES
} ReductionType;
typedef enum {
STREAM_DEFAULT,
STREAM_0,
STREAM_1,
STREAM_2,
STREAM_3,
STREAM_4,
STREAM_5,
STREAM_6,
STREAM_7,
STREAM_8,
STREAM_9,
STREAM_10,
STREAM_11,
STREAM_12,
STREAM_13,
STREAM_14,
STREAM_15,
STREAM_16,
NUM_STREAMS
} Stream;
#define STREAM_ALL (NUM_STREAMS)
#define AC_GEN_ID(X) X,
typedef enum {
AC_FOR_USER_INT_PARAM_TYPES(AC_GEN_ID) //