diff --git a/ops/ops-inl.h b/ops/ops-inl.h index ecc3f97..f8d54e7 100644 --- a/ops/ops-inl.h +++ b/ops/ops-inl.h @@ -190,7 +190,7 @@ HWY_NOINLINE HWY_MAYBE_UNUSED void RMSNorm(const VecT* HWY_RESTRICT x, } // Same as RMSNorm, but its HWY_RESTRICT forbids passing the same pointer. -template +template HWY_NOINLINE HWY_MAYBE_UNUSED void RMSNormInplace( const WeightT* HWY_RESTRICT weight, VecT* HWY_RESTRICT inout, const size_t size) {