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

Fix unnecessarily large paddings #153

Merged
merged 2 commits into from
Oct 20, 2023
Merged

Fix unnecessarily large paddings #153

merged 2 commits into from
Oct 20, 2023

Conversation

chhwang
Copy link
Contributor

@chhwang chhwang commented Oct 20, 2023

No description provided.

@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

Merging #153 (6ffaf1f) into main (7ff517d) will increase coverage by 0.07%.
The diff coverage is 92.20%.

❗ Current head 6ffaf1f differs from pull request most recent head 1f773da. Consider uploading reports for the commit 1f773da to get more accurate results

@@            Coverage Diff             @@
##             main     #153      +/-   ##
==========================================
+ Coverage   78.13%   78.21%   +0.07%     
==========================================
  Files          84       84              
  Lines        6001     6031      +30     
==========================================
+ Hits         4689     4717      +28     
- Misses       1312     1314       +2     
Files Coverage Δ
ark/ops/ops_add.cc 90.47% <100.00%> (+0.47%) ⬆️
ark/ops/ops_all_reduce.cc 91.66% <ø> (+5.95%) ⬆️
ark/ops/ops_cast.cc 76.92% <100.00%> (+0.60%) ⬆️
ark/ops/ops_div.cc 83.33% <100.00%> (+0.83%) ⬆️
ark/ops/ops_exp.cc 87.87% <100.00%> (+0.78%) ⬆️
ark/ops/ops_gelu.cc 87.87% <100.00%> (+0.78%) ⬆️
ark/ops/ops_im2col.cc 81.53% <100.00%> (+0.58%) ⬆️
ark/ops/ops_layernorm.cc 87.87% <100.00%> (+0.78%) ⬆️
ark/ops/ops_matmul.cc 90.54% <100.00%> (+0.12%) ⬆️
ark/ops/ops_mul.cc 90.47% <100.00%> (+0.47%) ⬆️
... and 16 more

@chhwang chhwang merged commit 6e9611a into main Oct 20, 2023
6 of 7 checks passed
@chhwang chhwang deleted the chhwang/padding-fix branch October 20, 2023 09:50
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.

1 participant