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
60d9a9c9
Commit
60d9a9c9
authored
Dec 05, 2024
by
Astha Rai
Browse files
fixed end of file issue
parent
066bde75
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
include/ck/utility/amd_wave_read_first_lane.hpp
include/ck/utility/amd_wave_read_first_lane.hpp
+1
-1
include/ck/utility/type.hpp
include/ck/utility/type.hpp
+1
-1
No files found.
include/ck/utility/amd_wave_read_first_lane.hpp
View file @
60d9a9c9
...
@@ -158,4 +158,4 @@ __device__ auto amd_wave_read_first_lane(const Object& obj)
...
@@ -158,4 +158,4 @@ __device__ auto amd_wave_read_first_lane(const Object& obj)
return
*
reinterpret_cast
<
Object
*>
(
to_obj
);
return
*
reinterpret_cast
<
Object
*>
(
to_obj
);
}
}
}
// namespace ck
}
// namespace ck
\ No newline at end of file
include/ck/utility/type.hpp
View file @
60d9a9c9
...
@@ -313,4 +313,4 @@ __host__ __device__ constexpr Y bit_cast(const X& x)
...
@@ -313,4 +313,4 @@ __host__ __device__ constexpr Y bit_cast(const X& x)
return
__builtin_bit_cast
(
Y
,
x
);
return
__builtin_bit_cast
(
Y
,
x
);
}
}
}
// namespace ck
}
// namespace ck
\ No newline at end of file
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