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

Add tests for basic ops #8

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Add tests for basic ops #8

merged 1 commit into from
Oct 31, 2024

Conversation

mmanzoorTT
Copy link
Contributor

@mmanzoorTT mmanzoorTT commented Oct 30, 2024

  • Tests added for abs, constant, typecast, div, exp, maximum, multiply, negate, reduce::max, reduce::sum, subtract, transpose::2d, and transpose::3d.
  • Create inputs with torch.int32 (with torch.randint) if all input types are not floating point.

@mmanzoorTT mmanzoorTT force-pushed the mmanzoor/basic-tests branch from 3fba657 to 95651c3 Compare October 31, 2024 15:41
* Tests added for abs, constant, typecast, div, exp, maximum, multiply, negate,
reduce::max, reduce::sum, subtract, transpose::2d, and transpose::3d.
* Create inputs with torch.int32 if all input types are not floating point.
@mmanzoorTT mmanzoorTT force-pushed the mmanzoor/basic-tests branch from 95651c3 to ff2c262 Compare October 31, 2024 16:14
@mmanzoorTT mmanzoorTT merged commit 730e6f1 into main Oct 31, 2024
1 check passed
uazizTT pushed a commit that referenced this pull request Oct 31, 2024
* Tests added for abs, constant, typecast, div, exp, maximum, multiply, negate,
reduce::max, reduce::sum, subtract, transpose::2d, and transpose::3d.
* Create inputs with torch.int32 if all input types are not floating point.
@mmanzoorTT mmanzoorTT deleted the mmanzoor/basic-tests branch January 7, 2025 00:03
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