llama.cpp
ggml: Support OpenMP for multi-thread processing
#7606
Merged

Commits
  • ggml: Added OpenMP for multi-threads processing
    msy-kato committed 2 years ago
  • ggml : Limit the number of threads used to avoid deadlock
    msy-kato committed 2 years ago
  • update shared state n_threads in parallel region
    slaren committed 2 years ago
  • clear numa affinity for main thread even with openmp
    slaren committed 2 years ago
  • enable openmp by default
    slaren committed 2 years ago
  • fix msvc build
    slaren committed 2 years ago
  • disable openmp on macos
    slaren committed 2 years ago
  • ci : disable openmp with thread sanitizer
    slaren committed 2 years ago
  • Update ggml.c
    slaren committed 2 years ago
Loading