https://github.com/GPflow/GPflow
Revision 6e19f103d478eca47fca36e88b15b3edee34cd0c authored by James Hensman on 31 May 2017, 14:13:04 UTC, committed by GitHub on 31 May 2017, 14:13:04 UTC
2 parent s d43db49 + e19fbb4
Raw File
Tip revision: 6e19f103d478eca47fca36e88b15b3edee34cd0c authored by James Hensman on 31 May 2017, 14:13:04 UTC
Merge branch 'master' into reproducibleorder
Tip revision: 6e19f10
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