"tests/vscode:/vscode.git/clone" did not exist on "24cde76a152fbffde30fa2be0d08dcbad490530e"
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