We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2294f07 commit 901691cCopy full SHA for 901691c
ggml/src/ggml-metal.m
@@ -497,13 +497,6 @@ @implementation GGMLMetalClass
497
if (@available(macOS 10.12, iOS 16.0, *)) {
498
GGML_LOG_INFO("%s: recommendedMaxWorkingSetSize = %8.2f MB\n", __func__, device.recommendedMaxWorkingSetSize / 1e6);
499
}
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
507
#endif
508
509
// load kernels
0 commit comments