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

Add an option to limit the CPU usage #2

Open
djshen opened this issue Mar 7, 2020 · 6 comments
Open

Add an option to limit the CPU usage #2

djshen opened this issue Mar 7, 2020 · 6 comments

Comments

@djshen
Copy link

djshen commented Mar 7, 2020

We can add a command line option to adjust the CPU usage, so that the program won't use up all of the resources. In addition, one can compare the timing of different settings.

parser.add_argument('--num_threads', dest='num_threads', type=int, default=0)

sess_config.inter_op_parallelism_threads = args.num_threads
sess_config.intra_op_parallelism_threads = args.num_threads
@quanpr
Copy link
Collaborator

quanpr commented Mar 7, 2020

Hi,

Thank you for posting this issue. May I ask what is the situation of adding this feature to limit CPU usage?

@djshen
Copy link
Author

djshen commented Mar 7, 2020

In the slides of project 1, the instructor suggests discussing the running time. I think it is reasonable to fix the number of cores over the experiments. However, I may run other programs at the same time due to research or other courses. In this case, I can't expect the numbers of cores using by different runs are the same.
If this is not a common situation, please just ignore the feature request. Thank you!

@quanpr
Copy link
Collaborator

quanpr commented Mar 7, 2020

I see. Thanks for the suggestions. I am not sure whether we should add this. After all, it's not very common except for teaching purposes.

@cjlin1
Copy link
Owner

cjlin1 commented Mar 7, 2020 via email

@djshen
Copy link
Author

djshen commented Mar 7, 2020

OK. I agree that it is better to keep this project as simple as possible.
Thank you!

@djshen djshen closed this as completed Mar 7, 2020
@djshen
Copy link
Author

djshen commented Mar 30, 2020

I find that in project 3 we may need this feature to limit tensorflow to use single thread.

@djshen djshen reopened this Mar 30, 2020
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

3 participants