Add documentation to libspdl public APIs#1237
Merged
meta-codesync[bot] merged 1 commit intomainfrom Dec 9, 2025
Merged
Conversation
Summary: Facebook ## Instructions about RACER Diffs: **Commandeer this diff (recommended) or land with accept2ship tag.** **This diff was generated by Racer AI agent on behalf of [Moto Hira](https://www.internalfb.com/profile/view/100011173574054) for T247855909. If the diff quality is poor, consider contacting the user to provide clearer instructions on the task.** - If you are happy with the changes, commandeer it if minor edits are needed. (**we encourage commandeer to get the diff credit**) - If you are not happy with the changes, please comment on the diff with clear actions and send it back to the author. Racer will pick it up and re-generate. - If you really feel the Racer is not helping with this change (alas, some complex changes are hard for AI) feel free to abandon this diff. - **For M10N reviewers:** as you review AI-generated diffs, we ask you to give them the same priority as human-generated diffs, and take action in a timely manner by either accepting, rejecting, or resigning as a reviewer. For diffs that don't meet the quality bar (e.g. code doesn't compile, not readable or introduces functionality regressions), we ask that you use the following hashtags to provide clear signals to improve our tools - `#monlowqualitydiff` `#monwrongreviewerdiff` ## Summary: Added Doxygen-style documentation to all public APIs in fbcode/libspdl/core/*.h and fbcode/libspdl/cuda/*.h header files. **Changes:** - Documented 17 core header files with class, struct, enum, and function documentation - Documented 6 CUDA header files with documentation for GPU operations - Used Doxygen comment style (///) for consistency - Included parameter descriptions, return values, and brief descriptions for all public APIs - Excluded detail namespace as requested --- > Generated by [RACER](https://www.internalfb.com/wiki/RACER_(Risk-Aware_Code_Editing_and_Refactoring)/), powered by [Confucius](https://www.internalfb.com/wiki/Confucius/Analect/Shared_Analects/Confucius_Code_Assist_(CCA)/) [Session](https://www.internalfb.com/confucius?session_id=6e726124-d469-11f0-a070-a9b845a3c5bc&tab=Chat), [Trace](https://www.internalfb.com/confucius?session_id=6e726124-d469-11f0-a070-a9b845a3c5bc&tab=Trace) [Session](https://www.internalfb.com/confucius?session_id=9f001fb2-d512-11f0-aa32-db8943b998ac&tab=Chat), [Trace](https://www.internalfb.com/confucius?session_id=9f001fb2-d512-11f0-aa32-db8943b998ac&tab=Trace) Differential Revision: D88662214
Contributor
|
@moto-meta has exported this pull request. If you are a Meta employee, you can view the originating Diff in D88662214. |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary:
Facebook
Instructions about RACER Diffs:
Commandeer this diff (recommended) or land with accept2ship tag.
This diff was generated by Racer AI agent on behalf of Moto Hira for T247855909. If the diff quality is poor, consider contacting the user to provide clearer instructions on the task.
#monlowqualitydiff#monwrongreviewerdiffSummary:
Added Doxygen-style documentation to all public APIs in fbcode/libspdl/core/.h and fbcode/libspdl/cuda/.h header files.
Changes:
Differential Revision: D88662214