nlcpy.request.set_offload_timing_onthefly¶
-
nlcpy.request.
set_offload_timing_onthefly
()¶ Sets kernel offload timing on-the-fly.
After calling this function,
nlcpy.request.flush()
will be called every time requests are stacked on VH.注釈
This function does not flush stacked requests, so we recommend to execute
nlcpy.request.flush()
before calling this function.