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

Improve vectorization of kernels #189

Merged
merged 1 commit into from
Dec 25, 2023
Merged

Improve vectorization of kernels #189

merged 1 commit into from
Dec 25, 2023

Conversation

chhwang
Copy link
Contributor

@chhwang chhwang commented Dec 25, 2023

Affected operators: reduce_*, softmax, scale, exp, sqrt, rsqrt, rope, relu, gelu, sigmoid, add, sub, mul, div, cast

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (0fb0a3e) 83.72% compared to head (98289a3) 83.48%.

Files Patch % Lines
ark/ops/ops_reduce.cc 33.33% 4 Missing ⚠️
ark/ops/ops_arithmetic.cc 98.57% 1 Missing ⚠️
ark/ops/ops_math.cc 98.66% 1 Missing ⚠️
ark/ops/ops_test_common.cc 85.71% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #189      +/-   ##
==========================================
- Coverage   83.72%   83.48%   -0.25%     
==========================================
  Files          96       87       -9     
  Lines        6373     6126     -247     
==========================================
- Hits         5336     5114     -222     
+ Misses       1037     1012      -25     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@chhwang chhwang merged commit 4b3488b into main Dec 25, 2023
10 of 12 checks passed
@chhwang chhwang deleted the chhwang/kernel-opt branch December 25, 2023 11:28
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