Skip to content

Commit

Permalink
Forwardcompat
Browse files Browse the repository at this point in the history
  • Loading branch information
SlyEcho committed May 20, 2023
1 parent c66115b commit b19fefe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ggml-cuda.cu
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#define CUBLAS_TF32_TENSOR_OP_MATH 0
#define CUDA_R_16F HIPBLAS_R_16F
#define CUDA_R_32F HIPBLAS_R_32F
#define __shfl_xor_sync(mask, var, laneMask, width) __shfl_xor(var, laneMask, width)
#define cublasCreate hipblasCreate
#define cublasGemmEx hipblasGemmEx
#define cublasHandle_t hipblasHandle_t
Expand Down

0 comments on commit b19fefe

Please sign in to comment.