https://github.com/GPflow/GPflow
Revision 70d8829b30a6fe2a6bb69a1a374be4fc26ebb316 authored by James Hensman on 20 June 2017, 12:57:29 UTC, committed by James Hensman on 20 June 2017, 12:57:29 UTC
1 parent f44bc7d
Raw File
Tip revision: 70d8829b30a6fe2a6bb69a1a374be4fc26ebb316 authored by James Hensman on 20 June 2017, 12:57:29 UTC
adding 'slow' annotations to some tests (> 3 seconds)
Tip revision: 70d8829
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