Dequant#
Warning
doxygenfunction: Unable to resolve function “MARLIN_NAMESPACE_NAME::dequant” with arguments “None”. Candidate function could not be parsed. Parsing error is Error when parsing function declaration. If the function has no return type: Error in declarator or parameters-and-qualifiers Invalid C++ declaration: Expecting “(” in parameters-and-qualifiers. [error at 116] template<typename scalar_t2, trt_edgellm::marlin_dtypes::ScalarTypeId w_type_id, bool skip_flop = false> __device__ void dequant (int q, scalar_t2 *frag_b) ——————————————————————————————————————–^ If the function has a return type: Error in declarator or parameters-and-qualifiers If pointer to member declarator: Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 120] template<typename scalar_t2, trt_edgellm::marlin_dtypes::ScalarTypeId w_type_id, bool skip_flop = false> __device__ void dequant (int q, scalar_t2 *frag_b) ————————————————————————————————————————^ If declarator-id: Invalid C++ declaration: Expected identifier in nested name, got keyword: void [error at 120] template<typename scalar_t2, trt_edgellm::marlin_dtypes::ScalarTypeId w_type_id, bool skip_flop = false> __device__ void dequant (int q, scalar_t2 *frag_b) ————————————————————————————————————————^