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
HostPipe implementation should pass the compiled program to backend when
invoke the read / write operation.
There are two scenarios for HostPipe read / write:
* Invoke device kernel before HostPipe read / write
* Invoke HostPipe read / write before device kernel.
For the 1st scenario, the program should be compiled before HostPipe
read / write. We get the program from Cache for HostPipe entry.
For the 2nd scenario, the program should NOT be compiled. We need to
compile the program first for HostPipe entry. The compiled program will
be cached for future device kernel.
0 commit comments