<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:bruce.cherniak@intel.com" title="Bruce Cherniak <bruce.cherniak@intel.com>"> <span class="fn">Bruce Cherniak</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - AVX Intrinsics Run in GUI thread only"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99618">bug 99618</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>ASSIGNED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - AVX Intrinsics Run in GUI thread only"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99618#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - AVX Intrinsics Run in GUI thread only"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=99618">bug 99618</a>
              from <span class="vcard"><a class="email" href="mailto:bruce.cherniak@intel.com" title="Bruce Cherniak <bruce.cherniak@intel.com>"> <span class="fn">Bruce Cherniak</span></a>
</span></b>
        <pre>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.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>