Skip to content

Draft: Add transfer_test.cc along with a test sample for TransferIteratorIndirectStructured

apryakhin requested to merge affine-test-experimental into affine

The sample review that demonstrates tests proposal for transfer_test.cc. There are few open questions:

  1. Should transfer_test.cc be under ../legion/realm/test/ or ../legion/runtime/realm/transfer/
  2. How to structure the tranfer_test.cc,.e.g. would adding TranferIteratorIndirectStructured (same for other classes) be acceptable.
  3. Is there are way to avoid initialization the runtime in order to lighten the test itself, reduce overall running time.

If acceptable, it can be extended to cover all functionality for TranferIteratorIndirectStructured and be the first change in tranfer_test.cc.

Edited by apryakhin

Merge request reports