-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Comments
7 tasks
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
Co-authored-by: Alex <[email protected]> Co-authored-by: icywang86rui <[email protected]>
TEChopra1000
pushed a commit
to TEChopra1000/sagemaker-python-sdk
that referenced
this issue
Apr 28, 2021
Co-authored-by: Alex <[email protected]> Co-authored-by: icywang86rui <[email protected]>
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
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
The text was updated successfully, but these errors were encountered: