mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
fiddling with cholesky backprop
This commit is contained in:
parent
04c14a9b4c
commit
93076df259
6 changed files with 793 additions and 81 deletions
3
setup.py
3
setup.py
|
|
@ -22,7 +22,8 @@ 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_compile_args=compile_flags),
|
||||
extra_link_args = ['-lgomp'],
|
||||
extra_compile_args=compile_flags+['-std=c99']),
|
||||
Extension(name='GPy.util.linalg_cython',
|
||||
sources=['GPy/util/linalg_cython.c'],
|
||||
include_dirs=[np.get_include()],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue