Skip to content

Commit

Permalink
Added rocblas header
Browse files Browse the repository at this point in the history
  • Loading branch information
rraminen committed Oct 18, 2023
1 parent a735881 commit e641c3a
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 e641c3a

Please sign in to comment.