Skip to content

Commit ced2648

Browse files
committed
cont
1 parent 5ef588b commit ced2648

File tree

1 file changed

+3
-3
lines changed
  • ggml/src/ggml-cuda/vendors

1 file changed

+3
-3
lines changed

ggml/src/ggml-cuda/vendors/hip.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
#define CUBLAS_OP_T HIPBLAS_OP_T
2020
#define CUBLAS_STATUS_SUCCESS HIPBLAS_STATUS_SUCCESS
2121
#define CUBLAS_TF32_TENSOR_OP_MATH 0
22-
#define CUDA_R_16F HIPBLAS_R_16F
23-
#define CUDA_R_16BF HIPBLAS_R_16BF
24-
#define CUDA_R_32F HIPBLAS_R_32F
22+
#define CUDA_R_16F HIP_R_16F
23+
#define CUDA_R_16BF HIP_R_16BF
24+
#define CUDA_R_32F HIP_R_32F
2525
#define CU_DEVICE_ATTRIBUTE_VIRTUAL_MEMORY_MANAGEMENT_SUPPORTED hipDeviceAttributeVirtualMemoryManagementSupported
2626
#define CU_MEM_ALLOC_GRANULARITY_RECOMMENDED hipMemAllocationGranularityRecommended
2727
#define CU_MEM_ALLOCATION_TYPE_PINNED hipMemAllocationTypePinned

0 commit comments

Comments
 (0)