https://github.com/GPflow/GPflow
Revision f8deb4ca6101eb2a55a7c688ec2d66422166fc3d authored by st-- on 27 September 2018, 09:24:45 UTC, committed by GitHub on 27 September 2018, 09:24:45 UTC
1 parent bb3d1f4
Raw File
Tip revision: f8deb4ca6101eb2a55a7c688ec2d66422166fc3d authored by st-- on 27 September 2018, 09:24:45 UTC
clean up GPR docstrings (#859)
Tip revision: f8deb4c
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