Search Unity

Discussion Intel OneAPI

Discussion in 'General Discussion' started by valarnur, Jun 11, 2022.

  1. valarnur

    valarnur

    Joined:
    Apr 7, 2019
    Posts:
    440
  2. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,982
    OneAPI is not by intel, they are just one of the vendors supporting it https://www.oneapi.io/ and have released some of their own stuff surrounding it, but yeah its multiple organisations working together

    As for support, dont expect anything new like this to land in unity for at least another 3 years, in a usable form - if it actually provides any value that is.
     
  3. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,190
    r31o, NotaNaN, lmbarns and 2 others like this.
  4. valarnur

    valarnur

    Joined:
    Apr 7, 2019
    Posts:
    440
    My observation is new APIs and thier libraries generally increase the size of applications.

    But Intel Alchemist graphic units should support Unity. Potentially, this heterogeneous computing idea could increase performance for HDRP.
     
    Last edited: Jun 14, 2022
  5. Murgilod

    Murgilod

    Joined:
    Nov 12, 2013
    Posts:
    10,156
    In a way that is a fraction of a percent the size of any graphical or audio asset.
     
    DragonCoder likes this.
  6. Tautvydas-Zilys

    Tautvydas-Zilys

    Unity Technologies

    Joined:
    Jul 25, 2013
    Posts:
    10,680
    Parts of it are already used in the editor, specifically by the lightmapper. I think the new denoising package for Unity 2022.2 also makes use of some parts of it.
     
  7. valarnur

    valarnur

    Joined:
    Apr 7, 2019
    Posts:
    440
  8. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,190
    Just be aware that this was the work of an Intel application engineer and not the core developers. While it's likely it will remain it's entirely possible that he won't contribute further and no one will step up to maintain it. Hasn't been the first time I have seen that in open source.
     
  9. valarnur

    valarnur

    Joined:
    Apr 7, 2019
    Posts:
    440
    What is the difference in architecture between oneAPI DPC++ compiler and Burst in Unity?
    Can they get to work together ?
     
  10. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Would like to see Unity open up the AI denoising stuff for general scripting. Having it to had is a good time saver vs manual implementation (for tooling etc).