https://github.com/GPflow/GPflow
Revision d23941679876597003d1a9cc706901901d44f047 authored by James Hensman on 20 June 2017, 13:07:40 UTC, committed by James Hensman on 20 June 2017, 13:07:40 UTC
2 parent s d2de9bc + 79a1e7f
Raw File
Tip revision: d23941679876597003d1a9cc706901901d44f047 authored by James Hensman on 20 June 2017, 13:07:40 UTC
Merge branch 'master' of https://github.com/st--/GPflow into test_speeds
Tip revision: d239416
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