CodeCrafter18

Results 1 issues of CodeCrafter18

Hello! I have a question regarding the usage of reorders. For example, let's consider ref_sum.hpp. ``` if (need_output_reorder()) { CHECK(reorder_primitive_desc_create( reorder_pds_[n_], engine, dst_acc_md(), dst_md())); } ``` In this case, the...

enhancement
platform:cpu-aarch64