[BYOC] [ACL] 20.05 memory corruption temporarely fix#6724
[BYOC] [ACL] 20.05 memory corruption temporarely fix#6724comaniac merged 1 commit intoapache:mainfrom
Conversation
a123536 to
d29e765
Compare
|
@merrymercy Please advise on failed Integration Test / docs: GPU. I cannot reproduce failure of tutorials/auto_scheduler/tune_matmul_x86.py locally |
|
See #6723 |
d29e765 to
701b42b
Compare
lhutton1
left a comment
There was a problem hiding this comment.
Thanks for the PR, just out of curiosity was this issue found as a result of testing squeezenet?
|
@lhutton Some operations of ACL up to 20.11 requires data to be vector-friendly. In squeezenet there is an avg_pool2d operator with specific tensor layout ((1, 13, 13, 1001), float32). |
Makes sense, thanks for the clarification :) |
701b42b to
ad7d495
Compare
comaniac
left a comment
There was a problem hiding this comment.
Overall LGTM. Just nits
This workaround prevents execution of operations via ACL runtime in case if arguments or output tensor require memory padding. Workaround is applicable to all ACL versions prior forecoming ACL 20.11 (which will not use data padding).
34530e7 to
d99e6d5
Compare
|
Thanks @d-smirnov @lhutton1 |
This workaround prevents execution of operations via ACL runtime in case if arguments or output tensor require memory padding. Workaround is applicable to all ACL versions prior forecoming ACL 20.11 (which will not use data padding).
This workaround prevents execution of operations via ACL runtime in case if arguments or output tensor require memory padding. Workaround is applicable to all ACL versions prior forecoming ACL 20.11 (which will not use data padding).
This workaround prevents execution of operations via ACL runtime in case if arguments or output tensor require memory padding. Workaround is applicable to all ACL versions prior forecoming ACL 20.11 (which will not use data padding).
This fix intended to prevent execution of operations via ACL runtime
in case if its arguments require memory padding. This fix is tempоrary
and intended for ACL 20.05 and should be removed after migration
to ACL 20.11