optimized opae cci to dev memcpy using double buffering and request window to work around unordered read requests
This commit is contained in:
@@ -57,6 +57,12 @@ int vx_start(vx_device_h hdevice);
|
||||
// Wait for device ready with milliseconds timeout
|
||||
int vx_ready_wait(vx_device_h hdevice, long long timeout);
|
||||
|
||||
// set device constant registers
|
||||
int vx_set_regiters(int state, int value);
|
||||
|
||||
// get device constant registers
|
||||
int vx_get_regiters(int state, int* value);
|
||||
|
||||
////////////////////////////// UTILITY FUNCIONS ///////////////////////////////
|
||||
|
||||
// upload kernel bytes to device
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user