Commit 334cfe1c authored by muozturk's avatar muozturk
Browse files

4D Kernel

parent d2cd5658
......@@ -44,6 +44,12 @@ struct Complex
float im;
};
// using Complex_t = _BitInt(64) ;
__device__ Complex ComplexMul(Complex a, Complex b)
{
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