Skip to content

Commit

Permalink
hip: missing include
Browse files Browse the repository at this point in the history
  • Loading branch information
abouteiller committed Aug 12, 2024
1 parent edf5be3 commit 5fa144b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dplasmaaux_hip.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
#include "parsec/mca/device/hip/device_hip.h"

#include <hipblas/hipblas.h>
#include <hipsolver/hipsolver.h>
#include <rocsolver/rocsolver.h>

#define dplasma_hipblas_side(side) \
assert( (side == dplasmaRight) || (side == dplasmaLeft) ); \
Expand Down

0 comments on commit 5fa144b

Please sign in to comment.