https://github.com/GPflow/GPflow
Revision 22e1a80f90f9c6a9fa65dd8c4c4d1f310ae76762 authored by Artem Artemev on 07 November 2017, 15:55:33 UTC, committed by Artem Artemev on 07 November 2017, 15:55:33 UTC
1 parent b9165be
Raw File
Tip revision: 22e1a80f90f9c6a9fa65dd8c4c4d1f310ae76762 authored by Artem Artemev on 07 November 2017, 15:55:33 UTC
Build first, initialize then at autobuild. defer_build can be used as decorator or contextmanager.
Tip revision: 22e1a80
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