Jakub Kuderski

Results 20 comments of Jakub Kuderski

There's one more warning, but I don't know if the switch the switch is fine or not: ``` [82/177] Building CXX object examples/CMakeFiles/textoverlay.dir/textoverlay/textoverlay.cpp.o ../examples/textoverlay/textoverlay.cpp:509:11: warning: enumeration value 'alignLeft' not handled...

@benvanik I discovered that I made a mistake in my android repro. Adding `IREE_MEMORY_ACCESS_ALIGNMENT_REQUIRED` with `add_compile_definitions` in `iree/runtime/src/iree/base/CMakeLists.txt` was insufficient and the option did not propagate to `bytecode_dispatch.c`. After I...

Thanks for reporting, @simontaylor81. @sudonatalie or @jaebaek, could you take a look?

Since this uses C++14, I have a general question: what is the minimum supported compiler version? I think this must have diverged from llvm 3.7, but I can't find related...

Thanks for reporting, @Jasper-Bekkers. @ehsannas, can you take a look?

Thanks for reporting, @CgGraphic. Would you be able to provide a minimal reproducer with all the definitions necessary to compile it, together with your full compiler invocation command?