-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support NCNN_ISA environment variable detection #5687
base: master
Are you sure you want to change the base?
Commits on Jun 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fedc2fe - Browse repository at this point
Copy the full SHA fedc2feView commit details
Commits on Jul 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4eed5bb - Browse repository at this point
Copy the full SHA 4eed5bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12cfea5 - Browse repository at this point
Copy the full SHA 12cfea5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e60f22 - Browse repository at this point
Copy the full SHA 4e60f22View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4db4e41 - Browse repository at this point
Copy the full SHA 4db4e41View commit details
Commits on Jul 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6211838 - Browse repository at this point
Copy the full SHA 6211838View commit details
Commits on Sep 11, 2024
-
feat: add support for NCNN_ISA environment variable detection
Changes: - Implemented `get_isa_env` function to retrieve and parse ISA flags from the environment variable. Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
Configuration menu - View commit details
-
Copy full SHA for 63d817c - Browse repository at this point
Copy the full SHA 63d817cView commit details -
fix: update CPU feature checks to include base feature dependencies
Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
Configuration menu - View commit details
-
Copy full SHA for 9abfe52 - Browse repository at this point
Copy the full SHA 9abfe52View commit details
Commits on Oct 7, 2024
-
fix: Refactor ISA environment variable handling
- Updated `get_isa_env` function to compare ISA flags without leading characters. - Changed the way ISA flags are checked for various architectures, removing the leading '-' for better clarity. - Update CPU feature checks to include base feature dependencies. Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
Configuration menu - View commit details
-
Copy full SHA for a5e9946 - Browse repository at this point
Copy the full SHA a5e9946View commit details -
feat: add environment detection tests
- Added environment detection tests to CMake configuration, setting ISA env flags based on the system architecture for Linux, Windows, Darwin, and Android. Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
Configuration menu - View commit details
-
Copy full SHA for 7ecc18e - Browse repository at this point
Copy the full SHA 7ecc18eView commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69bcf8c - Browse repository at this point
Copy the full SHA 69bcf8cView commit details
Commits on Oct 9, 2024
-
fix: replace C++ style headers and functions with C equivalents
Signed-off-by: Kaiyao Duan <inspiremenow@murena.io>
Configuration menu - View commit details
-
Copy full SHA for af11223 - Browse repository at this point
Copy the full SHA af11223View commit details