sameeranjoshi

Results 14 issues of sameeranjoshi

Thanks for such tool. I was trying to go through a few tests at https://codegolf.stackexchange.com/questions/1956/generate-the-longest-error-message-in-c I couldn't simplify these tests with the tool, I used command as `g++ temp.cpp -ftemplate-depth=10000...

I am trying to run `SPEC CPU 2017` rate runs, using `llvm-bolt` for which I am trying to generate the bolt cfg specifically for the ICC binaries. Here's how I...

Hello, I was trying to reproduce the `optimizing the clang toolchain`[1]. I was using monorepo llvm-projects trunk(clang-13). Note: Not using the rebased branch instead using the main branch. I was...

While I was trying to run `ninja check-bolt` on the `rebased` branch following tests fail. ``` ******************** ******************** Failed Tests (17): BOLT :: X86/debugTypesBug.s BOLT :: X86/fix-branches-jrcxz.s BOLT :: X86/hot_end_symbol.s...

Hi, I am interested in digging more into reading more about the implementation of the scheduling language which TACO provides I have read paper. 1. [A sparse iteration space transformation...

In the line referenced [1] , why do you use mlir-translate instead of mlir-opt ? Background here (https://discourse.llvm.org/t/doc-mlir-translate-mlir-opt/60751) I would try to make it mlir-opt in case it's a bug,...

### Compiler name IREE ### Compiler version latest ### Compiler language C++, MLIR, LLVM ### Compiler homepage https://openxla.github.io/iree/ ### Motivation The need for IREE is to have people play around...

new-compilers
request

Attaching image of the issue I stumbled upon luckily when my mouse pointer was idle, There seems to be a hidden link for "PDLExtensionOps" before the "acc" Dialect. When right...

mlir:doc

I am trying to build and test and play with the transform-dialect directory, I followed the steps from the dumped commands I get this error, is these some flag changes...

running with flang FC=flang cmake ../ make : /usr/bin/ld: /usr/bin/../lib/gcc/x86_64-linux-gnu/8/../../../x86_64-linux-gnu/libflangmain.a(flangmain.c.o): in function `main': (.text.startup.main+0x42): undefined reference to `MAIN_' flang-7: error: linker command failed with exit code 1 (use -v to...