MCPcopy Create free account
hub / github.com/apache/tvm / callback_libdevice_path

Function callback_libdevice_path

python/tvm/support/nvcc.py:952–957  ·  view source on GitHub ↗
(arch)

Source from the content-addressed store, hash-verified

950
951
952def callback_libdevice_path(arch):
953 try:
954 return find_libdevice_path(arch)
955 except RuntimeError:
956 warnings.warn("Cannot find libdevice path")
957 return ""
958
959
960@tvm_ffi.register_global_func("tvm.support.nvcc.get_compute_version")

Callers

nothing calls this directly

Calls 1

find_libdevice_pathFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…