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
73c3a98f
Commit
73c3a98f
authored
Sep 12, 2022
by
Po-Yen, Chen
Browse files
Add check for the bundled type in example
parent
7f303b3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
example/37_permute/permute_HxWx4_fp16.cpp
example/37_permute/permute_HxWx4_fp16.cpp
+2
-0
No files found.
example/37_permute/permute_HxWx4_fp16.cpp
View file @
73c3a98f
...
@@ -16,6 +16,8 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
...
@@ -16,6 +16,8 @@ using DevicePermuteInstance = ck::tensor_operation::device::DevicePermute
// clang-format on
// clang-format on
#define NUM_ELEMS_IN_BUNDLE 4
#define NUM_ELEMS_IN_BUNDLE 4
static_assert
(
std
::
is_same_v
<
detail
::
get_bundled_t
<
F64
,
NUM_ELEMS_IN_BUNDLE
>
,
F16
>
);
#include "run_permute_example.inc"
#include "run_permute_example.inc"
int
main
(
int
argc
,
char
*
argv
[])
int
main
(
int
argc
,
char
*
argv
[])
...
...
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