# HG changeset patch # User Olivier Delalleau # Date 1284383725 14400 # Node ID 520fcaa45692550dc442b0f177ab6f059cff770c # Parent 75175e2e697df71b7545a4fe94011bbcf9ff1336# Parent a6559868162055883e0fdf524ce9ea8ca17b7c58 Merged diff -r a65598681620 -r 520fcaa45692 doc/v2_planning/dataset.txt --- a/doc/v2_planning/dataset.txt Sun Sep 12 21:45:22 2010 -0400 +++ b/doc/v2_planning/dataset.txt Mon Sep 13 09:15:25 2010 -0400 @@ -319,4 +319,8 @@ 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. - +OD (continued): After thinking a bit more about it, I am not sure that would +work. I definitely need to look at some code doing it to get a better +understanding of it, but my feeling is that you need your learner to be +written in a specific way to achieve this, in which case it may be up to the +learner to take its input data and store it into a shared variable.