From 2f55d3f703a8fc9a1d2fb831e5084f309f3d85b5 Mon Sep 17 00:00:00 2001 From: yanqingshang Date: Thu, 5 Nov 2020 16:51:32 +0800 Subject: [PATCH 1/3] update RELEASE.md. --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 4625a1aa5..be18bfdc7 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Release 0.1.0-alpha +# Release 0.1.0-alpha test This is the initial release of TF_Adapter which was designed by the researchers and -- Gitee From 69694a58e073fcefa95b7e56b46421b0de1915c5 Mon Sep 17 00:00:00 2001 From: yanqingshang Date: Wed, 11 Nov 2020 11:07:32 +0800 Subject: [PATCH 2/3] update configure.py. --- configure.py | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.py b/configure.py index 73d6d98e4..ce7a3ec12 100755 --- a/configure.py +++ b/configure.py @@ -136,6 +136,7 @@ def setup_ascend(env_path): f.write(os.path.join(ascend_path, "fwkacllib", "lib64", "libge_runner.so\n")) f.write(os.path.join(ascend_path, "fwkacllib", "lib64", "libfmk_parser.so\n")) f.write(os.path.join(ascend_path, "fwkacllib", "lib64", "libdatatransfer.so\n")) + f.write(os.path.join(ascend_path, "fwkacllib", "lib64", "libindextransform.so\n")) f.write(os.path.join(ascend_path, "driver", "lib64", "driver", "libtsdclient.so\n")) f.write(os.path.join(ascend_path, "driver", "lib64", "common", "libc_sec.so\n")) -- Gitee From 1fe82e392501ff558c74265a4a5625bf58b8cbad Mon Sep 17 00:00:00 2001 From: yanqingshang Date: Wed, 11 Nov 2020 11:08:24 +0800 Subject: [PATCH 3/3] update RELEASE.md. --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index be18bfdc7..4625a1aa5 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,4 +1,4 @@ -# Release 0.1.0-alpha test +# Release 0.1.0-alpha This is the initial release of TF_Adapter which was designed by the researchers and -- Gitee