summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2018-01-25Moved some constants from global scope to a function; removed unnecessary inc...Cedric Nugteren
2018-01-25Changed the default number of runs for the GEMV tuner to fix issues for FP16Cedric Nugteren
2018-01-20Merge pull request #244 from CNugteren/kernel_selection_batched_gemmCedric Nugteren
2018-01-18Made GEMM routine tuning a bit more generic in preparation of possible separa...Cedric Nugteren
2018-01-18Made the batched routines also chose direct/indirect kernel like the main GEM...Cedric Nugteren
2018-01-15Factored out the generic parts of the GEMM routine tunerCedric Nugteren
2018-01-14Small improvements to benchmarking for cuBLASCedric Nugteren
2018-01-11Merge pull request #240 from CNugteren/retrieve_tuning_parametersCedric Nugteren
2018-01-11Added test for the RetrieveParameters functionCedric Nugteren
2018-01-11Added a RetrieveParameters function to inspect tuning parametersCedric Nugteren
2018-01-11Fixed bug in override parameters testCedric Nugteren
2018-01-11Merge pull request #239 from CNugteren/gemm_strided_batchedCedric Nugteren
2018-01-08Implemented the in-direct version of the strided-batched GEMM kernelCedric Nugteren
2018-01-07Implemented direct version of strided-batched GEMM kernelCedric 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-06Prevented half-precision batched routines from failing in the testsCedric Nugteren
2018-01-06Reduced duplicate code in the batched GEMM implementationCedric Nugteren
2018-01-06Updated changelog and roadmapCedric Nugteren
2018-01-06Fixed a vendor naming bug in the tuners and in the databaseCedric Nugteren