I noticed that cuda_bindings examples are tested in CI as a separate step, whereas cuda_core examples are tested as part of its pytest test suite. I think the latter is better -- it makes it more obvious how to run them during local testing.
Is there a reason for the difference? If not, I think we should make cuda_bindings do the same as cuda_core here.
I noticed that
cuda_bindingsexamples are tested in CI as a separate step, whereascuda_coreexamples are tested as part of its pytest test suite. I think the latter is better -- it makes it more obvious how to run them during local testing.Is there a reason for the difference? If not, I think we should make
cuda_bindingsdo the same ascuda_corehere.