Skip to content

Commit

Permalink
Add missing RocBlas include (#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored Oct 23, 2023
1 parent a02de22 commit 869629c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csrc/includes/cublas_wrappers.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
#ifndef __HIP_PLATFORM_AMD__
#include <mma.h>
#endif
#ifdef __HIP_PLATFORM_AMD__
#include <rocblas/rocblas.h>
#endif
#include <stdio.h>

int cublas_gemm_ex(cublasHandle_t handle,
Expand Down

0 comments on commit 869629c

Please sign in to comment.