See #156. I've added options.py files to each of the backends modules, with
the idea that all of the backend's runtime options should be specified and
configured there. For examples of how to use the register_option(...) API,
have a look at sameproject/ops/functions/options.py and
test/ops/test_runtime_options.py.
See #156. I've added
options.py
files to each of the backends modules, with the idea that all of the backend's runtime options should be specified and configured there. For examples of how to use theregister_option(...)
API, have a look atsameproject/ops/functions/options.py
andtest/ops/test_runtime_options.py
.