Skip to content

Commit e2e847c

Browse files
authored
Merge pull request icl-utk-edu#272 from adanalis/2024.10.CAT
CAT: New instruction benchmarks for FMA and Int.
2 parents 6724ccf + 1af7064 commit e2e847c

File tree

2 files changed

+1394
-368
lines changed

2 files changed

+1394
-368
lines changed

src/counter_analysis_toolkit/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ icache_seq_kernel_0.o: icache_seq.c icache_seq.h
103103
rm icache_seq_kernel_0.o
104104

105105
instr: instructions.c instr.h
106-
-$(CC) -c $(CFLAGS) $(OPT2) -ftree-vectorize $(INSTR) $(INCFLAGS) instructions.c -o instructions.o
106+
-$(CC) -c $(CFLAGS) $(OPT2) -ftree-vectorize $(FLOP) $(INSTR) $(INCFLAGS) instructions.c -o instructions.o
107107

108108
weak_symbols.o: weak_symbols.c vec.h
109109
-$(CC) -c $(CFLAGS) weak_symbols.c
@@ -162,7 +162,7 @@ vec_nonfma_dp: vec_nonfma_dp.c vec_scalar_verify.h
162162
-$(CC) -c $(CFLAGS) $(INCFLAGS) $(VEC256) vec_nonfma_dp.c -o vec_nonfma_dp-256B.o
163163
-$(CC) -c $(CFLAGS) $(INCFLAGS) $(VEC512) vec_nonfma_dp.c -o vec_nonfma_dp-512B.o
164164

165-
cat_collect: main.c
165+
cat_collect:
166166
$(CC) $(CFLAGS) -fopenmp $(INCFLAGS) main.c $(wildcard *.o) -o cat_collect $(LDFLAGS)
167167

168168
clean:

0 commit comments

Comments
 (0)