xiefangqi
bae1dd3bb0
Revert "Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc)."
...
This reverts commit 84d38e547a .
2021-12-08 16:39:10 +08:00
markuskunej
84d38e547a
Moved the offload operation check and map operation split from python (datasets.py) to c++ (NodeOffloadPass.cc).
...
Updated check for offload in python (dataset_helper.py and
iterators.py).
Updated auto_offload test in test_map_offload.py.
Changed MapNode.offload type from bool->int in bindings.cc.
Changed manual offload flag from int->enum.
2021-12-03 14:40:01 +00:00
xiefangqi
f74b5cea0c
optimize datasetops error msg
2021-12-01 09:11:22 +08:00
Rescue
da986710f0
Updated concat-zip check and UT.
2021-11-19 17:38:16 +00:00
markuskunej
29cf442521
Added dataset.config.set_auto_offload(), which will automatically attempt to offload dataset map operations if set to True.
2021-11-18 21:13:20 +00:00
rescue
22e03ab12e
Adding offload hardware accelerator.
2021-11-10 07:03:43 +00:00