Skip to content

Commit

Permalink
Force the correct include ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
pratikvn committed Jul 21, 2023
1 parent ed39a7e commit a60ae1e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cuda/base/batch_multi_vector_kernels.cu
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,10 @@ constexpr auto default_block_size = 256;
constexpr int sm_multiplier = 4;

// NOTE: DO NOT CHANGE THE ORDERING OF THE INCLUDES
// force-top: on
#include "common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc"
// force-top: off


#include "common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc"

Expand Down
3 changes: 3 additions & 0 deletions hip/base/batch_multi_vector_kernels.hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ constexpr int sm_multiplier = 4;


// NOTE: DO NOT CHANGE THE ORDERING OF THE INCLUDES
// force-top: on
#include "common/cuda_hip/base/batch_multi_vector_kernels.hpp.inc"
// force-top: off


#include "common/cuda_hip/base/batch_multi_vector_kernel_launcher.hpp.inc"

Expand Down

0 comments on commit a60ae1e

Please sign in to comment.