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 9b169a4 commit c54f6b7Copy full SHA for c54f6b7
src/llama-mmap.cpp
@@ -476,7 +476,7 @@ struct llama_mlock::impl {
476
477
char* errmsg = std::strerror(errno);
478
bool suggest = (errno == ENOMEM);
479
-#if defined(TARGET_OS_VISION) || defined(TARGET_OS_TV)
+#if defined(TARGET_OS_VISION) || defined(TARGET_OS_TV) || defined(_AIX)
480
// visionOS/tvOS dont't support RLIMIT_MEMLOCK
481
// Skip resource limit checks on visionOS/tvOS
482
suggest = false;
0 commit comments