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

Remove dtype(fp16) condition check for residual_add unit test #5329

Merged
merged 3 commits into from
Apr 15, 2024
Merged

Remove dtype(fp16) condition check for residual_add unit test #5329

merged 3 commits into from
Apr 15, 2024

Conversation

raza-sikander
Copy link
Contributor

When the dtype is bf16 or fp32 the if condition is not satisfied and it continues execution instead of skipping when triton is not installed.

@raza-sikander raza-sikander changed the title Remove dtype(fp16) condition check for residual_add ctest Remove dtype(fp16) condition check for residual_add unit test Mar 28, 2024
When the dtype is bf16 or fp32 the if condition is not satisfied and it continues exectution instead of skipping when triton is not installed.
@raza-sikander
Copy link
Contributor Author

@loadams could you please review.

@loadams loadams added this pull request to the merge queue Apr 15, 2024
Merged via the queue into microsoft:master with commit 8949105 Apr 15, 2024
12 checks passed
rraminen pushed a commit to ROCm/DeepSpeed that referenced this pull request May 9, 2024
…oft#5329)

When the dtype is bf16 or fp32 the if condition is not satisfied and it
continues execution instead of skipping when triton is not installed.

Co-authored-by: Shaik Raza Sikander <[email protected]>
Co-authored-by: Logan Adams <[email protected]>
Co-authored-by: Olatunji Ruwase <[email protected]>
umchand pushed a commit to umchand/DeepSpeed that referenced this pull request May 20, 2024
…oft#5329)

When the dtype is bf16 or fp32 the if condition is not satisfied and it
continues execution instead of skipping when triton is not installed.

Co-authored-by: Shaik Raza Sikander <[email protected]>
Co-authored-by: Logan Adams <[email protected]>
Co-authored-by: Olatunji Ruwase <[email protected]>
dbyoung18 pushed a commit to dbyoung18/DeepSpeed that referenced this pull request Jun 11, 2024
…oft#5329)

When the dtype is bf16 or fp32 the if condition is not satisfied and it
continues execution instead of skipping when triton is not installed.

Co-authored-by: Shaik Raza Sikander <[email protected]>
Co-authored-by: Logan Adams <[email protected]>
Co-authored-by: Olatunji Ruwase <[email protected]>
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