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, the BufNode in ThrillerGraph can only be represented within a single block. To enable parallel processing and automatic calculation of block mapping across multiple blocks, the user needs to specify how to partition the global memory and bind it to different blocks.
The text was updated successfully, but these errors were encountered:
Currently, the
BufNode
inThrillerGraph
can only be represented within a single block. To enable parallel processing and automatic calculation of block mapping across multiple blocks, the user needs to specify how to partition the global memory and bind it to different blocks.The text was updated successfully, but these errors were encountered: