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
Preprocess func to be used as a remotejit function definition.
func (callable) –
func – Preprocessed func.
callable