[Mlir-commits] [mlir] [memref] Support dense resources for memref-to-llvm (PR #79380)
Rob Suderman
llvmlistbot at llvm.org
Wed Jan 24 14:33:43 PST 2024
rsuderman wrote:
> Will this work on big endian?
>
> (see recent failure with dense resources support: [#78958 (comment)](https://github.com/llvm/llvm-project/pull/78958#issuecomment-1908782429) )
So that is a very good question that I am not 100% sure on. I would assume the data storage order should not change between the DenseResourcesAttr as it is just a bag of bytes I would assume it maps to the same way for DenseElementsAttr's byte ordering expectations. Is there a good way to validate?
https://github.com/llvm/llvm-project/pull/79380
More information about the Mlir-commits
mailing list