You need to sign in or sign up before continuing.
Commit c9a60a98 authored by lishen's avatar lishen
Browse files

python调用时可以查询dcu_versino

parent 01ec9b4b
......@@ -328,7 +328,7 @@ def get_extensions():
def main():
setup(
name='warpctc_pytorch',
version=get_version(os.environ.get('ROCM_HOME')),
version=get_version(_find_rocm_home()),
description='Torch fuseop Computer Vision Foundation',
keywords='computer vision',
packages=find_packages(),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment