зеркало из https://github.com/microsoft/DeepSpeed.git
Add missing RocBlas include (#4557)
This commit is contained in:
Родитель
a02de228d0
Коммит
869629c210
|
@ -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,
|
||||
|
|
Загрузка…
Ссылка в новой задаче