(arch)
| 950 | |
| 951 | |
| 952 | def 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") |
nothing calls this directly
no test coverage detected
searching dependent graphs…