summaryrefslogtreecommitdiff
path: root/src/pyclblast
AgeCommit message (Expand)Author
2020-05-10Updated PyCLBlast version numberCedric Nugteren
2020-05-10Added a sample to demonstrate a batched routineCedric Nugteren
2020-05-10Added pyclblast bindings for the 3 batched routinesCedric Nugteren
2019-01-23Added fp32 to fp16 conversion function in Python to make haxpy example workCedric Nugteren
2019-01-22Added a (non-working) sample of half precision AXPY in PythonCedric Nugteren
2019-01-22Updated pyclblast README, updated to 1.2.0 for half-precision supportCedric Nugteren
2019-01-22Added experimental support for half-precision in pyclblastCedric Nugteren
2018-03-30Updated pyclblast to 1.1.0 and uploaded to PyPiCedric Nugteren
2018-03-27mergedkodonell
2018-03-27moved override_parameters example out of sgemm examplekodonell
2018-03-26tidying up pyclblast override_parameters api, and added examplekodonell
2018-03-15Added queue-finish commands to PyCLBlast samples and testsCedric Nugteren
2018-03-11Added basic tests for PyCLBlastCedric Nugteren
2018-03-10ok, device id workingkodonell
2018-03-09initial add of override parameters to pyclblast - cython not complaining, but...kodonell
2018-02-25Generated function signatures/inspect for PyCLBlastCedric Nugteren
2018-02-25Generated PyCLBlast docstringsCedric Nugteren
2018-02-18Set initial pyclblast to be version 1.0.0Cedric 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