File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
ggml/src/ggml-cuda/vendors Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 137137#define CUBLAS_STATUS_INTERNAL_ERROR HIPBLAS_STATUS_INTERNAL_ERROR
138138#define CUBLAS_STATUS_NOT_SUPPORTED HIPBLAS_STATUS_NOT_SUPPORTED
139139
140- #if HIP_VERSION >= 70000000
140+ #if HIP_VERSION >= 60500000
141141#define CUBLAS_COMPUTE_16F HIPBLAS_COMPUTE_16F
142142#define CUBLAS_COMPUTE_32F HIPBLAS_COMPUTE_32F
143143#define CUBLAS_COMPUTE_32F_FAST_16F HIPBLAS_COMPUTE_32F_FAST_16F
149149#define CUBLAS_COMPUTE_32F_FAST_16F HIPBLAS_R_32F
150150#define cublasComputeType_t hipblasDatatype_t
151151#define cudaDataType_t hipblasDatatype_t
152- #endif // HIP_VERSION >= 70000000
152+ #endif // HIP_VERSION >= 60500000
153153
154154#if !defined(__HIP_PLATFORM_AMD__)
155155#error "The HIP backend supports only AMD targets"
You can’t perform that action at this time.
0 commit comments