ChenhanYu/CJ
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
/* * This is the compiler project for cs380c, 2014 spring. * * Author: * Chenhan Yu, chenhan@cs.utexas.edu * Jianyu Huang, jianyu@cs.utexas.edu * */ Change to GPU/Intel MKL: CC = icc CFLAGS = -openmp -O2 -DCJ_HAVE_CUDA #LIB = $(LIBCJ) -L$(CUDA_DIR)/lib64 -lcudart -lcublas -lpthread -lm -mkl=sequential src/