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

4 weeks ago
  1. check_PROGRAMS = dummy
  2. dummy_SOURCES = dummy.cc
  3. INCLUDES = -I$(top_srcdir)/include -I../include
  4. LDADD = -lm @SUPLDFLAGS@
  5. TESTS = make_gmm_test.pl
  6. EXTRA_DIST=\
  7. make_gmm_test.pl\
  8. gmm_torture01_lusolve.cc\
  9. gmm_torture02_baseop.cc\
  10. gmm_torture05_mult.cc\
  11. gmm_torture06_mat_mult.cc\
  12. gmm_torture10_qr.cc\
  13. gmm_torture15_sub.cc\
  14. gmm_torture20_iterative_solvers.cc
  15. CLEANFILES = toto.mat ii_files/* auto_gmm*
  16. LOG_COMPILER = perl