Commit d7896cb4 authored by sxtyzhangzk's avatar sxtyzhangzk Committed by Zhekai Zhang
Browse files

[major] fix missing `apply_act`

parent 68728d3a
......@@ -860,7 +860,8 @@ public:
using Base::broadcast_ascale; \
using Base::apply_scales; \
using Base::pack_ascales; \
using Base::pack_wscales;
using Base::pack_wscales; \
using Base::apply_act;
template<typename kernel, typename ...T>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment