The source code and dockerfile for the GSW2024 AI Lab.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 

26 lines
515 B

check_PROGRAMS = dummy
dummy_SOURCES = dummy.cc
INCLUDES = -I$(top_srcdir)/include -I../include
LDADD = -lm @SUPLDFLAGS@
TESTS = make_gmm_test.pl
EXTRA_DIST=\
make_gmm_test.pl\
gmm_torture01_lusolve.cc\
gmm_torture02_baseop.cc\
gmm_torture05_mult.cc\
gmm_torture06_mat_mult.cc\
gmm_torture10_qr.cc\
gmm_torture15_sub.cc\
gmm_torture20_iterative_solvers.cc
CLEANFILES = toto.mat ii_files/* auto_gmm*
LOG_COMPILER = perl