https://github.com/GPflow/GPflow
Revision e8436cae648817e8f3ae054b7129ea01a968b50b authored by James Hensman on 12 July 2017, 18:52:07 UTC, committed by James Hensman on 12 July 2017, 18:52:07 UTC
1 parent 086bd63
Raw File
Tip revision: e8436cae648817e8f3ae054b7129ea01a968b50b authored by James Hensman on 12 July 2017, 18:52:07 UTC
changing all instances of diag(_part) to matrix_diag(_part)
Tip revision: e8436ca
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