https://github.com/GPflow/GPflow
Revision 1fb8849a633acdd0e1ff00000d1d3f79c503f9ac authored by James Hensman on 22 June 2017, 08:35:08 UTC, committed by James Hensman on 22 June 2017, 08:35:08 UTC
1 parent e93d5b0
Raw File
Tip revision: 1fb8849a633acdd0e1ff00000d1d3f79c503f9ac authored by James Hensman on 22 June 2017, 08:35:08 UTC
typo
Tip revision: 1fb8849
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