Skip to content

Commit

Permalink
Increase MAX_KERNELS.
Browse files Browse the repository at this point in the history
  • Loading branch information
skrah committed Apr 9, 2019
1 parent 429b726 commit a20d8e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libgumath/gumath.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ extern "C" {
#endif


#define GM_MAX_KERNELS 2048
#define GM_MAX_KERNELS 8192
#define GM_THREAD_CUTOFF 1000000

typedef float float32_t;
Expand Down

0 comments on commit a20d8e1

Please sign in to comment.