external#

rbc.external.external(signature, *, devices=['CPU'])#
Parameters:
  • signature (object (str, ctypes function, python callable, numba function)) – Any object convertible to a Numba function via Type.fromobject(…).tonumba()

  • devices (list) – Device names (‘CPU’ or/and ‘GPU’) for the given set of signatures. Default is [‘CPU’].