Add missing backslash in macro in mkl_transpose_op.cc. Fix erroneous...
Add missing backslash in macro in mkl_transpose_op.cc. Fix erroneous formatting that resulted from it. Fix return type for function template MKLTranspose2D. Define MKL_Complex8 and MKL_Complex16 macros before including the MKL headers. Only conjugate but don't transpose if conjugate=true && perm[0] == 0 && perm[1] == 1. PiperOrigin-RevId: 172824073
Loading
Please sign in to comment