https://github.com/GPflow/GPflow
Revision c2e88ee6a69bceb708a115c727483266dcccb381 authored by Artem Artemev on 30 August 2017, 07:55:11 UTC, committed by GitHub on 30 August 2017, 07:55:11 UTC
Version was inconsistent with RELEASE.md
2 parent s 91aa588 + fe3abdc
Raw File
Tip revision: c2e88ee6a69bceb708a115c727483266dcccb381 authored by Artem Artemev on 30 August 2017, 07:55:11 UTC
Merge pull request #495 from GPflow/version-update
Tip revision: c2e88ee
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