https://github.com/GPflow/GPflow
Revision d55d166c525667c6d37630b146f69ca2a2c97059 authored by Dave Cole on 23 June 2017, 01:30:18 UTC, committed by Dave Cole on 23 June 2017, 01:31:03 UTC
1 parent 73fa52a
Raw File
Tip revision: d55d166c525667c6d37630b146f69ca2a2c97059 authored by Dave Cole on 23 June 2017, 01:30:18 UTC
Fix gpmc _compile() to support optimiser and return `opt_step`
Tip revision: d55d166
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