ARM-software / armnn

Arm NN ML Software. The code here is a read-only mirror of https://review.mlplatform.org/admin/repos/ml/armnn
https://developer.arm.com/products/processors/machine-learning/arm-nn
MIT License
1.14k stars 307 forks source link

Remove the workaround for gcc.99578? #735

Closed Chandlerooo closed 2 months ago

Chandlerooo commented 9 months ago

I notice a workaround for gcc.99578 in src/backends/cl/ClContextDeserializer.cpp introduced by commit https://github.com/ARM-software/armnn/commit/e118e0423d6ec95c9894a987db671844f8220117 https://github.com/ARM-software/armnn/blob/b8eb746f020bff88a065810280004693fb33c1eb/src/backends/cl/ClContextDeserializer.cpp#L105 This bug has been marked as fixed: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=99578. Shall it be removed?

MikeJKelly commented 8 months ago

Hi @Chandlerooo

thanks for letting us know, is there a particular reason you want this workaround removed?

Best regards, Mike