Open
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct
Area
cuda.bindings
Is your feature request related to a problem? Please describe.
#652 adds these constructors for these various code types to the ObjectCode
class, but can't leverage the convenient pattern for testing that the existing ones do and need their own set of tests.
Describe the solution you'd like
Some ideas that have been brought up:
- Take a similar approach to Numba's test binary makefile and vendor some/all of it here with appropriate changes
- Other ideas raised in the comments Add more
ObjectCode
constructors #652 (comment)
Describe alternatives you've considered
No response
Additional context
No response