Skip to content

Commit

Permalink
Move common kernels and functors to the open addressing folder (#388)
Browse files Browse the repository at this point in the history
There are no actual code changes but moving files around.
  • Loading branch information
PointKernel authored Nov 2, 2023
1 parent f9b9b00 commit 9783dbb
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions include/cuco/detail/open_addressing/open_addressing_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
#pragma once

#include <cuco/detail/__config>
#include <cuco/detail/common_functors.cuh>
#include <cuco/detail/common_kernels.cuh>
#include <cuco/detail/open_addressing/functors.cuh>
#include <cuco/detail/open_addressing/kernels.cuh>
#include <cuco/detail/storage/counter_storage.cuh>
#include <cuco/detail/utility/cuda.hpp>
#include <cuco/extent.cuh>
Expand Down

0 comments on commit 9783dbb

Please sign in to comment.