Skip to content
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

#11084: Update ternary bw docs #11087

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Conversation

VirdhatchaniKN
Copy link
Contributor

@VirdhatchaniKN VirdhatchaniKN commented Aug 5, 2024

@VirdhatchaniKN VirdhatchaniKN linked an issue Aug 5, 2024 that may be closed by this pull request
@VirdhatchaniKN VirdhatchaniKN marked this pull request as ready for review August 5, 2024 14:19
@@ -20,7 +20,7 @@ namespace ternary_backward {
namespace detail {

template <typename ternary_backward_operation_t>
void bind_ternary_backward(py::module& module, const ternary_backward_operation_t& operation, const std::string& description) {
void bind_ternary_backward(py::module& module, const ternary_backward_operation_t& operation, const std::string& description, const std::string& supported_dtype) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change all the

const std::string& description, const std::string& supported_dtype

to

std::string_view description, std::string_view supported_dtype

Copy link
Contributor

@eyonland eyonland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approving based under assumption you will update based on @patrickroberts

@VirdhatchaniKN VirdhatchaniKN force-pushed the virdhatchani/ternary_doc branch 2 times, most recently from 7affacb to a67cccb Compare August 6, 2024 12:48
@VirdhatchaniKN
Copy link
Contributor Author

@VirdhatchaniKN VirdhatchaniKN merged commit 2e678be into main Aug 7, 2024
5 checks passed
@VirdhatchaniKN VirdhatchaniKN deleted the virdhatchani/ternary_doc branch August 7, 2024 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update documentation for Ternary bw ops
3 participants