https://github.com/GPflow/GPflow
Revision 6c3baf05c62c025f714536f8ce98e808489ad5ba authored by Artem Artemev on 14 March 2019, 18:07:16 UTC, committed by Artem Artemev on 14 March 2019, 18:07:16 UTC
2 parent s d348f2a + cff754c
Raw File
Tip revision: 6c3baf05c62c025f714536f8ce98e808489ad5ba authored by Artem Artemev on 14 March 2019, 18:07:16 UTC
Merge branch 'awav/gpflow-2.0' into sergio_pasc/gpflow-2.0/move-predict-tests
Tip revision: 6c3baf0
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