[Mesa-dev] [Bug 99618] AVX Intrinsics Run in GUI thread only

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Feb 2 20:58:13 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=99618

Bruce Cherniak <bruce.cherniak at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED

--- Comment #1 from Bruce Cherniak <bruce.cherniak at intel.com> ---
We've seen a similar problem with apps using TBB as their threading model. 
OpenSWR creates its thread pool when the OpenGL context is created and, by
default, binds threads to physical cores.

Two things you might try:
1) Create your application thread pool before creating the OpenGL context.
2) Set the KNOB_MAX_WORKER_THREADS environment variable to limit the number of
threads that OpenSWR creates.  This also tells OpenSWR to not bind threads to
cores.  Setting it to 0 may work in your situation and still enable the full
number of OpenSWR threads.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170202/4af351b1/attachment.html>


More information about the mesa-dev mailing list