https://github.com/GPflow/GPflow
Revision df4e0e23d1a594859f2982dcb8a7969af0046917 authored by James Hensman on 17 July 2017, 09:19:18 UTC, committed by GitHub on 17 July 2017, 09:19:18 UTC
Annotations added to tests to improve speed when run locally
2 parent s d572ea3 + 631e05c
Raw File
Tip revision: df4e0e23d1a594859f2982dcb8a7969af0046917 authored by James Hensman on 17 July 2017, 09:19:18 UTC
Merge pull request #432 from GPflow/test_speeds
Tip revision: df4e0e2
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