<table border="1" cellspacing="0" cellpadding="8">
    <tr>
        <th>Issue</th>
        <td>
            <a href=https://github.com/llvm/llvm-project/issues/58272>58272</a>
        </td>
    </tr>

    <tr>
        <th>Summary</th>
        <td>
            Error #13: Assertion failure at kmp_dispatch.cpp(1298) Mac M1 Ultra
        </td>
    </tr>

    <tr>
      <th>Labels</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Assignees</th>
      <td>
      </td>
    </tr>

    <tr>
      <th>Reporter</th>
      <td>
          leedrake5
      </td>
    </tr>
</table>

<pre>
    This is really two separate bugs. The first is probably thorny: If another service like Dropbox is running, it can effectively block full CPU utilization. [See issue here](https://github.com/dmlc/xgboost/issues/8320#issuecomment-1272485117). Speculation in that thread is that this could be fixed with dynamic scheduling. 

The second is when those processes are closed, the actual execution of OpenMP is quite unstable with these chips. Here is an error I got:

```
OMP: Error #13: Assertion failure at kmp_dispatch.cpp(1298).
OMP: Hint Please submit a bug report with this message, compile and run commands used, and machine configuration info including native compiler and operating system versions. Faster response will be obtained by including all program sources. For information on submitting this issue, please see https://bugs.llvm.org/.
zsh: abort R
```


</pre>
<img width="1px" height="1px" alt="" src="http://email.email.llvm.org/o/eJylVMtu3DgQ_Brp0shAr5nRHHTwxmskByNGHueAoloS1xSp5cP25OtT1IyzDrDYywIExZbIYnVVt3o7nLuvs_KE4VhofabwbMnzKpwITH2c_I6-zkyjcj6kbauzvejTxtk6c87qG_o4kjA2zOxw0j0pyaTVI9Ots2tvXzbwaIwyU1a9JxVICkM8jiyDemJA9drKRxqj1vT-4RvFoLT6IYKyZkfZ_o8vzMDwkQlXcLa_zap2DmH1uDyr7jAmFebY76RdEAyLlni8TL21PmC1nfVYtHVVZFW9xdi7sAnvyupYNe2-LI9ZddrRl5Vl1NvdpAySFAETtBlSGtcQK2mjHqhPwrzwQM8gQMPZiEVJ8nLmIWrkC_rFbVbcXOako8fFZsN6njnhW89JU8nesyfhmKTGuyFJBUlJyBCFJn4Br42VHenTyub-IYH8HRVsisYHeMIXGjgFTDmrFd59gGJpY1LcOevoI002JOHeEMsOxXVs4af7h2Trn9t-6FXWKbwBQbcxGIXSEbDQ4nFZvw_KryLIeSfXFc6U1alNUv6G9UGZQA-aBZj52C8oApGqC1W3WhdeiYPoAiHExCl9WLQqZCUgGAooxQvWnuJVn_RhEcjUIF9rRjVF92rdaDFJHQfYQEakSnsFdNtBu3LajK_-7AMv9MTO4yxEuxN44cDNr4iTrKhMeG37IHAXfD-_AUfbJAcnJxbyNjpYCQhIl0i45UII45L3dmO49BzKMKWxXnVBmf9e1lv7af207KxD79xdNf3h56Sp6JNyn__Vwsucc1ceDvumKQ_FMR-6ejjVJ5EHFTR3_89euheS7kv6poMTeXS6-4-OTClcH--g1F9o_LdtuW_Rg_ncFdyL414e-7YqZHsoirLqT20tpWyqo2SRa9Gz9h1-CfgJ5KqriqoqixJzUxTHXSHLo2hOTVMXVVu3ImsKXpDMLwlz120ckq74qJUP_-ibC-_VZJhf8UVMv7hOMw9OPPI-3wh3G9ufGpa-jg">