Skip to content

Commit

Permalink
Added rocblas header (microsoft#4538)
Browse files Browse the repository at this point in the history
Co-authored-by: Logan Adams <114770087+loadams@users.noreply.github.com>
  • Loading branch information
2 people authored and amaurya committed Feb 17, 2024
1 parent 680eb52 commit 31f73c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions csrc/includes/gemm_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
#ifndef __HIP_PLATFORM_HCC__
#include <cuda_profiler_api.h>
#endif
#ifdef __HIP_PLATFORM_HCC__
#include <rocblas/rocblas.h>
#endif
#include <array>
#include <cstdio>
#include <cstdlib>
Expand Down

0 comments on commit 31f73c5

Please sign in to comment.