CGit
Gitweb
projects
/
dense-linear-algebra-libraries
/
linalg.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Skip CBLAS DSP initializtion if OFFLOAD is disabled.
[dense-linear-algebra-libraries/linalg.git]
/
examples
/
dsponly
/
dgemm_test
/
Makefile
1
2
COMMON_FOLDER = ../common
3
testfiles_obj = dgemm_test.obj
4
outfile = dgemm_test.out
5
CL_OPTS =
6
LINALG_LIB = $(LINALG_DIR)/packages/ti/linalg/lib/libcblas.ae66
7
8
include $(COMMON_FOLDER)/Makefile.common
9
10
%.obj: %.c
11
$(CL) $(CL_OPTS) $<
12
echo Compiling $<
13