mirror of
https://github.com/RRZE-HPC/asmbench.git
synced 2025-07-21 04:31:05 +02:00
version bump
This commit is contained in:
1
.idea/vcs.xml
generated
1
.idea/vcs.xml
generated
@@ -2,5 +2,6 @@
|
|||||||
<project version="4">
|
<project version="4">
|
||||||
<component name="VcsDirectoryMappings">
|
<component name="VcsDirectoryMappings">
|
||||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||||
|
<mapping directory="$PROJECT_DIR$/doc/asmbench-SC18SRC-poster" vcs="Git" />
|
||||||
</component>
|
</component>
|
||||||
</project>
|
</project>
|
2
setup.py
2
setup.py
@@ -6,7 +6,7 @@ with open('README.rst') as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='asmbench',
|
name='asmbench',
|
||||||
version='0.1.2',
|
version='0.1.3',
|
||||||
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
|
packages=find_packages(exclude=['contrib', 'docs', 'tests*']),
|
||||||
url='https://github.com/RRZE-HPC/asmbench',
|
url='https://github.com/RRZE-HPC/asmbench',
|
||||||
license='AGPLv3',
|
license='AGPLv3',
|
||||||
|
@@ -444,9 +444,9 @@ def main():
|
|||||||
bench.setup_llvm()
|
bench.setup_llvm()
|
||||||
|
|
||||||
# Benchmark TP and Lat for each instruction
|
# Benchmark TP and Lat for each instruction
|
||||||
# for instr_name, instr_op in instructions.items():
|
for instr_name, instr_op in instructions.items():
|
||||||
# tp, lat = bench.bench_instructions([instr_op])
|
tp, lat = bench.bench_instructions([instr_op])
|
||||||
# print("{:>12} {:>5.2f} {:>5.2f}".format(instr_name, tp, lat))
|
print("{:>12} {:>5.2f} {:>5.2f}".format(instr_name, tp, lat))
|
||||||
|
|
||||||
# Benchmark TP and Lat for all valid instruction pairs
|
# Benchmark TP and Lat for all valid instruction pairs
|
||||||
# for a,b in itertools.combinations(instructions, 2):
|
# for a,b in itertools.combinations(instructions, 2):
|
||||||
|
Reference in New Issue
Block a user