https://github.com/GPflow/GPflow
Revision 302153bb8d74a7662a1010dedf1fb7d0645757ea authored by Joachim van der Herten on 21 July 2017, 18:25:13 UTC, committed by Joachim van der Herten on 21 July 2017, 18:25:13 UTC
1 parent 3cdfa5e
Raw File
Tip revision: 302153bb8d74a7662a1010dedf1fb7d0645757ea authored by Joachim van der Herten on 21 July 2017, 18:25:13 UTC
Removed unrequired copies from tests
Tip revision: 302153b
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