CodeCrafter18
CodeCrafter18
Hi @densamoilov, As I pointed out above in a specific example (ref_sum). The “create” function will be called, but the overridden “create_resource” is not. As a result, the “resource_mapper” is...
Let's do it again. We are looking at a specific example: (oneDNN/src/cpu/ref_sum.hpp) The `init(...)` function line 55-58: ``` if (need_output_reorder()) { CHECK(reorder_primitive_desc_create( reorder_pds_[n_], engine, dst_acc_md(), dst_md())); } ``` In this...
Well, thank you. Why hasn't it been done already? Now the ACL has its own implementation for the Reorder operation and can be called. If it's not difficult, could you...
It looks like `simple_layer_normalization` has the same problem.