https://github.com/GPflow/GPflow
Revision d4ce58651027fb7d66568dd13db9c5ea5569a961 authored by Artem Artemev on 11 November 2017, 21:34:29 UTC, committed by Artem Artemev on 11 November 2017, 21:34:29 UTC
1 parent 5856210
Raw File
Tip revision: d4ce58651027fb7d66568dd13db9c5ea5569a961 authored by Artem Artemev on 11 November 2017, 21:34:29 UTC
Fixing coverage target and threshold for codecov.yml.
Tip revision: d4ce586
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