v2.0.0
(since following semver, and this changes public api, so bumping major version)
Changes:
- if you just want to ensure the cl context is initialized (which is entirely optional, but useful for testing), the public method now is:
hostside_opencl_funcs_assure_initialized
, rather than justassure_initialized
...