reconfig_data_format

template<bool to_from_int8 = false>
void ckernel::reconfig_data_format(const uint32_t srca_new_operand, const uint32_t srcb_new_operand)

Helper function to reconfigure srca and srcb data formats.

template<bool to_from_int8 = false>
void ckernel::reconfig_data_format(const uint32_t srca_old_operand, const uint32_t srca_new_operand, const uint32_t srcb_old_operand, const uint32_t srcb_new_operand)

Helper function to reconfigure srca/srcb data formats, only if they differ from existing formats.

template<bool to_from_int8 = false>
void ckernel::reconfig_data_format_srca(const uint32_t srca_new_operand)

Helper function to reconfigure srca data format.

template<bool to_from_int8 = false>
void ckernel::reconfig_data_format_srca(const uint32_t srca_old_operand, const uint32_t srca_new_operand)

Helper function to reconfigure srca input data format, only if it differs from existing format.

template<bool to_from_int8 = false>
void ckernel::reconfig_data_format_srcb(const uint32_t srcb_new_operand)

Helper function to reconfigure srcb input data format.

template<bool to_from_int8 = false>
void ckernel::reconfig_data_format_srcb(const uint32_t srcb_old_operand, const uint32_t srcb_new_operand)

Helper function to reconfigure srcb input data format, only if it differs from existing format.