You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following issues are identified on the Dataset APIs,
Cached data should be passed on from one logical plan to another wherever the pointers referring to the columns fields are part of the RDDOUTPUT and not in GPUOUT. Cached GPUOUT fields will continue to be owned by the logical plan which invoke it.
Unloading the GPU data should be possible only by the logical plan which owns it.
Repetitive loadGpu calls on the same dataset should execute fast as data is already loaded into GPU from the first invocation.
The text was updated successfully, but these errors were encountered:
The following issues are identified on the Dataset APIs,
Cached data should be passed on from one logical plan to another wherever the pointers referring to the columns fields are part of the RDDOUTPUT and not in GPUOUT. Cached GPUOUT fields will continue to be owned by the logical plan which invoke it.
Unloading the GPU data should be possible only by the logical plan which owns it.
Repetitive loadGpu calls on the same dataset should execute fast as data is already loaded into GPU from the first invocation.
The text was updated successfully, but these errors were encountered: