https://github.com/GPflow/GPflow
Revision 3935d6b0900b9dbbd1899564cc9b8190d2742282 authored by Hugh Salimbeni on 28 September 2018, 16:00:19 UTC, committed by GitHub on 28 September 2018, 16:00:19 UTC
added link to orthogonally decoupled repo
2 parent s e8ba02e + 185cc8f
Raw File
Tip revision: 3935d6b0900b9dbbd1899564cc9b8190d2742282 authored by Hugh Salimbeni on 28 September 2018, 16:00:19 UTC
Merge pull request #854 from GPflow/hughsalimbeni-patch-1
Tip revision: 3935d6b
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