llama.cpp
MSVC instruction detection (fixed up #809)
#3923
Merged

Commits
  • Add detection code for avx
    howard0su committed 2 years ago
  • Only check hardware when option is ON
    howard0su committed 2 years ago
  • Modify per code review sugguestions
    howard0su committed 2 years ago
  • Build locally will detect CPU
    howard0su committed 2 years ago
  • Fixes CMake style to use lowercase like everywhere else
    JDunn3 committed 2 years ago
  • merge in https://github.com/howard0su/llama.cpp/tree/cmake
    netrunnereve committed 2 years ago
  • cleanup
    netrunnereve committed 2 years ago
  • pull in https://github.com/JDunn3/llama.cpp/tree/cmake
    netrunnereve committed 2 years ago
  • fix merge
    netrunnereve committed 2 years ago
  • linux/gcc version for testing
    netrunnereve committed 2 years ago
  • msvc combines avx2 and fma into /arch:AVX2 so check for both
    netrunnereve committed 2 years ago
  • cleanup
    netrunnereve committed 2 years ago
  • msvc only version
    netrunnereve committed 2 years ago
  • style
    netrunnereve committed 2 years ago
  • Update FindSIMD.cmake
    netrunnereve committed 2 years ago
Loading