Roman L

Results 17 comments of Roman L

@mciprian13 Yeah, this idea makes sense. A generalization of this approach would be to allow backends for customizing the mapping from a logical buffer to a contiguous memory pool it...

@wangshankun Could you provide the exact complete command line you use to invoke Glow? Also, can you explain if you are trying to invoke an external clang/llvm from Glow using...

@ankushduacodes > I would love to work on this. This is my first issue on this repo, Please let me know if I should be aware of anything else. It...

Try to configure `CMake` to use LLVM 11, assuming you installed it on your system. On MacOS it would be via "brew install llvm" Use the following command: PATH=/usr/bin:/usr/local/bin CC=/usr/local/opt/llvm/bin/clang...

@NinaPacifier Nobody has started working on this yet and no PRs were submitted. So, it is open for grabs. Please refer to this issue in your PRs, so that others...

While @ayermolo fixed a bunch of places, there is still a lot of other places to fix. So, it is still for grabs! How to reproduce: On MacOS Catalina I...

After looking at it a bit more, I'm starting to dislike the mess created by using llvm::StringRef in some places and `const std::string &` or `std::string` in other places. I...

@saranyakrish14 @chintanaprabhu If you have fixes please submit PRs and we'll review them! Thanks!

@mciprian13 Could you report how much perf win you observe using the approach in this PR?

@mciprian13 Just to check that I understand you correctly. You'd like to modify the IR so that the produces of inpN write into a tensorview, which is the slice of...