https://github.com/GPflow/GPflow
Revision 120b1287f242733cb588e2be96d22fb7149f089c authored by Artem Artemev on 19 October 2018, 11:05:23 UTC, committed by Artem Artemev on 19 October 2018, 11:05:23 UTC
1 parent 1707d7b
Raw File
Tip revision: 120b1287f242733cb588e2be96d22fb7149f089c authored by Artem Artemev on 19 October 2018, 11:05:23 UTC
Update RELEASE.md
Tip revision: 120b128
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