https://github.com/GPflow/GPflow
Revision c452eaeea8cd9f4aba55af9392453d18dd5b406a authored by Artem Artemev on 16 November 2017, 09:25:36 UTC, committed by Artem Artemev on 16 November 2017, 09:25:36 UTC
1 parent 456c478
Raw File
Tip revision: c452eaeea8cd9f4aba55af9392453d18dd5b406a authored by Artem Artemev on 16 November 2017, 09:25:36 UTC
Remove filter for tests directory in 'codecov' yaml configuration.
Tip revision: c452eae
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