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

CPU Kernel Tests #1439

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

#1409 issue, change datatype for linear kernels away from void *

7106dec
Select commit
Loading
Failed to load commit list.
Open

CPU Kernel Tests #1439

#1409 issue, change datatype for linear kernels away from void *
7106dec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 16, 2024 in 0s

77.59% (-0.57%) compared to 1d5140d

View this Pull Request on Codecov

77.59% (-0.57%) compared to 1d5140d

Details

Codecov Report

Attention: Patch coverage is 10.46512% with 231 lines in your changes missing coverage. Please review.

Project coverage is 77.59%. Comparing base (1d5140d) to head (7106dec).

Files with missing lines Patch % Lines
lib/kernels/src/accessor.cc 19.14% 76 Missing ⚠️
lib/kernels/src/cpu/cast_kernels.cc 0.00% 21 Missing ⚠️
lib/kernels/src/cpu/reverse_kernels.cc 0.00% 20 Missing ⚠️
lib/kernels/src/managed_per_device_ff_handle.cc 0.00% 19 Missing ⚠️
lib/kernels/include/kernels/accessor.h 0.00% 18 Missing ⚠️
lib/kernels/src/cpu/replicate_kernels.cc 0.00% 18 Missing ⚠️
lib/kernels/src/cpu/combine_kernels.cc 0.00% 17 Missing ⚠️
lib/kernels/src/local_cpu_allocator.cc 0.00% 15 Missing ⚠️
lib/kernels/src/managed_ff_stream.cc 0.00% 10 Missing ⚠️
lib/local-execution/src/ops/linear.cc 0.00% 7 Missing ⚠️
... and 3 more
Additional details and impacted files
@@                Coverage Diff                @@
##           repo-refactor    #1439      +/-   ##
=================================================
- Coverage          78.16%   77.59%   -0.57%     
=================================================
  Files                860      866       +6     
  Lines              27994    28219     +225     
  Branches             770      794      +24     
=================================================
+ Hits               21881    21897      +16     
- Misses              6113     6322     +209     
Files with missing lines Coverage Δ
lib/kernels/include/kernels/allocation.h 83.33% <ø> (ø)
lib/kernels/include/kernels/attention_kernels.h 0.00% <ø> (ø)
lib/kernels/include/kernels/datatype_dispatch.h 0.00% <ø> (ø)
lib/kernels/include/kernels/local_cuda_allocator.h 0.00% <ø> (ø)
lib/kernels/include/kernels/transpose_kernels.h 0.00% <ø> (ø)
lib/kernels/src/allocation.cc 72.72% <100.00%> (+10.22%) ⬆️
lib/kernels/src/array_shape.cc 20.83% <ø> (ø)
...tion/include/local-execution/local_cpu_allocator.h 100.00% <ø> (ø)
...cution/include/local-execution/tracked_allocator.h 0.00% <ø> (ø)
lib/local-execution/src/local_cpu_allocator.cc 57.14% <100.00%> (+7.14%) ⬆️
... and 15 more

... and 1 file with indirect coverage changes