https://github.com/GPflow/GPflow
Revision 4aec21eb403c46237e9597e3848390a926e657cf authored by akhayes on 13 August 2019, 12:46:19 UTC, committed by Artem Artemev on 13 August 2019, 12:46:19 UTC
1 parent 8bd6f2a
Raw File
Tip revision: 4aec21eb403c46237e9597e3848390a926e657cf authored by akhayes on 13 August 2019, 12:46:19 UTC
GPflow manual - additional minor edits to tips and tricks page (#1016)
Tip revision: 4aec21e
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