[PATCH] Drop dependency on source repository hash
authorNobuhiro Iwamatsu <iwamatsu@debian.org>
Wed, 3 Aug 2022 05:00:47 +0000 (14:00 +0900)
committerNobuhiro Iwamatsu <iwamatsu@debian.org>
Sat, 6 Aug 2022 00:37:17 +0000 (01:37 +0100)
commit2325804427f8e3fc317191c50402f146295545bd
treeab611079a4fbe638fbf004d0b7f312e3dbdc6a86
parentd4e2dbad82ff4227fb597c0afc0ac3b0c1541635
[PATCH] Drop dependency on source repository hash

target_factory uses a hash of the top commit of the repository as
library id. As this id depends on the repository / branch it is not
stable; a version number should be used to represent library API
version if required.

As the library id is only used in the test, drop this function from
the library interface.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Gbp-Pq: Name 0001-Drop-dependency-on-source-repository-hash.patch
include/vitis/ai/target_factory.hpp
src/target_factory.cpp
test/test_lib_info.cpp