Skip to content

Commit

Permalink
Fix hip header names
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzgoebel committed Aug 18, 2020
1 parent 84dcff5 commit 29f1689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hip/solver/idr_kernels.hip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

#include "hip/base/math.hip.hpp"
#include "hip/base/types.hip.hpp"
#include "hip/components/cooperative_groups.cuh"
#include "hip/components/reduction.cuh"
#include "hip/components/cooperative_groups.hip.hpp"
#include "hip/components/reduction.hip.hpp"
#include "hip/components/thread_ids.hip.hpp"


Expand Down

0 comments on commit 29f1689

Please sign in to comment.