composable_kernel icon indicating copy to clipboard operation
composable_kernel copied to clipboard

Complex Contraction CK Bilinear Example

Open ozturkosu opened this issue 2 years ago • 2 comments

This is example of complex tensor contraction based on 4 GEMM. All imaginary and real tensor are explicitly defined.

ozturkosu avatar Nov 27 '23 09:11 ozturkosu

Hi @ozturkosu why this example is called as complex? I see that you use real data types, not complex.

bartekxk avatar Aug 27 '24 09:08 bartekxk

Hi @bartekxk , When it was implemented, CK did not support struct data type therefore image and real part are stored as separate tensor.

ozturkosu avatar Sep 26 '24 22:09 ozturkosu