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

Transform VecElement-contained values. #123

Merged
merged 1 commit into from
Jun 30, 2023
Merged

Conversation

maleadt
Copy link
Member

@maleadt maleadt commented Jun 30, 2023

Fixes #114

@maleadt
Copy link
Member Author

maleadt commented Jun 30, 2023

Benchmark results for commit 4ab41a9 (comparing to a7f6021):

ID before after change
["wmma", "Float16*Float16=Float32 (N=16384, A=N, B=T)"] 337.660 ms ± 2.318 ms 328.248 ms ± 9.656 ms 5.8% ✅

@codecov
Copy link

codecov bot commented Jun 30, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.08 ⚠️

Comparison is base (a7f6021) 30.35% compared to head (4ab41a9) 30.27%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
- Coverage   30.35%   30.27%   -0.08%     
==========================================
  Files          11       11              
  Lines         784      786       +2     
==========================================
  Hits          238      238              
- Misses        546      548       +2     
Impacted Files Coverage Δ
src/transform.jl 40.00% <0.00%> (-26.67%) ⬇️

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@maleadt maleadt merged commit fa335a1 into master Jun 30, 2023
@maleadt maleadt deleted the tb/transform_vecelement branch June 30, 2023 14:55
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.

Transform functions: pass values, not VecElements
1 participant