Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
334cfe1c
"tests/vscode:/vscode.git/clone" did not exist on "24cde76a152fbffde30fa2be0d08dcbad490530e"
Commit
334cfe1c
authored
Nov 06, 2023
by
muozturk
Browse files
4D Kernel
parent
d2cd5658
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
example/complex_contraction/4D_kernel.hpp
example/complex_contraction/4D_kernel.hpp
+6
-0
No files found.
example/complex_contraction/4D_kernel.hpp
View file @
334cfe1c
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment