Giacomo Castiglioni
Giacomo Castiglioni
Hi @jmmartinez, I think this is a cool project and I would be interested in trying it out. As a first step I was trying to compile it with a...
Hi @jmmartinez, That is what I was thinking, thanks for the pointer, I'll report back if I succeed! Cheers,
Hi @cnergyone, unfortunately not much progress on my side as I am focusing on other projects. Regarding your error, that's a deprecated function, you should replace it with add_llvm_library(yourLib MODULE...
If I understand well, `` means that it is an unknown multiple (n times) of m x type where m is the minimum number of elements. Since the minimum for...
Just as initial reference, below is a summary of current timings on x86_64. First line is JIT, second line is external kernel (note that there is some overhead from JIT...
no, except that I forgot to add it! I will re-run the test.
I have encountered https://github.com/llvm/llvm-project/issues/71963 in the context of the MLIR `ExecutionEngine`. This PR fixes the bug, is there a reason why this PR was not merged in `main`?