Caller#
- class rbc.remotejit.Caller(func, signature)#
Remote JIT caller, holds the decorated function that can be executed remotely.
Attributes
Return Caller instance that executes function calls on the local host.
Methods
Caller.__init__
(func, signature)Construct remote JIT caller instance.
Return LLVM IRs of all target devices.
Return a list of normalized signatures for given target device.
- Parameters:
signature (Signature) –