Skip to content

CLCudaAPI 3.0

Compare
Choose a tag to compare
@CNugteren CNugteren released this 04 Sep 15:16
· 43 commits to master since this release

Version 3.0 (2015-09-04):

  • Renamed the project from 'Claduc' into 'CLCudaAPI'
  • SetArgument now takes both l-value and r-value arguments
  • Added first version of a test infrastructure
  • Added new methods to the API:
    • Platform::NumDevices
    • Buffer::Buffer (a constructor with default read-write access)
    • Buffer::Buffer (a constructor filled with data from C++ start/end iterators)
    • Kernel::Launch (version with default OpenCL workgroup size)