https://github.com/GPflow/GPflow
Revision ae11db5d25194cae8ef8998adbfbd96443a10fd6 authored by alexggmatthews on 04 July 2017, 15:51:25 UTC, committed by alexggmatthews on 04 July 2017, 15:51:25 UTC
1 parent bbe0c13
Raw File
Tip revision: ae11db5d25194cae8ef8998adbfbd96443a10fd6 authored by alexggmatthews on 04 July 2017, 15:51:25 UTC
Native TensorFlow LowerTriangular transform.
Tip revision: ae11db5
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