Skip to content

Remove STABLE pragma from activation tensors

Javier Duarte requested to merge github/fork/vloncar/rm_stable_pragma into master

Created by: vloncar

Stable pragma was introduced to fix some II issues with Resource strategy for simple DNN models but has caused multiple issues with the stream-based implementation, as observed in #351 (closed). In addition to that bug, it also causes cosim to either fail with a deadlock or to produce incorrect results (and thus fail validation step). This PR removes the pragma from the activation tensors.

Test case

Merge request reports

Loading