intel / DML

Intel® Data Mover Library (Intel® DML)
https://intel.github.io/DML/
MIT License
81 stars 17 forks source link

Fixed input size limit value since #9

Closed jinjunzh closed 2 years ago

jinjunzh commented 2 years ago

For delta create operation, fixed input size limit value since the maximum transfer size (the source_length parameter) is 0x80000 bytes (512KB)

please look into API guide for details: https://github.com/intel/DML/blob/develop/doc/LOW_LEVEL_API_GUIDE.md

EgorKupaev commented 2 years ago

Hi! Thanks for pointing the issue out, but the check for input size is to be moved to other place in the code.

EgorKupaev commented 2 years ago

Check is now placed here: https://github.com/intel/DML/blob/develop/sources/middle_layer/validation.cpp#L169