Skip to content

Commit

Permalink
Add missing RocBlas include (microsoft#4557)
Browse files Browse the repository at this point in the history
  • Loading branch information
loadams authored and amaurya committed Feb 17, 2024
1 parent b34bbd3 commit d9fb529
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 d9fb529

Please sign in to comment.