Skip to content

Releases: jinmingyi1998/opencl_kernels

v1.2.3

25 Aug 09:48
Compare
Choose a tag to compare
  • cli update

v1.2.2

24 Aug 10:39
Compare
Choose a tag to compare
  • Support Custom C Structure input kernel arg
  • add tests

v1.2.1

18 Aug 08:58
Compare
Choose a tag to compare
  • more cli command features support
  • tune can be start from cli

v1.2.0

17 Aug 11:56
Compare
Choose a tag to compare

support tuning:

  • class Tuner
  • docs

v1.1.4

16 Aug 08:13
Compare
Choose a tag to compare
  • fix benchmark config
  • update docs

v1.1.3

10 Aug 10:38
Compare
Choose a tag to compare
  • add benchmark

v1.1.2

09 Aug 09:22
Compare
Choose a tag to compare
  • support timer info return by run()
  • add docs readthedocs

v1.1.1

07 Aug 11:02
Compare
Choose a tag to compare
  • add release function for reload kernel, useful when using in a jupyter notebook
  • update docs
  • update pyi files

v1.1.0

06 Aug 17:37
Compare
Choose a tag to compare
  • support different type for constant args
  • support worksize -1

v1.0.2

06 Aug 15:28
Compare
Choose a tag to compare
  • release gpu memory after run kernel
  • update python api, support more way to load kernel
  • update readme and example