Skip to content

Commit

Permalink
something builds
Browse files Browse the repository at this point in the history
  • Loading branch information
vimarsh6739 committed Nov 15, 2024
1 parent c48a88f commit 81b98c7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion experiments/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@

CXXFLAGS = [
"-O3",
"-I" + os.getcwd(),
"-I/usr/include/c++/11",
"-I/usr/include/x86_64-linux-gnu/c++/11",
"-L/usr/lib/gcc/x86_64-linux-gnu/11",
Expand Down Expand Up @@ -1046,7 +1047,7 @@ def main():
if args.disable_preopt:
FPOPTFLAGS_BASE.extend(["-mllvm", "--enzyme-preopt=0"])
# FPOPTFLAGS_BASE.extend(["-mllvm", "--enzyme-disable-preopt"])

print(args.ablation)
prefix = args.prefix
if not prefix.endswith("-"):
prefix += "-"
Expand Down
4 changes: 3 additions & 1 deletion microbm/cm.csv
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,6 @@ cbrt,double,244
pow,double,225
fabs,double,20
hypot,double,382
fma,double,74
fma,double,74
fmuladd,double,74
fmuladd,float,75

0 comments on commit 81b98c7

Please sign in to comment.