Skip to content

Version 1.2

Compare
Choose a tag to compare
released this 23 Feb 13:16
· 452 commits to master since this release
cc2d3c7
  • Added support for AMD GPA profiling API, kernel profiling on AMD GPUs is now supported
  • Added support for new CUPTI profiling API, kernel profiling on newer Nvidia GPUs is now supported
  • Profiling API version can now be specified in premake
  • Added support for kernel compilation data retrieval
  • Significantly improved performance of kernel output validation for large buffers
  • Added support for scalar kernel arguments in Vulkan backend
  • Improved stop condition API
  • Fixed bug where retrieving best computation result could return invalid result
  • Duplicit results are no longer printed when kernel profiling is enabled
  • Fixed memory leak in old CUPTI profiling API
  • Fixed incorrect tuner behavior after failing to launch a kernel when kernel profiling is enabled
  • Added more examples that support kernel profiling