aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-08-22CPU: Depthwise: Generate correct size for input indirection array.v23.08branches/arm_compute_23_08David Mansell
2023-08-17Fix depthwise convolution not using assembly kernelViet-Hoa Do
2023-08-17Fix various static check issuesViet-Hoa Do
2023-08-15Fix out-of-scope CLBufferMemoryRegion's buffer still in queue issueSiCong Li
2023-08-11Update Readme for 23.08ramy.elgammal@arm.com
2023-08-10Update SONAME_VERSION in SConscript and VERSION in CMakeListsramy.elgammal@arm.com
2023-08-10Update Release Notesramy.elgammal@arm.com
2023-08-08Avoid using CLMatMul in CLFullyConnected when GPUTarget is Midgardramy.elgammal@arm.com
2023-08-08Fix failure in MeanReduce layerViet-Hoa Do
2023-08-07Port DirectConv2d to CKW backendJakub Sujak
2023-08-07Document the Conv2D heuristicGian Marco Iodice
2023-08-03Fix ReduceMean validate issueViet-Hoa Do
2023-08-03Fix CL Tile operatorViet-Hoa Do
2023-08-02Add helpers methods to CLHelpers in CKWGunes Bayir
2023-08-02Add op_write_raw_code to KernelWriter classesGunes Bayir
2023-08-01Improved testing for ArgMinMaxPablo Marquez Tello
2023-07-28Port ElementwiseBinary to CKW part 2SiCong Li
2023-07-28Retain back-compatibility for arm_compute/core/Types.hSiCong Li
2023-07-27Add TensorOperand and declare tensor argumentViet-Hoa Do
2023-07-27Add missing tests for CLCastPablo Marquez Tello
2023-07-27Add TensorSampler to CKWGunes Bayir
2023-07-26Design wrapper around CKW for easier writingNikolaj Jensen
2023-07-25Add GpuKernelArgumentBinding for runtime argument settingSiCong Li
2023-07-25Fix problem with exception handling in CPPSchedulerMatthew Bentham
2023-07-25Use CLTile for both variable and constant tilesViet-Hoa Do
2023-07-21Change TileOperand to a view of a tile objectViet-Hoa Do
2023-07-21Enable S64 output in CLArgMinMaxPablo Marquez Tello
2023-07-20Fix failing CTS tests by disabling matmul when weights conversion is required.Mohammed Suhail Munshi
2023-07-20Integrate CLTensorArgumentGian Marco Iodice
2023-07-19Update the OS mappingPablo Marquez Tello
2023-07-19Add support for input S64/U64 in CpuCastKernelPablo Marquez Tello
2023-07-18Break up core/Utils.h to reduce unused code being included everywhereMatthew Bentham
2023-07-14Port ClTemplateCast into CkwAdnan AlSinan
2023-07-14Port ClTemplateActivation into CkwAdnan AlSinan
2023-07-14Fix dynamic fusion compilation errorViet-Hoa Do
2023-07-13Added S64/U64 support for the input in CLCastPablo Marquez Tello
2023-07-13Fix excessive calls to clReleaseCommandQueueSiCong Li
2023-07-13Enable premultiplication for depthwise convolutionMichael Tyler
2023-07-12Add compute kernel writer arguments exportViet-Hoa Do
2023-07-12Rename ITileOperand and introduce vector/scalar interfaces in CKWGunes Bayir
2023-07-12Make test fixture setup methods not be templatedMatthew Bentham
2023-07-12Add tile declaration capability in KernelWriterGunes Bayir
2023-07-11Improved Argminmax testingPablo Marquez Tello
2023-07-11Fix retrieving CKW objectsJakub Sujak
2023-07-11Add kernel and kernel writer skeletonsViet-Hoa Do
2023-07-11Add Bias to MatMul Kernels and add support for use in Fully Connected LayerMohammed Suhail Munshi
2023-07-10Port operations to CKW prototypeNikolaj Jensen
2023-07-10Disable kernel size 3 in argminmax for axis 0Pablo Marquez Tello
2023-07-10Do not include headers necessary for logging when logging is disabledMatthew Bentham
2023-07-07Temporarily fallback to 23.05 links in READMEramy.elgammal@arm.com