Backend: Changed the maximum number of compute devices from 64 to 128

This commit is contained in:
Jens Steube
2020-07-10 11:32:42 +02:00
parent 75d801e1d7
commit 577768320d
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ but this is nededed for VS compiler which doesn't have inline keyword but has __
#define CPT_CACHE 0x20000
#define PARAMCNT 64
#define DEVICES_MAX 64
#define DEVICES_MAX 128
#define EXEC_CACHE 128
#define SPEED_CACHE 4096
#define SPEED_MAXAGE 4096