You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now we are planing to run SR-LUT on a PC(i7 CPU), we are considering to convert Python project (inference part) to VS2017.
I think there will be no big problem for python converting to C++, but we concern the speed issue.
I studied issue #1,and know that we should use parallel execution to improve the speed. for Android, it is Stream API. But for VS2017 on PC. would you please give me some suggestion on how to do parallel execution ? Is multipe thread a good solution?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Thank you for your great work at first.
Now we are planing to run SR-LUT on a PC(i7 CPU), we are considering to convert Python project (inference part) to VS2017.
I think there will be no big problem for python converting to C++, but we concern the speed issue.
I studied issue #1,and know that we should use parallel execution to improve the speed. for Android, it is Stream API. But for VS2017 on PC. would you please give me some suggestion on how to do parallel execution ? Is multipe thread a good solution?
Thank you in advance.
The text was updated successfully, but these errors were encountered: