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

Vec ops docs #402

Closed
wants to merge 3 commits into from
Closed

Vec ops docs #402

wants to merge 3 commits into from

Conversation

ImmanuelSegol
Copy link
Contributor

Describe the changes

This PR...

Linked Issues

Resolves #

ImmanuelSegol and others added 2 commits February 25, 2024 17:40
* Update README.md (#385)

* refactor

* refactor

* refactor

* rename task

* update codespell

* multi gpu docs (#391)

* Refactor

* refacotr

* fix typo

* Apply suggestions from code review

Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>

* refactor

* refactor

---------

Co-authored-by: DmytroTym <dmytrotym1@gmail.com>
Co-authored-by: ChickenLover <Romangg81@gmail.com>
Co-authored-by: Jeremy Felder <jeremy.felder1@gmail.com>
@ImmanuelSegol ImmanuelSegol changed the base branch from main to dev February 28, 2024 03:09
@ChickenLover ChickenLover self-requested a review February 28, 2024 09:52
@ImmanuelSegol ImmanuelSegol changed the base branch from dev to main February 28, 2024 12:42
@ImmanuelSegol ImmanuelSegol changed the base branch from main to dev February 28, 2024 15:50
@ImmanuelSegol ImmanuelSegol reopened this Feb 28, 2024
- **`sub`**: Computes the element-wise difference between two vectors.
- **`mul`**: Performs element-wise multiplication of two vectors.

### Argument Validation
Copy link
Contributor

Choose a reason for hiding this comment

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

Remove this part:) check_vec_ops_args is just for internal use, and the user doesn't need to check anything before calling the methods

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I wanted to explain that we implemented this for them, so developers wont think they need to implement it themselves

Copy link
Contributor

Choose a reason for hiding this comment

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

Inputs validation is the default thing and we do it in all of our primitives, so I don't think we should mention it in the docs

Copy link
Contributor

@ChickenLover ChickenLover left a comment

Choose a reason for hiding this comment

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

waiting for rust examples

@ImmanuelSegol ImmanuelSegol changed the base branch from dev to main February 29, 2024 13:00
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.

3 participants