We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ef588b commit ced2648Copy full SHA for ced2648
ggml/src/ggml-cuda/vendors/hip.h
@@ -19,9 +19,9 @@
19
#define CUBLAS_OP_T HIPBLAS_OP_T
20
#define CUBLAS_STATUS_SUCCESS HIPBLAS_STATUS_SUCCESS
21
#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
+#define CUDA_R_16F HIP_R_16F
+#define CUDA_R_16BF HIP_R_16BF
+#define CUDA_R_32F HIP_R_32F
25
#define CU_DEVICE_ATTRIBUTE_VIRTUAL_MEMORY_MANAGEMENT_SUPPORTED hipDeviceAttributeVirtualMemoryManagementSupported
26
#define CU_MEM_ALLOC_GRANULARITY_RECOMMENDED hipMemAllocationGranularityRecommended
27
#define CU_MEM_ALLOCATION_TYPE_PINNED hipMemAllocationTypePinned
0 commit comments