summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-10Updated the documentation for the tuner APICedric Nugteren
2018-03-10Fixed a few things for the new tuning APICedric Nugteren
2018-03-10Completed the API for all tuneable kernelsCedric Nugteren
2018-03-09Added several more tuner API functionsCedric Nugteren
2018-03-06Fixed compilation issue in Xger tunerCedric Nugteren
2018-03-06First version of the tuning API, added interface for copy-kernel, added sampleCedric Nugteren
2018-03-03Separate kernel tuners in .cpp with main and .hpp with settingsCedric Nugteren
2018-03-03Fixed the buildbot badges in the READMECedric Nugteren
2018-03-03Updated documentation and build badgesCedric Nugteren
2018-03-03Fixed some small issues regarding PR#253Cedric Nugteren
2018-03-03Merge pull request #253 from sivagnanamn/masterCedric Nugteren
2018-03-03Added C API for getting GEMM temp buffer sizesivagnanamn
2018-02-26Updated the changelogCedric Nugteren
2018-02-26Added a note on preventing segfaults with OpenCL using the AMD APP SDKCedric Nugteren
2018-02-25Merge pull request #249 from CNugteren/documation_reorgCedric Nugteren
2018-02-25Fixed Ubuntu PPA package nameCedric Nugteren
2018-02-25Generated function signatures/inspect for PyCLBlastCedric Nugteren
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-24Split the documentation and updated where neededCedric Nugteren
2018-02-24Renamed the API documentationCedric Nugteren
2018-02-24Updated the roadmapCedric Nugteren
2018-02-21Merge pull request #248 from kpot/patch-1Cedric Nugteren
2018-02-21Fixed duplication of parameter descriptions by the doc generatorKirill Mavreshko
2018-02-20Fixed several issues in the new invert tunerCedric Nugteren
2018-02-20Fix of multiple duplicates in documentationKirill Mavreshko
2018-02-18Merge pull request #247 from CNugteren/CLBlast-223-python-interfaceCedric Nugteren
2018-02-18Set initial pyclblast to be version 1.0.0Cedric Nugteren
2018-02-18Updated changelog and roadmap: Python package createdCedric Nugteren
2018-02-18Prepared PyCLBlast for release as a package on PyPiCedric Nugteren
2018-02-18Added PyCLBlast samplesCedric 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-13Added skeleton for Python interface using CythonCedric Nugteren
2018-02-11Added CLBlast version numbering to the compiled libraryCedric Nugteren
2018-02-11Fixed a minor typoCedric Nugteren
2018-02-03Merge pull request #246 from CNugteren/CLBlast-224-hadamard-productCedric Nugteren
2018-02-02Implemented the XHAD Hadamard product routineCedric Nugteren
2018-02-02Fixed the XHAD documentationCedric Nugteren
2018-01-31Created the API and stubs for the HAD (hadamard-product) routinesCedric Nugteren
2018-01-29Updated to CLBlast version 1.3.0Cedric Nugteren
2018-01-29Merge branch 'master' of github.com:CNugteren/CLBlastCedric Nugteren
2018-01-29Fixed a compilation error of the kernel-preprocessor test under MSVCCedric Nugteren
2018-01-28Updated the known issuesCedric Nugteren
2018-01-27Some fixes to the benchmark scriptsCedric Nugteren
2018-01-26Minor displaying improvements to the graph plotting scriptsCedric Nugteren
2018-01-26Fixed an event synchronisation issue in the batched gemm routinesCedric Nugteren
2018-01-25Improved the benchmark scripts; added gemmstridedbatched benchmarkCedric Nugteren