|
Ran
|
Jobs
2
|
Files
377
|
Run time
18min
|
Badge
README BADGES
|
push
travis-ci-com
Add AVX512 code for h and v predictors (#514) * Add AVX512 aom highbd h and v pedictors and corresponding Unit tests Following are the results of Unit tests and performance tests compared against AVX2 aom_highbd_h_pred_32x8 0.9854015x aom_highbd_h_pred_32x16 1.2469734x aom_highbd_h_pred_32x32 1.2372881x aom_highbd_h_pred_32x64 0.9310345x aom_highbd_h_pred_64x16 1.6453674x aom_highbd_h_pred_64x32 1.7559727x aom_highbd_h_pred_64x64 2.0761301x aom_highbd_v_pred_32x8 1.7662338x aom_highbd_v_pred_32x16 1.7945205x aom_highbd_v_pred_32x32 1.7986111x aom_highbd_v_pred_32x64 1.5029240x aom_highbd_v_pred_64x16 1.8309859x aom_highbd_v_pred_64x32 1.8267857x aom_highbd_v_pred_64x64 1.8388839x * Temporarily activate AVX512 code Signed-off-by: kirithika <kirithika@multicorewareinc.com> * Revert "Temporarily activate AVX512 code" This reverts commit 01a53cfae. * Fix to include guard after it is defined Signed-off-by: kirithika <kirithika@multicorewareinc.com> * Changed unaligned load to aligned load * fix wrong position of "#ifndef NON_AVX512_SUPPORT" macro and usage of unaligned load * fix code to avoid the crashing on old AVX512 CPUs
0 of 0 relevant lines covered (NaN%)
0.0 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 10 | 2266.10 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON") | 0 |
0.0 |
Travis Job 2266.10 | |
| 11 | 2266.11 (COVERALLS_PARALLEL=true build_type=debug CMAKE_EFLAGS="-DCOVERAGE=ON") | 0 |
29.72 |
Travis Job 2266.11 |