Commit 60d9a9c9 authored by Astha Rai's avatar Astha Rai
Browse files

fixed end of file issue

parent 066bde75
...@@ -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
...@@ -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
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