`create_kernel` API Update
Files
3- Jan Hönig authored
@@ -26,7 +26,7 @@ def create_kernel(assignments, function_name="kernel", type_info=None, split_gro
To reduce the kwargs
hell, we introduced dataclasses, which handle the settings of create_kernel
and similar functions.
In addition we introduced type-hints for the API functions to increase usability and simplify development.