repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LoopVectorizer] Add support for chaining partial reductions (#120272)
[llvm-project.git]
/
third-party
/
benchmark
/
bindings
/
python
/
google_benchmark
/
version.py
blob
a324693e2d7b5133a435ade3d0a5a3e544528079
1
from
importlib
.
metadata
import
PackageNotFoundError
,
version
2
3
try
:
4
__version__
=
version
(
"google-benchmark"
)
5
except
PackageNotFoundError
:
6
# package is not installed
7
pass