Skip to content

Commit 99cbf62

Browse files
Update ggml/src/ggml-cuda/ggml-cuda.cu
Adjusted code indentation Co-authored-by: Johannes Gäßler <[email protected]>
1 parent db0444f commit 99cbf62

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ static ggml_cuda_device_info ggml_cuda_init() {
243243

244244
info.default_tensor_split[id] = total_vram;
245245
total_vram += prop.totalGlobalMem;
246-
info.devices[id].integrated= prop.integrated;
247-
info.devices[id].nsm = prop.multiProcessorCount;
248-
info.devices[id].smpb = prop.sharedMemPerBlock;
249-
info.devices[id].warp_size = prop.warpSize;
246+
info.devices[id].integrated = prop.integrated;
247+
info.devices[id].nsm = prop.multiProcessorCount;
248+
info.devices[id].smpb = prop.sharedMemPerBlock;
249+
info.devices[id].warp_size = prop.warpSize;
250250
#if defined(GGML_USE_HIP) && defined(__HIP_PLATFORM_AMD__)
251251
info.devices[id].smpbo = prop.sharedMemPerBlock;
252252

0 commit comments

Comments
 (0)