Increase MAX_NUM_DEVICES limit
Change-Id: I0cf21be156649818fd05a66928054710322b23ac Signed-off-by: Galantsev, Dmitrii <dmitrii.galantsev@amd.com>
This commit is contained in:
+1
-1
@@ -124,7 +124,7 @@ typedef enum { INTEGER = 0, DOUBLE, STRING, BLOB } rdc_field_type_t;
|
||||
/**
|
||||
* @brief Max number of GPUs supported by RDC
|
||||
*/
|
||||
#define RDC_MAX_NUM_DEVICES 16
|
||||
#define RDC_MAX_NUM_DEVICES 128
|
||||
|
||||
/**
|
||||
* @brief The max fields in a field group
|
||||
|
||||
Reference in New Issue
Block a user