vscode-mlir icon indicating copy to clipboard operation
vscode-mlir copied to clipboard

Results 5 vscode-mlir issues
Sort by recently updated
recently updated
newest added

When using include ``` include "boning/BoningDialect.td" ``` an error occurs "File scheme appears: expect body to be an absolute path starting with '/'"

`settings.json` when set to ``` "mlir.server_path": "${workspaceFolder}/build/bin/standalone-lsp-server", ``` will get a error when set to absolute path, everything works

I am not sure if this is a bug or not, or whether I'm using the tablegen language server incorrectly. I modified the LLVM CMake to generate an entry in...

Hi, not sure if it's the right place, but I'm wondering how to format `*.td` and `*.mlir` files, is there a tool like `clang-format` to do this? Sorry, I didn't...

I followed this page https://github.com/llvm/llvm-project/tree/main/mlir/examples/standalone, use "Building - Component Build" to build my out-of-tree project. I copy example/standalone to other folder as my template project and successfully configure and build...