https://github.com/GPflow/GPflow
Revision e515cd42db8b616163e4121e91e1af1d21b04f11 authored by James Hensman on 05 June 2017, 16:23:36 UTC, committed by GitHub on 05 June 2017, 16:23:36 UTC
2 parent s 6e19f10 + 11d41d2
Raw File
Tip revision: e515cd42db8b616163e4121e91e1af1d21b04f11 authored by James Hensman on 05 June 2017, 16:23:36 UTC
Merge branch 'master' into reproducibleorder
Tip revision: e515cd4
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