Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Not all of the compute kernels available via list_compute_functions() are actually available to use in R, as they haven't been hooked up to the relevant Options class in r/src/compute.cpp.
We should:
- Implement all remaining options classes
- Go through all the kernels listed by list_compute_functions() and check that they have either no options classes to implement or that they have been hooked up to the appropriate options class
Attachments
There are no Sub-Tasks for this issue.