tvm
tvm copied to clipboard
[Unity][Cutlass] Fix C source generation of dense operation
It seems there is an issue while generating c source of dense operation using cutlass. Even though the dense operation contains bias parameters, the generated c code doesn't reflect that bias correctly.
Please check the change and leave feedback.