From 81b98c72af6ee57315d101398f211eb079270db4 Mon Sep 17 00:00:00 2001 From: Vimarsh Sathia Date: Thu, 14 Nov 2024 21:20:46 -0600 Subject: [PATCH] something builds --- experiments/run.py | 3 ++- microbm/cm.csv | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/experiments/run.py b/experiments/run.py index 764e0a7..66ad9af 100755 --- a/experiments/run.py +++ b/experiments/run.py @@ -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", @@ -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 += "-" diff --git a/microbm/cm.csv b/microbm/cm.csv index 2122011..5b279a6 100644 --- a/microbm/cm.csv +++ b/microbm/cm.csv @@ -37,4 +37,6 @@ cbrt,double,244 pow,double,225 fabs,double,20 hypot,double,382 -fma,double,74 \ No newline at end of file +fma,double,74 +fmuladd,double,74 +fmuladd,float,75