aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-09Add support for QSYMM8 in ClCastKernelPablo Marquez Tello
2024-02-09Remove CKW prototype and Template WriterGunes Bayir
2024-02-08Fix the bug in GpuTanh operator in dynamic fusionGunes Bayir
2024-02-08Mark GpuSoftmax and GpuReshape as not supportedGunes Bayir
2024-02-07Parallelize CPU depthwise over batch if only 1 rowJonathan Deakin
2024-02-06arm_gemm: SME: Remove artificial single-thread constraint on quantized int8 k...David Mansell
2024-02-06Build CKW by defaultGunes Bayir
2024-02-06Fix compilation issue in CKW due to unused variableGunes Bayir
2024-02-06Fix pathJakub Sujak
2024-02-06Disable FP16 tests compilation on Multi-Isa v8aMohammed Suhail Munshi
2024-02-05Fix leftover cols in CpuGemmLowpMatrixBReductionKernelJonathan Deakin
2024-02-02Add scripts to generate Doxygen documentationJakub Sujak
2024-02-01Use the stable CKW API in the GPU dynamic fusion backendGunes Bayir
2024-01-31Fix logic in SConscriptJakub Sujak
2024-01-31Add build options for Address and UndefinedBehavior sanitizersJakub Sujak
2024-01-30Fix multi_isa build for arch=arm64-v8aPablo Marquez Tello
2024-01-25arm_gemm: convolution: optimize convolver.hpp.David Mansell
2024-01-24Fix tolerance issue in BF16 MatMul testsGunes Bayir
2024-01-24Fix Debug mode in CMakeJonathan Deakin
2024-01-23Fix for Logically dead code detected in Coverity checksAnitha Raj
2024-01-23Fix for unchecked return value detected in Coverity checks.Anitha Raj
2024-01-23Make GpuWorkloadContext own all tensor info objectsViet-Hoa Do
2024-01-22Don't build CKW as part of Android.bpJakub Sujak
2024-01-18Update Documentation for 24.01 releaseFelix Thomasmathibalan
2024-01-18Improved documentationPablo Marquez Tello
2024-01-18Fix divide-by-zero compilation errorViet-Hoa Do
2024-01-17Fix minor issue, clean lut codeMohammed Suhail Munshi
2024-01-12Fix potential threading issue in LUTManagerMohammed Suhail Munshi
2024-01-12[ONCPUML-1387] Add ACL based reorder for f32 to bf16 data type conversion.Renato Arantes
2024-01-11Fix test compilation error on GCC 13.2Jakub Sujak
2024-01-10Fix compilation error on GCC 13.2Jakub Sujak
2024-01-10Use look up table for fp16 activationMohammed Suhail Munshi
2024-01-04Prevent RELU from being processed thru LUT in INT8Sangwon Ha
2024-01-04Implement dynamic quantization for GEMMLowp testsSiCong Li
2023-12-22Fix nightly issue caused by gemm_reshaped_only_rhs_mmul kernelGunes Bayir
2023-12-22Add Mali™-G720 and Mali™-G620 as GpuTargetsGunes Bayir
2023-12-22Call std::round() directly in non Android™ and Bare Metal buildsGunes Bayir
2023-12-15Fix nightly bug caused by not validation 3d cases for input tensorGunes Bayir
2023-12-15Revert "Fix nightly bug caused by wrong validation in Gemm mmul kernel"Gunes Bayir
2023-12-14Fix validation error in CL generate proposals kernelGunes Bayir
2023-12-14Update scripts requirementsPablo Marquez Tello
2023-12-14Fix Run Example in Validate TestsMohammed Suhail Munshi
2023-12-13Fix nightly bug caused by wrong validation in Gemm mmul kernelGunes Bayir
2023-12-12Winograd changes to enable fp16 in armv8a multi_isa buildsPablo Marquez Tello
2023-12-11Fix nightly test failurePablo Marquez Tello
2023-12-08Fix validation error in graph_ssd_mobilenetGunes Bayir
2023-12-08Adjust NEReduceMean test toleranceSiCong Li
2023-12-08Fix unit tests failing in CL/UNIT/TensorAllocatorGunes Bayir
2023-12-07Use the correct output qinfo for ssd_mobilenet QASYMM8_SIGNEDSiCong Li
2023-12-07Optimize CPU depth-to-spaceViet-Hoa Do