intel / fpga-runtime-for-opencl

Intel® FPGA Runtime for OpenCL™ Software Technology
Other
34 stars 68 forks source link

Hold on to New Commands if No Space #312

Closed sharmag1-Gaurav closed 1 year ago

sharmag1-Gaurav commented 1 year ago

if acl_submit_command doesn't work on a new command in the command queue, we should hold on to it because it could be due to the device op queue being full or some other reason. By holding on, we can try to submit again when there is more space in the device op queue

sharmag1-Gaurav commented 1 year ago

@sophimao could you merge this in when you get the chance? I don't think I have access. Realistically, this should prob be done Tuesday