Libdevice#

class rbc.libfuncs.Libdevice#

NVIDIA libdevice function names with prefix __nv_ removed.

Reference: https://docs.nvidia.com/cuda/libdevice-users-guide/function-desc.html#function-desc

Attributes

Libdevice.name

Methods

Libdevice.__init__()

Libdevice.check(fname)

Return True if library contains a function with given name.

Libdevice.get(libname[, _cache])