nlcpy.request.set_offload_timing_onthefly
- nlcpy.request.set_offload_timing_onthefly(VENode venode=None)
Sets kernel offload timing on-the-fly.
After calling this function,
nlcpy.request.flush()
will be called every time requests are stacked on VH.- Parameters
- venodeVENode
Targe VE node. If set to ‘None’, the current active VE node is set.
Note
This function does not flush stacked requests, so we recommend to execute
nlcpy.request.flush()
before calling this function.