mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-20 15:38:08 +02:00
lots of work on cython choleskies
This commit is contained in:
parent
93076df259
commit
60fabe41e2
5 changed files with 243 additions and 570 deletions
2
setup.py
2
setup.py
|
|
@ -22,7 +22,7 @@ ext_mods = [Extension(name='GPy.kern._src.stationary_cython',
|
|||
Extension(name='GPy.util.choleskies_cython',
|
||||
sources=['GPy/util/choleskies_cython.c', 'GPy/util/cholesky_backprop.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
extra_link_args = ['-lgomp'],
|
||||
extra_link_args = ['-lgomp', '-lblas'],
|
||||
extra_compile_args=compile_flags+['-std=c99']),
|
||||
Extension(name='GPy.util.linalg_cython',
|
||||
sources=['GPy/util/linalg_cython.c'],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue