Skip to content

Commit

Permalink
updated includes for hip and rocm
Browse files Browse the repository at this point in the history
  • Loading branch information
meisenbach committed Aug 21, 2024
1 parent 8e89597 commit 83f0e6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Accelerator/DeviceInterfaceCudaHip.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ inline deviceError_t deviceStreamDestroy(cudaStream_t stream)

#include <hip/hip_runtime.h>
#include <hip/hip_complex.h>
#include <hipblas.h>
#include <hipblas/hipblas.h>

typedef hipDoubleComplex deviceDoubleComplex;

Expand Down
2 changes: 1 addition & 1 deletion src/Accelerator/DeviceStorage.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#if defined(ACCELERATOR_HIP)
#include <hip/hip_runtime_api.h>
#include <rocsolver.h>
#include <rocsolver/rocsolver.h>
#endif

#include "DeviceInterfaceCudaHip.hpp"
Expand Down

0 comments on commit 83f0e6f

Please sign in to comment.