cbalint13 opened a new pull request, #17469:
URL: https://github.com/apache/tvm/pull/17469
Compile fixes for optional mlir presburger module against LLVM 19.x branch.
```
tvm-0.18-build/tvm/src/arith/presburger_set.cc:219:33: error: no member
named 'MPInt' in namespace 'mlir::presburger'
219 | SmallVector<mlir::presburger::MPInt> coeffs;
| ~~~~~~~~~~~~~~~~~~^
tvm-0.18-build/tvm/src/arith/presburger_set.cc:227:40: error: no member
named 'MPInt' in namespace 'mlir::presburger'
227 | coeffs.push_back(mlir::presburger::MPInt(*as_const_int(it)));
| ~~~~~~~~~~~~~~~~~~^
[ 18%] Building CXX object
CMakeFiles/tvm_objs.dir/src/auto_scheduler/feature.cc.o
2 errors generated.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]