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
It seems that you utilize accelerated_scan.warp.scan to accelerate the RG-LRU in Griffin, but it only supports sequence length to be a power of 2, is there any solution to support variable sequence length?
The text was updated successfully, but these errors were encountered:
Hi @ruoyxue, I just pad the sequence length to the nearest power of 2 for now. If you need other sizes for efficiency, could you make an issue and describe your use case in https://github.com/proger/accelerated-scan?
It seems that you utilize
accelerated_scan.warp.scan
to accelerate the RG-LRU in Griffin, but it only supports sequence length to be a power of 2, is there any solution to support variable sequence length?The text was updated successfully, but these errors were encountered: