Skip to content

Commit

Permalink
Merge pull request #272 from adanalis/2024.10.CAT
Browse files Browse the repository at this point in the history
CAT: New instruction benchmarks for FMA and Int.
  • Loading branch information
adanalis authored Nov 11, 2024
2 parents 6724ccf + 1af7064 commit e2e847c
Show file tree
Hide file tree
Showing 2 changed files with 1,394 additions and 368 deletions.
4 changes: 2 additions & 2 deletions src/counter_analysis_toolkit/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ icache_seq_kernel_0.o: icache_seq.c icache_seq.h
rm icache_seq_kernel_0.o

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

weak_symbols.o: weak_symbols.c vec.h
-$(CC) -c $(CFLAGS) weak_symbols.c
Expand Down Expand Up @@ -162,7 +162,7 @@ vec_nonfma_dp: vec_nonfma_dp.c vec_scalar_verify.h
-$(CC) -c $(CFLAGS) $(INCFLAGS) $(VEC256) vec_nonfma_dp.c -o vec_nonfma_dp-256B.o
-$(CC) -c $(CFLAGS) $(INCFLAGS) $(VEC512) vec_nonfma_dp.c -o vec_nonfma_dp-512B.o

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

clean:
Expand Down
Loading

0 comments on commit e2e847c

Please sign in to comment.