joaopauloschuler / neural-api

CAI NEURAL API - Pascal based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
GNU Lesser General Public License v2.1
379 stars 199 forks source link

Remove MTPCPU (multithreadprocslaz) dependency. #143

Closed joaopauloschuler closed 1 month ago

joaopauloschuler commented 1 month ago

Remove MTPCPU (multithreadprocslaz) dependency.

Specifically, remove the MTPCPU.pas dependency using the https://www.freepascal.org/docs-html/current/rtl/system/getcpucount.html function.

joaopauloschuler commented 1 month ago

The dependency has been removed although the examples are still using it.