Skip to content

CUDNN_LIBRARY selection #4860

@ajayjapan

Description

@ajayjapan

libraries = sorted(glob.glob(os.path.join(path, 'libcudnn*')))
if libraries:
CUDNN_LIBRARY = libraries[0]
CUDNN_LIB_DIR = path
break

If there was two libcudnn files (libcudnn.5.dylib and libcudnn.7.dylib) in the folder wouldn't it result in taking the older version (libcudnn.5.dylib)?

Maybe adding a warning or something to insure its the right lib?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions