https://github.com/GPflow/GPflow
Revision 111a93f39a2958230469a26e93a31493ccc50a38 authored by Artem Artemev on 21 December 2018, 13:27:23 UTC, committed by GitHub on 21 December 2018, 13:27:23 UTC
2 parent s 04006b7 + d5be4ee
Raw File
Tip revision: 111a93f39a2958230469a26e93a31493ccc50a38 authored by Artem Artemev on 21 December 2018, 13:27:23 UTC
Merge branch 'develop' into vincent/broadcasting-mixing-conditional
Tip revision: 111a93f
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