intel / fpga-runtime-for-opencl

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

Update invocation image debug prints #318

Closed sophimao closed 1 year ago

sophimao commented 1 year ago

The runtime prints invocation image data in steps size of integer size, this doesn't take into the account when the last block of data has a smaller size. This change is added to handle this special case.