[libcu++] Implement cuda::std::format_to_n#9482
Conversation
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
3b2f723 to
3f4e243
Compare
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (6)
💤 Files with no reviewable changes (1)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (2)
OverviewThis PR implements ChangesNew Public API
Implementation Details
Infrastructure Changes
Test Coverage
WalkthroughAdds format_to_n implementation and tests
Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: 288d730a-885d-4c9f-9b87-fc647b0a03e7
📒 Files selected for processing (6)
libcudacxx/include/cuda/std/__format/buffer.hlibcudacxx/include/cuda/std/__format/format_to_n.hlibcudacxx/include/cuda/std/__format_libcudacxx/include/cuda/std/__fwd/format.hlibcudacxx/test/libcudacxx/std/text/format/format.functions/checkers/format_to_n.hlibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to_n.pass.cpp
💤 Files with no reviewable changes (1)
- libcudacxx/include/cuda/std/__format/buffer.h
This comment has been minimized.
This comment has been minimized.
3f4e243 to
b840c5d
Compare
There was a problem hiding this comment.
Actionable comments posted: 1
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Enterprise
Run ID: fea81086-1519-4098-a892-afeba001b0bf
📒 Files selected for processing (19)
libcudacxx/include/cuda/std/__format/buffer.hlibcudacxx/include/cuda/std/__format/format_string.hlibcudacxx/include/cuda/std/__format/format_to.hlibcudacxx/include/cuda/std/__format/format_to_n.hlibcudacxx/include/cuda/std/__format/vformat_to.hlibcudacxx/include/cuda/std/__format_libcudacxx/include/cuda/std/__fwd/format.hlibcudacxx/test/libcudacxx/std/text/format/format.functions/checkers/format_to.hlibcudacxx/test/libcudacxx/std/text/format/format.functions/checkers/format_to_n.hlibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.bool.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.buffer.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.char.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.handle.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.pointer.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.signed_integer.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.string.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.unsigned_integer.pass.cpplibcudacxx/test/libcudacxx/std/text/format/format.functions/format_to_n.pass.cpp
💤 Files with no reviewable changes (1)
- libcudacxx/include/cuda/std/__format/buffer.h
✅ Files skipped from review due to trivial changes (8)
- libcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.char.pass.cpp
- libcudacxx/include/cuda/std/_format
- libcudacxx/include/cuda/std/__fwd/format.h
- libcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.handle.pass.cpp
- libcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.signed_integer.pass.cpp
- libcudacxx/include/cuda/std/__format/format_string.h
- libcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.unsigned_integer.pass.cpp
- libcudacxx/test/libcudacxx/std/text/format/format.functions/format_to.buffer.pass.cpp
🚧 Files skipped from review as they are similar to previous changes (2)
- libcudacxx/include/cuda/std/__format/format_to_n.h
- libcudacxx/test/libcudacxx/std/text/format/format.functions/checkers/format_to_n.h
miscco
left a comment
There was a problem hiding this comment.
Same comments as the PR before,
I am not a fan of the test setup, but its probably necessary given the compile times
This comment has been minimized.
This comment has been minimized.
b840c5d to
48b1a2c
Compare
🥳 CI Workflow Results🟩 Finished in 4h 18m: Pass: 100%/118 | Total: 5d 12h | Max: 4h 18m | Hits: 45%/1465731See results here. |
No description provided.