Skip to content

Commit

Permalink
fix includes in decoder and splitk decoder (#1011)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenpercent authored Mar 29, 2024
1 parent 792447f commit 7fffd3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
*/
#pragma once

#include <ck/host_utility/kernel_launch_hip.hpp>
#include <ck/host_utility/kernel_launch.hpp>
#include <ck/stream_config.hpp>
#include <ck/tensor_operation/gpu/device/device_base.hpp>
#include <ck/utility/data_type.hpp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include <ck/host_utility/kernel_launch_hip.hpp>
#include <ck/host_utility/kernel_launch.hpp>
#include <ck/stream_config.hpp>
#include <ck/tensor_operation/gpu/device/device_base.hpp>
#include <ck/utility/data_type.hpp>
Expand Down

0 comments on commit 7fffd3d

Please sign in to comment.