Skip to content

Version 0.4.1

Compare
Choose a tag to compare
@benvanwerkhoven benvanwerkhoven released this 10 Sep 12:50
· 1006 commits to master since this release

This version adds a brand new Bayesian Optimization strategy, as well as some smaller features and fixes.

[0.4.1] - 2021-09-10

Added

  • support for PyTorch Tensors as input data type for kernels
  • support for smem_args in run_kernel
  • support for (lambda) function and string for dynamic shared memory size
  • a new Bayesian Optimization strategy

Changed

  • optionally store the kernel_string with store_results
  • improved reporting of skipped configurations