Skip to content

Commit

Permalink
fix rocm include for rocm v6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpintarelli committed Sep 19, 2024
1 parent 6320262 commit fdf35bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/acc/acc_blas_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include <cublas_v2.h>

#elif defined(SIRIUS_ROCM)
#include <rocblas.h>
#include <rocblas/rocblas.h>

#else
#error Either SIRIUS_CUDA or SIRIUS_ROCM must be defined!
Expand Down

0 comments on commit fdf35bb

Please sign in to comment.