+ Microarchitecture optimizations + 64-bit support + Xilinx FPGA support + LLVM-16 support + Refactoring and quality control fixes
10 lines
131 B
Makefile
10 lines
131 B
Makefile
PROJECT = stencil
|
|
|
|
SRCS = main.cc args.c parboil_opencl.c ocl.c gpu_info.c file.c
|
|
|
|
CXXFLAGS += -I.
|
|
|
|
OPTS ?=
|
|
|
|
include ../common.mk
|