summaryrefslogtreecommitdiff
path: root/scripts/generator
AgeCommit message (Expand)Author
2023-06-16Fix pointer error in `pyclblast` on ARM (#490)Yubraj Bhoi
2023-05-07AMAX/AMIN integer testing and bug fixes (#457)Cedric Nugteren
2023-03-25Fix documentation bug w.r.t. ld values and matrix layoutCedric Nugteren
2020-05-12Added CLBLAST_VERSION_MAJOR/MINOR/PATCH defines in headers to store version n...Cedric Nugteren
2020-05-10Added pyclblast bindings for the 3 batched routinesCedric Nugteren
2020-03-08Update API documentationCedric Nugteren
2019-01-23Added fp32 to fp16 conversion function in Python to make haxpy example workCedric Nugteren
2019-01-22Added experimental support for half-precision in pyclblastCedric 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-10-23Added groundwork for col2im algorithm plus first non-working version of kerne...Cedric Nugteren
2018-09-16Merge branch 'master' into convgemm_multi_kernelCedric Nugteren
2018-08-05Added an option to compile the Netlib API with static OpenCL device and contextCedric Nugteren
2018-07-29Removed complex numbers support for CONVGEMMCedric Nugteren
2018-07-29Merge branch 'master' into CLBlast-267-convgemmCedric Nugteren
2018-07-13Added tuning results for HD Graphics 6000 Broadwell GT3Cedric 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-03-27mergedkodonell
2018-03-27got the generator thing workingkodonell
2018-03-10Updated the documentation for the tuner APICedric Nugteren
2018-03-10Fixed a few things for the new tuning APICedric Nugteren
2018-03-03Fixed some small issues regarding PR#253Cedric Nugteren
2018-03-03Added C API for getting GEMM temp buffer sizesivagnanamn
2018-02-25Generated PyCLBlast docstringsCedric Nugteren
2018-02-25Some style improvements in the pyclblast code generatorCedric Nugteren
2018-02-25Added API documentation for two missing C++ functionsCedric Nugteren
2018-02-24Renamed the API documentationCedric Nugteren
2018-02-21Fixed duplication of parameter descriptions by the doc generatorKirill Mavreshko
2018-02-18Prepared PyCLBlast for release as a package on PyPiCedric Nugteren
2018-02-18Added all other level 1/2/3 routines to pyclblastCedric Nugteren
2018-02-18Added GEMM to the Python wrapperCedric Nugteren
2018-02-14First agenerated version (clblastXswap only for now) of the pyclblast wrapperCedric Nugteren
2018-02-02Fixed the XHAD documentationCedric Nugteren
2018-01-31Created the API and stubs for the HAD (hadamard-product) routinesCedric Nugteren
2018-01-11Added a RetrieveParameters function to inspect tuning parametersCedric Nugteren
2018-01-07Added API and tests for new GemmStridedBatched routineCedric Nugteren
2018-01-06Fixed a minor nullptr related issue in the code generatorCedric Nugteren
2018-01-06Added CUDA interface to get temporary-buffer size for GEMM routineCedric Nugteren
2018-01-04Added a CUDA version of the GEMM temp-buffer optional argumentCedric Nugteren
2018-01-04Updated the generator script to automatically generate the temp-buffer codeCedric Nugteren
2017-12-28Added interface to compute the required temporary buffer size for GEMMCedric Nugteren
2017-10-14Various fixes to make the host code and sample compile with the CUDA APICedric Nugteren
2017-10-12CUDA API now takes context and device in instead of streamCedric Nugteren
2017-10-11Added first (untested) version of a CUDA APICedric Nugteren
2017-10-09Fixed the Python generator script w.r.t. the recent change of testing direct/...Cedric Nugteren
2017-10-08Moved non-routine-specific API functions and includes to separate filesCedric Nugteren
2017-07-02Added interface and stubs for the im2col routineCedric Nugteren
2017-06-25Fixed some Clang and MSVC warningsCedric Nugteren