Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to parallel execution in VS2017? #9

Open
Zhaoxuyu opened this issue Sep 12, 2022 · 1 comment
Open

How to parallel execution in VS2017? #9

Zhaoxuyu opened this issue Sep 12, 2022 · 1 comment

Comments

@Zhaoxuyu
Copy link

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.

@yhjo09
Copy link
Owner

yhjo09 commented Sep 18, 2022

Hi,
You can use the same Stream API for Java, but I am not sure what is the equivalent for C++.
Sorry for not being of any help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants