artyom-beilis / dlprimitives

Deep Learning Primitives and Mini-Framework for OpenCL
http://blog.dlprimitives.org/
MIT License
172 stars 16 forks source link

Adapt to the new version of protobuf #26

Closed AuroraRAS closed 1 year ago

AuroraRAS commented 1 year ago

void SetTotalBytesLimit(int total_bytes_limit); at least since protobuf 3.6.1, only the first argument the second one is ignored.

artyom-beilis commented 1 year ago

Thanks. Indeed I've noticed it once but forgot to fix!