Jakub Kuderski

Results 10 issues of Jakub Kuderski

Resolves the following clang-10 compiler warnings: ``` $ ninja [65/177] Building CXX object examples/CMakeFiles/oit.dir/oit/oit.cpp.o ../examples/oit/oit.cpp:501:7: warning: 'buildCommandBuffers' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] void buildCommandBuffers() ^...

### What happened? When e2e tests are executed on Android, the Undefined Behavior Sanitizer complains about multiple unaligned memory accesses. Setting the `IREE_MEMORY_ACCESS_ALIGNMENT_REQUIRED=1` cmake flag does not fix the ubsan...

bug 🐞
runtime

It would be great if the action could also report typos in the commit message. Currently, this can be worked around by saving the latest commit message to a file...

enhancement

### Is there an existing issue for this? - [X] I have searched the existing issues ### OS/Web Information - Web Browser: Chrome 98 - Local OS: Chrome OS 98...

bug
help-wanted

This is an umbrella issue for allowing fp8 type(s) in shark, spanning all the required layers of the stack: Turbine, IREE, MLIR, LLVM, including backends of interest like ROCm. Some...

feature request :rocket:

This is extension of the main Turbine refactoring work: https://github.com/nod-ai/SHARK/issues/1931. To enable future performance-related work, we should recreate the 1.0 benchmarking mode from `vicuna.py`: ### Enablement - [x] Allow llama2...

enhancement
performance

### Problem Description My rocm installation suffers severe instability that results in graphical artifacts, program hangs, and program / X session crashes. These issues are intermittent; running the same program...

Under Investigation
AMD Radeon RX 7900 XTX

I tried to implement i4 -> f16 conversion with a lookup table implemented using a dynamic vector extract: ```mlir func.func @main(%30 : tensor

bug 🐞
codegen
p2
codegen/rocm

We cannot use Abseil in dynamically loaded and dynamically unloaded libraries: https://abseil.io/about/compatibility#what-users-must-and-must-not-do Dynamic unloading of performance layers causes crashes because of Abseil code.

bug

The filesystem library is hardcoded as the libstdc++ one: ``` set(FILESYSTEM_LIB_NAME stdc++fs) ```

enhancement
good first issue
help wanted