Skip to content

Commit 901691c

Browse files
committed
metal : remove transfer rate stuff
1 parent 2294f07 commit 901691c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ggml/src/ggml-metal.m

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -497,13 +497,6 @@ @implementation GGMLMetalClass
497497
if (@available(macOS 10.12, iOS 16.0, *)) {
498498
GGML_LOG_INFO("%s: recommendedMaxWorkingSetSize = %8.2f MB\n", __func__, device.recommendedMaxWorkingSetSize / 1e6);
499499
}
500-
if (@available(macOS 10.15, *)) {
501-
if (device.maxTransferRate != 0) {
502-
GGML_LOG_INFO("%s: maxTransferRate = %8.2f MB/s\n", __func__, device.maxTransferRate / 1e6);
503-
} else {
504-
GGML_LOG_INFO("%s: maxTransferRate = built-in GPU\n", __func__);
505-
}
506-
}
507500
#endif
508501

509502
// load kernels

0 commit comments

Comments
 (0)