https://github.com/GPflow/GPflow
Revision bf9cff39f52a566bdd7b400c72dbfc5cf8b2f7e4 authored by Sergio Diaz on 18 March 2019, 16:12:29 UTC, committed by Sergio Diaz on 18 March 2019, 16:12:29 UTC
# Conflicts:
#	gpflow/conditionals/mo_conditionals.py
#	gpflow/conditionals/mo_sample_conditionals.py
#	gpflow/conditionals/util.py
#	gpflow/kernels/mo_kernels.py
#	gpflow/mean_functions.py
#	unsorted_tests/test_multioutput.py
1 parent 1bb5a04
Raw File
Tip revision: bf9cff39f52a566bdd7b400c72dbfc5cf8b2f7e4 authored by Sergio Diaz on 18 March 2019, 16:12:29 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-tests-multioutput
Tip revision: bf9cff3
roadmap.md
This document covers major planned development items for GPflow.

# Computational speed
 - Add further benchmarks to [benchmark repository](https://github.com/GPflow/GPflowBenchmarks) including multiple GPUs.
 - Incorporate remaining Tom Nickson GPU code from [branch](https://github.com/c0g/tomserflow) into TensorFlow main.

# Features
 - Add ability to exploit Kronecker structure.
	
# Housekeeping 
 - See also issues marked "enhancement" in the GitHub [list](https://github.com/GPflow/GPflow/issues).
back to top