Lombiq / Hastlayer-SDK

Turning .NET software into FPGA hardware for faster execution and lower power usage.

Home Page:https://hastlayer.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallelize `SimdOperations` in .NET (HAST-238)

sarahelsaig opened this issue · comments

As remarked here, the methods in the SimdOperations static class are transformed into parallelized operations, but in .NET they are sequential. They should be parallelized in software too.

Jira issue