-
Notifications
You must be signed in to change notification settings - Fork 7.2k
ToDtype CV-CUDA Backend #9278
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
Open
justincdavis
wants to merge
34
commits into
pytorch:main
Choose a base branch
from
justincdavis:feat/dtype_cvcuda
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+267
−70
Open
ToDtype CV-CUDA Backend #9278
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
44db71c
implement additional cvcuda infra for all branches to avoid duplicate…
justincdavis e3dd700
update make_image_cvcuda to have default batch dim
justincdavis c035df1
add stanardized setup to main for easier updating of PRs and branches
justincdavis 98d7dfb
update is_cvcuda_tensor
justincdavis ddc116d
add cvcuda to pil compatible to transforms by default
justincdavis e51dc7e
remove cvcuda from transform class
justincdavis e14e210
merge with main
justincdavis 4939355
resolve more formatting naming
justincdavis ec76196
initial draft of to_dtype_cvcuda
justincdavis bd823cf
fix: to_dtype_cvcuda conventions
justincdavis f7aa94a
remove staticmethod from reference todtype
justincdavis b21d9f0
add docstring for explain scaling setup, combine correctness checks
justincdavis 973e058
resolve more review comments
justincdavis d871331
simplify todtype testing
justincdavis 736a2e6
add int -> int scaling setup for cvcuda, use bit diff for scale
justincdavis 7a231b1
further simplify todtype test
justincdavis d3e4573
update todtype based on PR reviews
justincdavis ec93ba3
cleanup commnet, variable names
justincdavis 89122db
update to_dtype_cvcuda name
justincdavis 1b0d295
update to standards from flip PR
justincdavis 009f925
remove cvcuda updates to augment
justincdavis 41af724
remove cvcuda refs from color
justincdavis d12e4df
refactor dtype converters to be in utils
justincdavis c198cf0
add type checking for cvcuda
justincdavis 18df67f
provide better error for todtype
justincdavis c5a2a5a
refactor to simplify setup for dtype conversions
justincdavis 915ffb1
Merge branch 'main' into feat/dtype_cvcuda
justincdavis 7f41c95
fix: not testing transform class correctness in ToDtype, resolved
justincdavis 9b41552
preserve previous torchvision test behavior for non cvcuda inputs
justincdavis b9c378b
further simplify branching flow of testtodtype image correctness
justincdavis 1781244
add functional signature tests, fix bug in type check in todtype tran…
justincdavis 626b47a
add consolidated cvcuda test markers
justincdavis e8540ba
finalize consolidated cvcuda skip behavior
justincdavis 5aa4b3d
revert var name change back to input
justincdavis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.