https://github.com/GPflow/GPflow
Revision d372b539d0df9c3e851d87f07a5cebe7523d0394 authored by Sergio Diaz on 26 March 2019, 10:21:22 UTC, committed by Sergio Diaz on 26 March 2019, 10:21:22 UTC
1 parent b8d1d68
Raw File
Tip revision: d372b539d0df9c3e851d87f07a5cebe7523d0394 authored by Sergio Diaz on 26 March 2019, 10:21:22 UTC
Removing ctt from non-parameters
Tip revision: d372b53
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