aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/fixtures
AgeCommit message (Expand)Author
2024-05-10ScatterND fix for scalar casesGunes Bayir
2024-05-08Add batched indices support to Scatter GPU ImplementationMohammed Suhail Munshi
2024-05-02Change reorder implementation to be vector length agnostic for OHWIo8 reorderRadu Salavat
2024-04-30Add fp16 and integer data type support for ScatterNd in GpuGunes Bayir
2024-04-29Disable SME2 Gemmlowp s8f32 kernel selection in case results needs to be accu...Gunes Bayir
2024-04-25Add update/index/output (m+1)/2d/(m+n) support for CLScatterGunes Bayir
2024-04-25Move s32 to f32 conversion in reference layers from quantization to dequantiz...Radu Salavat
2024-04-22Multi-Dimensional and Batched Scatter Reference and Dataset Implementation.Mohammed Suhail Munshi
2024-04-22Scatter GPU Kernel Implementation for 1D tensors.Mohammed Suhail Munshi
2024-04-15Add s8f32 kernels and dynamic QuantizationInfoJonathan Deakin
2024-04-11Add in place summation to CPU GEMM kernelsRadu Salavat
2024-03-25Adds Tests and reference implementation for scatter operator with 1D tensors.Mohammed Suhail Munshi
2024-03-21Add skeleton for CLScatter op, reference and testsMohammed Suhail Munshi
2024-03-21[ONCPUML-1451] Add matmul kernel to enable bf16 to bf16 operations via PyTorc...Renato Arantes
2024-03-11Set int8 test tolerance in FullyConnected to int8Gunes Bayir
2024-02-15Fix linker errors in validation suite for WoAPablo Marquez Tello
2024-02-14[QTest] Use dynamic output quantization in Depthwise Conv testsOmar Al Khatib
2024-02-08Fix the bug in GpuTanh operator in dynamic fusionGunes Bayir
2024-02-01Use the stable CKW API in the GPU dynamic fusion backendGunes Bayir
2024-01-23Make GpuWorkloadContext own all tensor info objectsViet-Hoa Do
2024-01-11Fix test compilation error on GCC 13.2Jakub Sujak
2024-01-04Implement dynamic quantization for GEMMLowp testsSiCong Li
2023-11-08Optimize CpuGemmConv2d start-up timeSiCong Li
2023-11-06Fix Elementwise Division Dynamic Shape testsAnitha Raj
2023-11-03Add Dynamic Quantization tests to Fully Connected LayerMohammed Suhail Munshi
2023-10-31[GPU] Update Reverse layer to allow negative axis and reversed axis orderAdnan AlSinan
2023-10-31Fix clang-tidy errorsJakub Sujak
2023-10-31Use dynamic quantization in Convolution and Dilated Convolution testsGunes Bayir
2023-10-31Extend CKW MatMul with nt_tAdnan AlSinan
2023-10-30Use dynamic quantization in OpenCLâ„¢ Direct Convolution testsGunes Bayir
2023-10-17Fix memory Error in Reverse Fixture.Adnan AlSinan
2023-10-10Optimize NEStackLayerGunes Bayir
2023-10-05Optimize CLTranspose operatorJakub Sujak
2023-10-03Fix nightly NEON Reverse reference failureAdnan AlSinan
2023-10-02Fix Nightly failing validation tests in NEON ReverseAdnan AlSinan
2023-09-27Implement tflite compliant reverse for CPUAdnan AlSinan
2023-09-20Fix the validation issue in AddMulAdd fused kernelGunes Bayir
2023-09-18Separate the output quantization calculation logic from matmulGunes Bayir
2023-09-04Extend Neon ReshapeLayer validation testsAnitha Raj
2023-09-04Remove legacy PostOps codeJakub Sujak
2023-08-31Port ClTemplatePool2d to ckwAdnan AlSinan
2023-08-22Optimize CpuReshapeKernelAnitha Raj
2023-08-17Remove functionality to add padding in Y dimension in validation testsAnitha Raj
2023-08-08Fix failure in MeanReduce layerViet-Hoa Do
2023-08-01Improved testing for ArgMinMaxPablo Marquez Tello
2023-07-14Fix dynamic fusion compilation errorViet-Hoa Do
2023-07-13Added S64/U64 support for the input in CLCastPablo Marquez Tello
2023-07-12Make test fixture setup methods not be templatedMatthew Bentham
2023-07-11Add Bias to MatMul Kernels and add support for use in Fully Connected LayerMohammed Suhail Munshi
2023-07-07Enable transpose convolution with non-square kernelsViet-Hoa Do