/normxcorr/trunk

To get this branch, use:
bzr branch http://suren.me/webbzr/normxcorr/trunk

« back to all changes in this revision

Viewing changes to cuda/Makefile

  • Committer: Suren A. Chilingaryan
  • Date: 2009-12-10 03:16:21 UTC
  • Revision ID: csa@dside.dyndns.org-20091210031621-2a15m2tdumdz3s39
Block computational kernels

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
INCLUDEDIR  = -I$(CUDAHOME)/include
5
5
INCLUDELIB  = -L$(CUDAHOME)/lib -lcufft -lcublas -lcudpp64 -Wl,-rpath,$(CUDAHOME)/lib
6
6
CFLAGS      = -fPIC -D_GNU_SOURCE -pthread -fexceptions -Wall
7
 
COPTIMFLAGS = -O3 -funroll-loops -msse2
 
7
#COPTIMFLAGS = -O3 -funroll-loops -msse2
 
8
COPTIMFLAGS = -O2 -funroll-loops -msse2
8
9
 
9
10
OBJECTS     = local_sum.cu
10
11
HEADERS     = normxcorr_hw.h normxcorr_hw_kernel.cu local_sum_kernel.cu