https://github.com/GPflow/GPflow
Revision dc7db322a2c95335308e0482941007a416dda4a6 authored by st-- on 25 February 2019, 11:06:18 UTC, committed by GitHub on 25 February 2019, 11:06:18 UTC
2 parent s 8517439 + 5ef8813
Raw File
Tip revision: dc7db322a2c95335308e0482941007a416dda4a6 authored by st-- on 25 February 2019, 11:06:18 UTC
Merge branch 'develop' into ayman/multioutput-notebook
Tip revision: dc7db32
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