https://github.com/GPflow/GPflow
Revision 086bd63b4811848095c719b2124ac1efa775e446 authored by James Hensman on 11 July 2017, 18:28:04 UTC, committed by GitHub on 11 July 2017, 18:28:04 UTC
2 parent s 9da7c7c + 5be3a4a
Raw File
Tip revision: 086bd63b4811848095c719b2124ac1efa775e446 authored by James Hensman on 11 July 2017, 18:28:04 UTC
Merge pull request #443 from GPflow/paper_ref_jmlr
Tip revision: 086bd63
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