Skip to content

FeatureGroup ingest function not utilizing all CPU cores #2111

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

Closed
alex-tang opened this issue Jan 27, 2021 · 1 comment
Closed

FeatureGroup ingest function not utilizing all CPU cores #2111

alex-tang opened this issue Jan 27, 2021 · 1 comment

Comments

@alex-tang
Copy link
Contributor

Describe the feature you'd like
Currently, the ingest function supports configuring the number of threads for parallelize ingestion. The current functionality does fully utilize machines with higher core counts (i.e. a single process is executing on a single CPU core).

The feature request is to support configuring the number of Processes for parallelizing ingestion, to increase CPU core utilization.

How would this feature be used? Please describe.
As a parameter in the ingest() API to specify the number of parallel processes.

Describe alternatives you've considered
N/A

Additional context
N/A

alex-tang pushed a commit to alex-tang/sagemaker-python-sdk that referenced this issue Apr 16, 2021
alex-tang pushed a commit to alex-tang/sagemaker-python-sdk that referenced this issue Apr 16, 2021
alex-tang pushed a commit to alex-tang/sagemaker-python-sdk that referenced this issue Apr 19, 2021
icywang86rui added a commit that referenced this issue Apr 20, 2021
TEChopra1000 pushed a commit to TEChopra1000/sagemaker-python-sdk that referenced this issue Apr 28, 2021
@akrishna1995
Copy link
Contributor

Hi @alex-tang - seems like the fix has been merged : #2288.

Please feel free to reopen if there are any further feedback. Thank you

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

No branches or pull requests

3 participants