https://github.com/GPflow/GPflow
Revision c7147457f641cb2db57083c90a9589105d2261b2 authored by st-- on 19 June 2019, 13:10:34 UTC, committed by Artem Artemev on 19 June 2019, 13:10:34 UTC
1 parent 5bde0a4
Raw File
Tip revision: c7147457f641cb2db57083c90a9589105d2261b2 authored by st-- on 19 June 2019, 13:10:34 UTC
Replace multioutput kernel and feature class diagrams with SVG version (more easily editable/updatable) (#991)
Tip revision: c714745
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