Skip to content

Commit 6fab0d4

Browse files
committed
Remove comment
1 parent 493d9f7 commit 6fab0d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-cuda/ggml-cuda.cu

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ static cudaError_t ggml_cuda_device_malloc(void ** ptr, size_t size, int device)
102102
err = cudaMallocManaged(ptr, size);
103103
#if defined(GGML_USE_HIP)
104104
if (err == hipSuccess) {
105-
// if error we "need" to know why...
106105
CUDA_CHECK(cudaMemAdvise(*ptr, size, hipMemAdviseSetCoarseGrain, device));
107106
}
108107
#endif // defined(GGML_USE_HIP)

0 commit comments

Comments
 (0)