Skip to content

Commit

Permalink
Fix include directory for rocblas (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtaillefumier authored May 29, 2024
1 parent cde8084 commit 417b377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Tiled-MM/gpu_blas_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <cublas_v2.h>

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

#else
#error Either TILED_MM_CUDA or TILED_MM_ROCM must be defined!
Expand Down

0 comments on commit 417b377

Please sign in to comment.