changeset 1091:319de699fb67

dataset: Reply to GPU question
author Olivier Delalleau <delallea@iro>
date Sun, 12 Sep 2010 14:14:23 -0400
parents a80b296eb0df
children aab9c261361c
files doc/v2_planning/dataset.txt
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/doc/v2_planning/dataset.txt	Sun Sep 12 10:54:09 2010 -0400
+++ b/doc/v2_planning/dataset.txt	Sun Sep 12 14:14:23 2010 -0400
@@ -305,7 +305,8 @@
 interface as the learner ( or actually a subset of the interface .. ).
 I hope people decide to do this.
 
-
+Support for shared variables
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
 RP asks: What is the status of having the dataset support copying data 
 on the GPU ( by storing data in shared variables) ? Have you decided to 
@@ -315,3 +316,7 @@
 more towards running things on GPU. If the dataset object does not support
 this feature we will need to find hacks around it ..
 
+OD: I have like zero experience with GPU so hopefully someone else can answer
+this. But the way I see it, hopefully it could work by having some dataset
+object that would take care of storing its input data into a shared variable.
+