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

(torchx/components) expose raw resource params for dist.ddp #395

Closed
wants to merge 1 commit into from
Closed

(torchx/components) expose raw resource params for dist.ddp #395

wants to merge 1 commit into from

Conversation

kiukchung
Copy link
Contributor

Summary: Exposes raw resources (cpu, gpu, memMB) in addition to "host" (named resource) for dist.ddp and utils.python to make it convenient for users who don't want to register named resources in entrypoint.

Reviewed By: aivanou

Differential Revision: D34260962

Summary: Exposes raw resources (cpu, gpu, memMB) in addition to "host" (named resource) for dist.ddp and utils.python to make it convenient for users who don't want to register named resources in entrypoint.

Reviewed By: aivanou

Differential Revision: D34260962

fbshipit-source-id: 3d9db25b60b0a3aef5a0ecf5962f20d68d776afe
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Feb 16, 2022
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D34260962

@codecov
Copy link

codecov bot commented Feb 16, 2022

Codecov Report

Merging #395 (2c53687) into main (9ee0fdb) will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #395      +/-   ##
==========================================
+ Coverage   93.14%   93.18%   +0.04%     
==========================================
  Files          66       66              
  Lines        3544     3551       +7     
==========================================
+ Hits         3301     3309       +8     
+ Misses        243      242       -1     
Impacted Files Coverage Δ
torchx/components/dist.py 82.35% <ø> (ø)
torchx/components/utils.py 60.00% <ø> (ø)
torchx/specs/__init__.py 96.15% <100.00%> (+6.68%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9ee0fdb...2c53687. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants