summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-02-09Added tuning parameters for Tesla P100 16GBCedric Nugteren
2019-02-09Added tuning parameters for Xeon E5-2630 v3 and v4Cedric Nugteren
2019-01-19Added documentation on the convgemm routineCedric Nugteren
2018-12-18Update the documentationKoichi Akabe
2018-12-01Added a FAQ documentCedric Nugteren
2018-11-12Add kernel_mode option to im2col, col2im, and convgemm functionsKoichi Akabe
2018-11-07Changed col2im to append to the existing im-bufferCedric Nugteren
2018-11-01Added new col2im routine to the documentationCedric Nugteren
2018-10-23Added groundwork for col2im algorithm plus first non-working version of kerne...Cedric Nugteren
2018-10-14Merge pull request #319 from CNugteren/convgemm_multi_kernelCedric Nugteren
2018-10-13Updated the documentation for GEMV tuningCedric Nugteren
2018-09-16Merge branch 'master' into convgemm_multi_kernelCedric Nugteren
2018-09-15Added a kernel-parameter pair table to document the tuning APICedric Nugteren
2018-09-07Added xCONVGEMM as im2col plus a batched GEMM kernelCedric Nugteren
2018-09-03Add Julia WrapperHendrik Ranocha
2018-07-29Removed complex numbers support for CONVGEMMCedric Nugteren
2018-07-29Merge branch 'master' into CLBlast-267-convgemmCedric Nugteren
2018-07-14Updated to CLBlast version 1.4.1Cedric Nugteren
2018-07-13Added tuning results for Intel i5-4970SCedric Nugteren
2018-07-13Added tuning results for GeForce GTX 1070 TiCedric Nugteren
2018-07-13Added tuning results for HD Graphics 6000 Broadwell GT3Cedric Nugteren
2018-06-03Merge branch 'master' into CLBlast-267-convgemmCedric Nugteren
2018-06-03Added list of tuners to be run by 'alltuners' targetCedric Nugteren
2018-05-19Merge branch 'master' into CLBlast-267-convgemmCedric Nugteren
2018-05-19The GEMM routine tuner now loads kernel JSON tuning results from disk if avai...Cedric Nugteren
2018-05-17Added documentation on some details of the GEMM implementationCedric Nugteren
2018-05-09Updated the documentation for convgemm to include data layout (NCHW)Cedric Nugteren
2018-05-06Added convgemm skeleton, test infrastructure, and first reference implementationCedric Nugteren
2018-05-05Added interface of batched convolution as GEMMCedric Nugteren
2018-04-07Added tuning results for NVIDIA GeForce 970Cedric Nugteren
2018-04-07Added tuning results for NVIDIA GeForce 920MXCedric Nugteren
2018-03-30Updated the roadmapCedric Nugteren
2018-03-11Merge pull request #262 from CNugteren/CLBlast-237-tuning-apiCedric Nugteren
2018-03-10Added initial glossaryCedric Nugteren
2018-03-10Updated the documentation for the tuner APICedric Nugteren
2018-03-03Updated documentation and build badgesCedric Nugteren
2018-03-03Fixed some small issues regarding PR#253Cedric Nugteren
2018-03-03Added C API for getting GEMM temp buffer sizesivagnanamn
2018-02-26Added a note on preventing segfaults with OpenCL using the AMD APP SDKCedric Nugteren
2018-02-25Fixed Ubuntu PPA package nameCedric Nugteren
2018-02-25Added API documentation for two missing C++ functionsCedric Nugteren
2018-02-24Split the documentation and updated where neededCedric Nugteren
2018-02-24Renamed the API documentationCedric Nugteren
2018-02-20Fix of multiple duplicates in documentationKirill Mavreshko
2018-02-02Fixed the XHAD documentationCedric Nugteren
2018-01-31Created the API and stubs for the HAD (hadamard-product) routinesCedric Nugteren
2018-01-07Added API and tests for new GemmStridedBatched routineCedric Nugteren
2018-01-04Updated the generator script to automatically generate the temp-buffer codeCedric Nugteren
2017-07-02Added interface and stubs for the im2col routineCedric Nugteren
2017-05-12Added the IxAMIN routines: absolute minimum version of IxAMAXCedric Nugteren