Caller#

class rbc.remotejit.Caller(func, signature)#

Remote JIT caller, holds the decorated function that can be executed remotely.

Attributes

Caller.local

Return Caller instance that executes function calls on the local host.

Methods

Caller.__init__(func, signature)

Construct remote JIT caller instance.

Caller.describe()

Return LLVM IRs of all target devices.

Caller.get_signatures()

Return a list of normalized signatures for given target device.

Parameters:

signature (Signature) –