forked from OSchip/llvm-project
Fix link to the other docs from the Bufferization dialect
This commit is contained in:
parent
ff0d9e6cfa
commit
850e8b4504
|
@ -22,8 +22,8 @@ def Bufferization_Dialect : Dialect {
|
|||
|
||||
Overview of the bufferization infrastructure and important conceptual
|
||||
details related to using the MLIR dialect conversion infrastructure can be
|
||||
found in [bufferization](Bufferization.md) and [buffer
|
||||
deallocation](BufferDeallocationInternals.md).
|
||||
found in [bufferization](/docs/Bufferization/) and [buffer
|
||||
deallocation](/docs/BufferDeallocationInternals/).
|
||||
}];
|
||||
let dependentDialects = ["memref::MemRefDialect", "tensor::TensorDialect"];
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue