JuliaSIMD / Polyester.jl

The cheapest threads you can find!
MIT License
240 stars 13 forks source link

Possible invalid index produced in a loop #113

Open nlw0 opened 1 year ago

nlw0 commented 1 year ago

I've been using SimilaritySearch.jl in an application, which in turn utilizes Polyester.jl. I'm having an occasional SegFaults that appears to be due to an invalid index produced by a @batch loop. I'd appreciate any insights regarding this issue. More information at https://github.com/sadit/SimilaritySearch.jl/issues/31.