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
Currently, we are copying the ib_patch array back and forth often in the code. This is required because some compute is still performed on the CPU. Move this to the GPU to eliminate the memory copies.
Currently, we are copying the ib_patch array back and forth often in the code. This is required because some compute is still performed on the CPU. Move this to the GPU to eliminate the memory copies.