https://github.com/GPflow/GPflow
Revision 6c0f3672958b3fc15f853f5045067df5680f272c authored by Artem Artemev on 16 November 2017, 10:36:27 UTC, committed by Artem Artemev on 16 November 2017, 10:36:27 UTC
2 parent s 36043d7 + 05a7127
Raw File
Tip revision: 6c0f3672958b3fc15f853f5045067df5680f272c authored by Artem Artemev on 16 November 2017, 10:36:27 UTC
Merge branch 'master' into artemav/fixing-notebooks
Tip revision: 6c0f367
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