File size: 252 Bytes
3c8e381 | 1 2 3 4 5 6 | # SPDX-FileCopyrightText: Copyright (c) 2021-2024 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: LicenseRef-NVIDIA-SOFTWARE-LICENSE
cdef extern from "loader.h":
int getCUDALibraryPath(char *libPath, bint isBit64)
|