nlcpy.request.set_offload_timing_lazy

nlcpy.request.set_offload_timing_lazy(VENode venode=None)

Sets kernel offload timing lazy.

After calling this function, requests will be packaged and flush together to VE.

Parameters
venodeVENode

Targe VE node. If set to 'None', the current active VE node is set.

注釈

Default offload setting is 'lazy', so you don't need to call this function normally.