https://github.com/GPflow/GPflow
Revision a296cc4223023a12082ea2cf0b358dedf9cb2da5 authored by James Hensman on 23 March 2017, 20:46:38 UTC, committed by GitHub on 23 March 2017, 20:46:38 UTC
removing references to tf_wraps.eye
2 parent s e7cd3eb + c5f28dd
Raw File
Tip revision: a296cc4223023a12082ea2cf0b358dedf9cb2da5 authored by James Hensman on 23 March 2017, 20:46:38 UTC
Merge pull request #376 from GPflow/native_eye
Tip revision: a296cc4
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