Skip to content

Commit

Permalink
attempt adding ROCM hipblas
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx committed Jun 18, 2023
1 parent a44a1d4 commit cccbca9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ggml.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ inline static void* ggml_aligned_malloc(size_t size) {
#endif
#elif defined(GGML_USE_OPENBLAS)
#include <cblas.h>
#elif defined(GGML_USE_CUBLAS)
#elif defined(GGML_USE_CUBLAS) | defined(GGML_USE_HIPBLAS)
#include "ggml-cuda.h"
#elif defined(GGML_USE_CLBLAST)
#include "ggml-opencl.h"
Expand Down Expand Up @@ -18068,4 +18068,4 @@ int ggml_cpu_has_vsx(void) {
#endif
}

////////////////////////////////////////////////////////////////////////////////
////////////////////////////////////////////////////////////////////////////////

0 comments on commit cccbca9

Please sign in to comment.