Commit 73c3a98f authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Add check for the bundled type in example

parent 7f303b3c
...@@ -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[])
......
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