-
Notifications
You must be signed in to change notification settings - Fork 3
update cuda_stream and other docs #59
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
Merged
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
9b8a23d
update doc
youge325 ffed9e5
update doc
youge325 a55914f
update doc
youge325 eb6f3d1
update compat arch doc
youge325 e60c74e
update doc
youge325 de11a66
update doc
youge325 4634182
update doc
youge325 650b717
fix googletest recompile issue
youge325 b016b21
fix OptionalArrayRef
youge325 1f1b2a5
Revert "fix googletest recompile issue"
youge325 fc3c653
fix googletest recompile issue
youge325 56b1707
fix coverage.sh directory and output dir
youge325 61e3ed9
add doc for as_strided and resize
youge325 bac42d7
add data_ptr_compat_arch.md
youge325 2456ddf
add doc/c10/core/allocator_compat_arch.md
youge325 637fa16
add doc/PaddleTensor.md and doc/TorchTensor.md
youge325 1265f15
update doc with classDiagram
youge325 9f7171a
add skill
youge325 cf3437d
add skill
youge325 d9604d4
add reference
youge325 a31af51
refine skill: add-compat-api
youge325 c1f5a58
delete some diff comments
youge325 33b7502
delete matched tests
youge325 d1e54bb
fix simple differ by skill
youge325 45ca5de
delete already matched annotations in test files
youge325 a6483ed
add cuda_guard.md and update mismatch_api_record.md
youge325 3a2ed13
add skill to .claude, no work
youge325 e3973c2
add script to generate html report for coverage
youge325 673a394
only collect compat layer coverage data, as the rest is not relevant …
youge325 5592807
add compile test workflow
youge325 01c9e87
use cpu environment
youge325 8d17ac7
fix cpu build
youge325 e64691b
fix cpu build
youge325 7079859
Revert "only collect compat layer coverage data, as the rest is not r…
youge325 77bab14
increase coverage rate
youge325 fcf6dd6
filter needed coverage files and generate html report
youge325 b6b29ae
increase coverage rate
youge325 1da1551
Align SymInt with Pytorch
youge325 4b35879
remove USE_PADDLE_API guard in StreamTest.cpp
youge325 7f84c4c
remove USE_PADDLE_API guard in CUDABlasTest.cpp
youge325 6a04e37
revert EyeTest.cpp first
youge325 a75f40b
align some other APIs
youge325 2ddfd05
Add Paddle compat resize storage repro
youge325 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The ExceptionTest catch block now writes only a fixed "exception: " prefix and drops e.what() entirely, but the inline comment says only stack-trace differences are being removed. Consider either (a) updating the comment to reflect that the message is intentionally suppressed for stable output, or (b) keeping a stable portion of the message (e.g., first line / normalized prefix) while stripping stack frames so the test still preserves useful diagnostics.