Fix StridedMemRefType operator[] SFINAE to allow correctly selecting the `int64_t...
authorMehdi Amini <joker.eph@gmail.com>
Wed, 10 Feb 2021 20:01:20 +0000 (20:01 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 10 Feb 2021 20:02:11 +0000 (20:02 +0000)
commit81987396ac2ceff56caaa19f54786834523f16db
treec25a643df3085c499850fc9acc0939c666ffe9eb
parentd77b04e4edc00da3be2e0d2c8a0c80ae3ce0d829
Fix StridedMemRefType operator[] SFINAE to allow correctly selecting the `int64_t` overload for non-container operands
mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
mlir/unittests/ExecutionEngine/Invoke.cpp