RemoteJIT.preprocess_callable#

RemoteJIT.preprocess_callable(func)#

Preprocess func to be used as a remotejit function definition.

Parameters

func (callable) –

Returns

func – Preprocessed func.

Return type

callable