Details
- Reviewers
- None
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Bindings/Python/execution_engine.py | ||
---|---|---|
157 | This will always create a pointer to a float and can fail for other dtype. |
mlir/test/Bindings/Python/execution_engine.py | ||
---|---|---|
203 | Can you expose this? I tried to run the code but it complains: execution_engine.register_runtime("some_callback_into_python", callback) |
mlir/test/Bindings/Python/execution_engine.py | ||
---|---|---|
203 | I think this is from an unlanded diff base: https://reviews.llvm.org/D99562 |
mlir/test/Bindings/Python/execution_engine.py | ||
---|---|---|
150 | For 0d memrefs, shape and strides won't be present. |
mlir/test/Bindings/Python/execution_engine.py | ||
---|---|---|
203 | Got it. |
For 0d memrefs, shape and strides won't be present.