You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(kernels): rename kernel_add in fused_encoder_bwd to avoid symbol clash
The fused encoder backward file defined kernel_add which clashes with
the same symbol in elementwise.cu when linking into libkernels.so.
Rename to kernel_enc_bwd_add to avoid the duplicate symbol error.
0 commit comments