https://github.com/GPflow/GPflow
Revision 9ff42da1dc046e1fa26d17165ecc929afd1fde2f authored by Artem Artemev on 10 November 2017, 21:40:21 UTC, committed by Artem Artemev on 10 November 2017, 21:40:21 UTC
1 parent c00d548
Raw File
Tip revision: 9ff42da1dc046e1fa26d17165ecc929afd1fde2f authored by Artem Artemev on 10 November 2017, 21:40:21 UTC
Fix ekernels test after merging with master.
Tip revision: 9ff42da
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