robertknight / ocrs

Rust library and CLI tool for OCR (extracting text from images)
Apache License 2.0
1.09k stars 44 forks source link

Add `avx512` feature #54

Closed robertknight closed 4 months ago

robertknight commented 4 months ago

This enables the AVX-512 kernels in RTen.

The performance impact on my system is modest (around ~7%). It would be bigger on the server if https://github.com/robertknight/rten/issues/17 was solved.