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
I noticed that bit strings are represented as memref of i1 instead of vectors of i1. Using vectors would allow for parallelism in bit-wise operations, so is there a particular reason for using a memref?
I noticed that bit strings are represented as memref of
i1instead of vectors ofi1. Using vectors would allow for parallelism in bit-wise operations, so is there a particular reason for using a memref?