Tobias Schuele

Results 9 issues of Tobias Schuele

Task groups are not correctly handled in both the OpenCL and the CUDA. The required calls can be found in the network plugin from line 454, embb_mtapi_network.c.

bug

Many users need concurrent data structures but not necessarily lock-free or wait-free ones (which are already available in EMB²). For example, if an application is not timing critical, blocking data...

feature

Currently, the linearizability checker from https://github.com/ahorn/linearizability-checker is run on branch embb530_linearizability_tester.

enhancement

Proposals for reducing overhead when processing extremely small tasks (to be discussed): - Align embb_atomic_int atomic_spin_variable_ using EMBB_PLATFORM_ALIGN (central definition of cache line size woud be useful as well as...

enhancement

Yocto allows to generate customized Linux images for embedded systems. Create a recipe for easy integration of EMB².

enhancement

With the introduction of the 'Projects' feature in GitHub, we decided to retire JIRA, which we have used so far for issue tracking and planning. All open issues will soon...

Hi, when I try to compile Maple with GCC 4.9.2, I get the following error message. Any ideas what's going wrong? Thanks! g++ -fPIC -D_GNU_SOURCE -D_USING_DEBUG_INFO -Wall -Werror -g -D_DEBUG...

### System Info Apple M2, Sonoma 14.6 (23G80), Python 3.12.5, pandasai 2.2.14 ### 🐛 Describe the bug The getting started example (https://docs.pandas-ai.com/library#smartdataframe) produces a wrong result when using llama3.1: ```...

bug