"...composable_kernel_rocm.git" did not exist on "76827d82ca89ddd78be5be86158e7f15b2c11e14"
Commit 334cfe1c authored by muozturk's avatar muozturk
Browse files

4D Kernel

parent d2cd5658
...@@ -44,6 +44,12 @@ struct Complex ...@@ -44,6 +44,12 @@ struct Complex
float im; float im;
}; };
// using Complex_t = _BitInt(64) ;
__device__ Complex ComplexMul(Complex a, Complex b) __device__ Complex ComplexMul(Complex a, Complex b)
{ {
Complex c; Complex c;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment