Automated deployment, scaling and management of FPGA clusters: the easy way

Automated deployment, scaling and management of FPGA clusters: the easy way

FPGA resource manager

FPGA resource manager

// Allocate four vectors
    inaccel::vector<float>  a(size), b(size),
                            c(size);// Send a synchronous request for 'addition' kernel to Coral FPGA 
// Resource Manager
// Request arguments must comply with the accelerator's 
// specific argument list
    inaccel::Request add_req    {'com.inaccel.math.vector.addition'};
    add_req.Arg(a).Arg(b).Arg(c).Arg(size);
    inaccel::Coral::Submit(add_req);
inaccel coral start --fpgas=all

 




Leave a Reply

Your email address will not be published.


Comment


Name

Email

Url