aboutsummaryrefslogtreecommitdiff
path: root/tests/validation/CL
AgeCommit message (Expand)Author
2023-07-13Added S64/U64 support for the input in CLCastPablo Marquez Tello
2023-07-11Improved Argminmax testingPablo Marquez Tello
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
2023-07-06Fix nightly failures in MatMulLowpNativeKernel when using bounded activation ...Mohammed Suhail Munshi
2023-06-29Implement FP32/16 MatMul Lhs T Rhs T/NT kernel using MMUL extensionGunes Bayir
2023-06-26Use MatMul in fully connected layer with dynamic weights when supportedMohammed Suhail Munshi
2023-06-23Implement FP32/FP16 MatMul NT/T kernel using the MMUL extensionRamy Elgammal
2023-06-19Implement FP32/FP16 MatMul NT/NT kernel using the MMUL extensionSiCong Li
2023-06-16Add Fused Activation to OpenCL MatMulMohammed Suhail Munshi
2023-05-15Raise abs_tolerance number for CL/DirectConvolution3D fp16 testsRamy Elgammal
2023-05-05Connect CLMatMul function to quantized kernels and resolve NE BatchMatMul int...Jakub Sujak
2023-05-03Support multi-dimensional indices in the CL Gather Layer up to four-dimension...Omar Al Khatib
2023-04-27Add quantized CL MatMul kernel for LHS NT, RHS TJakub Sujak
2023-04-20Implement CL kernel for a native batched matmul Quantized - LHS transposed, R...Omar Al Khatib
2023-04-17Add quantized CL MatMul kernels for Lhs NT/T, Rhs NTGunes Bayir
2023-04-14Align naming convention of ClMatMulJakub Sujak
2023-04-13Implement MatMul Function and Operator with Floating Point support for CPUMohammed Suhail Munshi
2023-04-04Fix unused variable warning reported in nightly nuildRamy Elgammal
2023-04-04Support dynamic weights for Fully Connected layers on GPUJakub Sujak
2023-04-03Implement MatMul FunctionRamy Elgammal
2023-04-03Add Cropping to CLBatchToSpaceOmar Al Khatib
2023-03-24Add Texture Pipe Support for Matmul Lhs T/NT Rhs T kernelsRamy Elgammal
2023-03-24Add Texture Pipe Support for Matmul Lhs T/NT Rhs NT kernelsGunes Bayir
2023-03-21Add dynamic weights for CPU fully connected layerViet-Hoa Do
2023-03-20Implement OpenCL MatMul for Lhs T Rhs T/NT FP32/16Gunes Bayir
2023-03-17Implementation of RSQRT for quantized int8Ramy Elgammal
2023-03-17Implement OpenCL MatMul for Lhs NT Rhs T/NT FP32/16Ramy Elgammal
2023-03-01Add support for kernel indices in MaxpoolAdnan AlSinan
2023-02-14Add absolute tolerance to f16 CLConv3D validation testsSiCong Li
2023-02-01Add Subtraction operator to Dynamic Fusion interfaceRamy Elgammal
2023-01-31Sync tolerance number of dynamic fusion direct conv2d with the current librarySiCong Li
2023-01-17Fix ClGemm crashes on unsupported data typesSiCong Li
2023-01-10Fix CL DirectConvolutionLayer validate testsSiCong Li
2022-12-12Redistribute CL/Deconvolution QSYMM8_PER_CHANNEL testsGunes Bayir
2022-12-09Implement the OpenCL kernel to compute the indirect convolutionGian Marco Iodice
2022-11-25Implement address precalculation for indirect conv2d - OpenCLGian Marco Iodice
2022-11-22Remove dynamic fusion prototype with tests and examplesSiCong Li
2022-11-15Fix GemmLowp BatchMatMul Tests to use quantized OutputsMohammed Suhail Munshi
2022-11-14Optimize Transposed Convolution for CL backend (FP32/16)Gunes Bayir
2022-11-03Fix activation block in gemm.clGian Marco Iodice
2022-11-02Add Dynamic Fusion GpuConv2d FP32/FP16 testcaseRamy Elgammal
2022-09-21Add test for ClGemmLowpMatrixMultiplyCore to test a batched matrix multiplica...Ramy Elgammal
2022-09-16Fix validation in validate_image2d_support_on_rhsGian Marco Iodice
2022-09-14Fix invalid memory access for dynamically fused Cl Elementwise kernelsSiCong Li
2022-09-14Adding GELU activationMurray Kornelsen
2022-09-07Optimize depthwise convolution on OpenCLGian Marco Iodice
2022-09-07Add test for CLGEMM to test a batched matrix multiplication with variable inp...Mohammed Suhail Munshi
2022-08-03Add Dynamic Fusion Tests with BugFixesMohammed Suhail Munshi
2022-07-22Add GemmLowp MMUL Reshaped Only Rhs Support for QASYMM8/QASYMM8_SIGNEDFreddie Liardet