https://github.com/GPflow/GPflow
Revision 8e3e4e8aac602c22724ec7ef28bdc9a4f9f031f7 authored by Artem Artemev on 25 April 2019, 19:25:39 UTC, committed by Artem Artemev on 25 April 2019, 19:25:39 UTC
1 parent 539c105
Raw File
Tip revision: 8e3e4e8aac602c22724ec7ef28bdc9a4f9f031f7 authored by Artem Artemev on 25 April 2019, 19:25:39 UTC
Rename transpose => to adjoint
Tip revision: 8e3e4e8
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