axeldavy

Results 14 issues of axeldavy

### Version/Branch of Dear ImGui: Version 1.91.0, Branch: master ### Back-ends: imgui_impl_opengl3.cpp + imgui_impl_glfw.cpp ### Compiler, OS: GCC, Linux ### Full config/build information: _No response_ ### Details: **What I'm trying...

Hi, Intel has a very useful extension: cl_intel_subgroups Which enables inside a subgroup (a wavefront) to shuffle items, do reduce operations, etc. According to https://gpuopen.com/amd-gcn-assembly-cross-lane-operations/ Recent AMD hardware can do...

Feature Request

### Is your feature request related to a problem? Please describe. Thread local variables are nice to have in multi-threaded code. Right now one can get thread local variables using...

### Is your feature request related to a problem? Please describe. A limitation of Cython is that you cannot have cdef inside a block (if, for, etc). While this is...