reinterpretcat / vrp

A Vehicle Routing Problem solver
https://reinterpretcat.github.io/vrp/
Apache License 2.0
342 stars 69 forks source link

Add support CPUs NPU #154

Closed KhDenys closed 1 month ago

KhDenys commented 1 month ago

Hi @reinterpretcat , is it possibe to use NPU for matrix operations to speed up vrp work?

reinterpretcat commented 1 month ago

Hi, there is no matrix computations in the solver, so no need to use NPU.