Update ggml-cuda.cu
Co-authored-by: Johannes Gäßler <johannesg@5d6.de>
This commit is contained in:
parent
b9c5a6e74a
commit
3081c4e768
1 changed files with 1 additions and 1 deletions
|
@ -6836,7 +6836,7 @@ void ggml_init_cublas() {
|
|||
alloc_prop.location.id = id;
|
||||
CU_CHECK(cuMemGetAllocationGranularity(&g_device_caps[id].vmm_granularity, &alloc_prop, CU_MEM_ALLOC_GRANULARITY_MINIMUM));
|
||||
}
|
||||
#endif
|
||||
#endif // !defined(GGML_USE_HIPBLAS)
|
||||
g_device_caps[id].vmm = !!device_vmm;
|
||||
|
||||
cudaDeviceProp prop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue