Re: Habanalabs Open-Source TPC LLVM compiler and SynapseAI Core library

From: Oded Gabbay
Date: Wed Oct 27 2021 - 02:53:47 EST


On Fri, Sep 10, 2021 at 10:58 AM Greg Kroah-Hartman
<gregkh@xxxxxxxxxxxxxxxxxxx> wrote:
>
> On Fri, Sep 10, 2021 at 10:26:56AM +0300, Oded Gabbay wrote:
> > Hi Greg,
> >
> > Following our conversations a couple of months ago, I'm happy to tell you that
> > Habanalabs has open-sourced its TPC (Tensor Processing Core) LLVM compiler,
> > which is a fork of the LLVM open-source project.
> >
> > The project can be found on Habanalabs GitHub website at:
> > https://github.com/HabanaAI/tpc_llvm
> >
> > There is a companion guide on how to write TPC kernels at:
> > https://docs.habana.ai/en/latest/TPC_User_Guide/TPC_User_Guide.html
>
> That's great news, thanks for pushing for this and releasing it all!
>
> greg k-h

Hi Greg,
I would like to update that yesterday AWS launched new EC2 instances
powered by the Gaudi accelerators. It is now in general availability,
and anyone can launch an instance with those devices.
Therefore, one can now take the upstream driver, hl-thunk, tpc llvm
compiler and SynapseAI core and execute compute kernels on the Gaudi
devices. I have verified this to be working with the driver in kernel
5.15-rc6.

We are still missing the networking parts, but I hope to start
upstreaming them in the next coming months.

Thanks,
Oded