Skip to content

Commit

Permalink
Fix -Wdocumentation warning. (#3715)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #3715

.

Reviewed By: mergennachin

Differential Revision: D57711383

fbshipit-source-id: 8d7427743775abe800b41b192ed872560b75b4d5
  • Loading branch information
shoumikhin authored and facebook-github-bot committed May 23, 2024
1 parent fe910e1 commit 91bf5b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions runtime/backend/interface.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ class PyTorchBackendInterface {
* memory.
* @param[in] compile_specs The exact same compiler specification that
* was used ahead-of-time to produce `processed`.
* @param[in] memory_allocator The allocator to allocate from if necessary.
*
* @returns On success, an opaque handle representing the the method
* implemented by the delegate. This handle is passed to `execute()` and
Expand Down Expand Up @@ -126,7 +125,7 @@ class BackendRegistry {
/**
* Registers the Backend object (i.e. string name and PyTorchBackendInterface
* pair) so that it could be called via the name during the runtime.
* @param[in] name Name of the user-defined backend delegate.
* @param[in] backend Backend object of the user-defined backend delegate.
* @retval Error code representing whether registration was successful.
*/
__ET_NODISCARD Error register_backend(const Backend& backend);
Expand Down

0 comments on commit 91bf5b9

Please sign in to comment.