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_ROCM
Commits
9f58449c
Commit
9f58449c
authored
Jan 31, 2025
by
Rostyslav Geyyer
Browse files
Move flag logic to scaled_type_convert header
parent
7336b04b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
include/ck/utility/mxfp_utils.hpp
include/ck/utility/mxfp_utils.hpp
+0
-6
include/ck/utility/scaled_type_convert.hpp
include/ck/utility/scaled_type_convert.hpp
+6
-0
No files found.
include/ck/utility/mxfp_utils.hpp
View file @
9f58449c
...
@@ -3,12 +3,6 @@
...
@@ -3,12 +3,6 @@
#pragma once
#pragma once
#ifdef CK_USE_NATIVE_MX_SUPPORT
#define CK_USE_NATIVE_MX_SUPPORT 1
#else
#define CK_USE_NATIVE_MX_SUPPORT 0
#endif
namespace
ck
::
utils
{
namespace
ck
::
utils
{
union
cvt
union
cvt
...
...
include/ck/utility/scaled_type_convert.hpp
View file @
9f58449c
...
@@ -6,6 +6,12 @@
...
@@ -6,6 +6,12 @@
#include "ck/utility/type_convert.hpp"
#include "ck/utility/type_convert.hpp"
#include "ck/utility/mxf8_utils.hpp"
#include "ck/utility/mxf8_utils.hpp"
#ifdef CK_USE_NATIVE_MX_SUPPORT
#define CK_USE_NATIVE_MX_SUPPORT 1
#else
#define CK_USE_NATIVE_MX_SUPPORT 0
#endif
namespace
ck
{
namespace
ck
{
// Declare a template function for scaled conversion
// Declare a template function for scaled conversion
...
...
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