Christopher Bate

Results 7 issues of Christopher Bate

If a project uses CPM to pull in LLVM and builds the `clang` project of LLVM, then the target names `clang-format` and `check-clang-format` will conflict. Locally I fixed this by...

Looks like `docs` just needs to be changed to `documentation` in the links.

In the duplicate function elimination logic [here](https://github.com/llvm/llvm-project/blob/main/mlir/lib/Dialect/Func/Transforms/DuplicateFunctionElimination.cpp), there are a couple bugs: 1. It is not checked whether a function has a body or not, so in the below `some_external_func2`...

mlir
mlir:func

In CI environments, whenever my `CPMAddPackage` command has `PATCHES` set with multiple files, I get an error ``` /usr/bin/patch: '&&': extra operand /usr/bin/patch: Try '/usr/bin/patch --help' for more information. ```...

A behavior recently added in https://github.com/cpm-cmake/CPM.cmake/pull/604 attempts to emulate a FetchContent behavior for allowing `find_package` in CONFIG mode to be redirected to some CMake files. In this section added in...

MLIR/LLVM supports building with CMake setting `-DBUILD_SHARED_LIBS=ON`. This can be helpful during development for various reasons. However, building with this setting is much less forgiving of missing link dependencies in...

- Update TCGen5MMAOp description to include int8 support with an attribute to specify whether the MMA has signed or unsigned integer semantics. - Update the lowering through to LLVM/PTX. -...