<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<rss version="2.0">
  <channel>
  <title>theano-dev Google Group</title>
  <link>http://groups.google.com/group/theano-dev</link>
  <description>Mailing list for theano developers.</description>
  <language>en</language>
  <item>
  <title>Fwd: [theano-users] PROFILE_MODE is Faster than FAST_RUN ??</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/2355570f3fa40c6e/6f6962610ac2f8a1?show_docid=6f6962610ac2f8a1</link>
  <description>
  Wouldn&#39;t it be better to use cvm_nogc by default? &lt;br&gt; So far, in all Theano code I&#39;ve personally been involved with, the memory used during function execution has never been a bottleneck (since typically the function is run on a relatively small minibatch, or a single example). &lt;br&gt; Maybe it&#39;s just me though?
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/2355570f3fa40c6e/6f6962610ac2f8a1?show_docid=6f6962610ac2f8a1</guid>
  <author>
  olivier.delall...@gmail.com
  (Olivier Delalleau)
  </author>
  <pubDate>Sat, 18 May 2013 15:15:16 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] Re: Strategy for OpenCL support</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/ab2d30ece56e0097?show_docid=ab2d30ece56e0097</link>
  <description>
  Good morning Fred, thanks for having a read through my proposal. Here&#39;s a &lt;br&gt; working link to a &amp;quot;Simulator&amp;quot; that overrides theano&#39;s linker: &lt;br&gt; &lt;p&gt;&lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;https://github.com/jaberg/nengo_theano/blob/simulator-concat/nengo/nef_theano/simulator_ocl.py&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; &lt;p&gt;I&#39;m glad you like the idea, but I don&#39;t see why it moves work to the user.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/ab2d30ece56e0097?show_docid=ab2d30ece56e0097</guid>
  <author>
  james.bergs...@gmail.com
  (James Bergstra)
  </author>
  <pubDate>Tue, 14 May 2013 13:20:58 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] Re: Strategy for OpenCL support</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/d06d4d34baf825aa?show_docid=d06d4d34baf825aa</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;I like the idea. But it move work to the user. I think we need to keep the &lt;br&gt; possibility to compile in only 1 step. Not all user will want to compile in &lt;br&gt; 2 step. But that isn&#39;t complicated. &lt;br&gt; &lt;p&gt;Your URL is broken. &lt;br&gt; &lt;p&gt;I don&#39;t agree when you tell it don&#39;t need to do something like what is in &lt;br&gt; sandbox.cuda. You will need an opencl ndarray or you won&#39;t be able to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/d06d4d34baf825aa?show_docid=d06d4d34baf825aa</guid>
  <author>
  no...@nouiz.org
  (Frédéric Bastien)
  </author>
  <pubDate>Tue, 14 May 2013 12:36:09 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] Win7 x64 + CUDA + Theano to work</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/208aee5e38ac7892/0e661baf1120cf4c?show_docid=0e661baf1120cf4c</link>
  <description>
  Also, if you have python 64 bit, you need g++ and 64 bits compatible &lt;br&gt; microsoft and CUDA compiler to be 64 bits. All the stack &lt;br&gt; without any exception must be abel to work with the same 32 vs 64 &lt;br&gt; architecture. &lt;br&gt; &lt;p&gt;Microsoft compiler is a little different, it need to generate 64 bit &lt;br&gt; output, but I think the compiler is itself 32 bit.
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/208aee5e38ac7892/0e661baf1120cf4c?show_docid=0e661baf1120cf4c</guid>
  <author>
  no...@nouiz.org
  (Frédéric Bastien)
  </author>
  <pubDate>Fri, 10 May 2013 19:57:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] Win7 x64 + CUDA + Theano to work</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/208aee5e38ac7892/569514616196a655?show_docid=569514616196a655</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;g++ isn&#39;t mandatory, but highly recommanded. Without it, you won&#39;t have any &lt;br&gt; c code, so everything will be slow. This will also disable the GPU code. &lt;br&gt; &lt;p&gt;Note we do not officialy support GPU on windows, but we help as we can on &lt;br&gt; the mailing list about it. Some people have it working. I would suggest to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/208aee5e38ac7892/569514616196a655?show_docid=569514616196a655</guid>
  <author>
  no...@nouiz.org
  (Frédéric Bastien)
  </author>
  <pubDate>Fri, 10 May 2013 19:42:03 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] TupleType</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/39f27c45454109d6/eea1b5ac21d79e89?show_docid=eea1b5ac21d79e89</link>
  <description>
  On thinking about it more, this issue is maybe more complicated than I &lt;br&gt; originally realized. &lt;br&gt; If we write a generic function f(x,y) and we want to know whether y is &lt;br&gt; a function of x, then I think it does have to be special cased for &lt;br&gt; tuples. &lt;br&gt; If x were allowed to be a tuple, then x might not be an ancestor of y,
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/39f27c45454109d6/eea1b5ac21d79e89?show_docid=eea1b5ac21d79e89</guid>
  <author>
  goodfellow....@gmail.com
  (Ian Goodfellow)
  </author>
  <pubDate>Fri, 10 May 2013 14:18:17 UT
</pubDate>
  </item>
  <item>
  <title>Win7 x64 + CUDA + Theano to work</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/208aee5e38ac7892/06327df4aba51ca5?show_docid=06327df4aba51ca5</link>
  <description>
  I&#39;m trying to get my Win7 x64 working with Theano + CUDA GPU support. I &lt;br&gt; followed the tutorial for how to setup CUDA on Windows (installed 64bit &lt;br&gt; drivers, but 32bit Toolkit and SDK). &lt;br&gt; I have Python 2.7.3 32-bit witn NumPy and SciPy installed. I also use &lt;br&gt; Visual Studio 2012 &lt;br&gt; I can run the 32-bit CUDA samples - for example here is the output of the
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/208aee5e38ac7892/06327df4aba51ca5?show_docid=06327df4aba51ca5</guid>
  <author>
  nitrogr...@gmail.com
  (Andrzej Gorski)
  </author>
  <pubDate>Thu, 09 May 2013 21:07:05 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] TupleType</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/39f27c45454109d6/0aa01392a675e2c0?show_docid=0aa01392a675e2c0</link>
  <description>
  Having a name is not a problem, having ancestors for a container is not &lt;br&gt; a problem either. &lt;br&gt; &lt;p&gt;The only thing is that no variable in the graph the graph would have the &lt;br&gt; container as an ancestor, the original variables would be the ancestors. &lt;br&gt; Would that be a problem for you? &lt;br&gt; &lt;p&gt;-- &lt;br&gt; Pascal
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/39f27c45454109d6/0aa01392a675e2c0?show_docid=0aa01392a675e2c0</guid>
  <author>
  lambl...@iro.umontreal.ca
  (Pascal Lamblin)
  </author>
  <pubDate>Thu, 09 May 2013 18:29:25 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] TupleType</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/39f27c45454109d6/693e17c71e5ef581?show_docid=693e17c71e5ef581</link>
  <description>
  If there&#39;s no name and no ancestors it doesn&#39;t address my feature wish, no. &lt;br&gt; &lt;p&gt;On Thu, Apr 25, 2013 at 9:10 AM, James Bergstra
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/39f27c45454109d6/693e17c71e5ef581?show_docid=693e17c71e5ef581</guid>
  <author>
  goodfellow....@gmail.com
  (Ian Goodfellow)
  </author>
  <pubDate>Thu, 09 May 2013 14:15:07 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] Disconnected Input in Gradient of Theano Scan Op</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/eadb3ef68be66d48/4532d51d4b1d35ef?show_docid=4532d51d4b1d35ef</link>
  <description>
  Hello Razvan, &lt;br&gt; I was using 0.6.0rc2dev-94592494... . (from mid-Feb.). Updating to the &lt;br&gt; latest from github fixed the problem. &lt;br&gt; Thank you! &lt;br&gt; Ryan
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/eadb3ef68be66d48/4532d51d4b1d35ef?show_docid=4532d51d4b1d35ef</guid>
  <author>
  ryan.gabb...@gmail.com
  (Ryan Gabbard)
  </author>
  <pubDate>Wed, 08 May 2013 16:55:18 UT
</pubDate>
  </item>
  <item>
  <title>Re: Strategy for OpenCL support</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/5bb9c029da99e60d?show_docid=5bb9c029da99e60d</link>
  <description>
  Also, for anyone who was on board with the &amp;quot;workspace&amp;quot; idea I have talked &lt;br&gt; about previously, this is the same type of thing. The &amp;quot;Simulator&amp;quot; here is &lt;br&gt; a workspace. Workspace offered a slightly more powerful abstraction, but &lt;br&gt; the way I was thinking of the Workspace meant more changes required of code
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/5bb9c029da99e60d?show_docid=5bb9c029da99e60d</guid>
  <author>
  james.bergs...@gmail.com
  (James Bergstra)
  </author>
  <pubDate>Wed, 08 May 2013 14:40:47 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] Disconnected Input in Gradient of Theano Scan Op</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/eadb3ef68be66d48/a9228a3107c4047c?show_docid=a9228a3107c4047c</link>
  <description>
  I was not able to reproduce the error. What version of Theano are you using &lt;br&gt; ? &lt;br&gt; &lt;p&gt;It might very well be that you are using an older version of Theano and &lt;br&gt; this bug had already been fixed (there have been a few fixes to the grad &lt;br&gt; method of Scan for specifically this kind of errors). Try getting the &lt;br&gt; latest version of Theano from github and run the code. It does not raise
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/eadb3ef68be66d48/a9228a3107c4047c?show_docid=a9228a3107c4047c</guid>
  <author>
  r.pasc...@gmail.com
  (Razvan Pascanu)
  </author>
  <pubDate>Wed, 08 May 2013 14:38:28 UT
</pubDate>
  </item>
  <item>
  <title>Strategy for OpenCL support</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/3fe070e920c88a95?show_docid=3fe070e920c88a95</link>
  <description>
  Hi Devs, &lt;br&gt; &lt;p&gt;I&#39;ve been playing with OpenCL recently as a means of getting &lt;br&gt; &lt;p&gt;* lower-overhead CPU execution than Theano currently offers &lt;br&gt; * multi-core CPU support &lt;br&gt; * GPU support from same code base as CPU &lt;br&gt; * GPU support for range of dtypes &lt;br&gt; &lt;p&gt;Of course, Theano doesn&#39;t have OpenCL support yet. One way to add it would
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/36145485603ac73a/3fe070e920c88a95?show_docid=3fe070e920c88a95</guid>
  <author>
  james.bergs...@gmail.com
  (James Bergstra)
  </author>
  <pubDate>Wed, 08 May 2013 14:26:00 UT
</pubDate>
  </item>
  <item>
  <title>Disconnected Input in Gradient of Theano Scan Op</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/eadb3ef68be66d48/a6729ba15c008886?show_docid=a6729ba15c008886</link>
  <description>
  Hello everyone, &lt;br&gt; How are the consider_constant, disconnected_inputs, etc. applied when &lt;br&gt; computing the gradient of a ScanOp? I am running into a situation, which &lt;br&gt; is described with code on StackOverflow: &lt;br&gt; &lt;a target=&quot;_blank&quot; rel=nofollow href=&quot;http://stackoverflow.com/questions/16426641/disconnected-input-in-gradient-of-theano-scan-op&quot;&gt;[link]&lt;/a&gt; &lt;br&gt; where I&#39;m getting a DisconnectedInputError for a T.grad() call internal to
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/eadb3ef68be66d48/a6729ba15c008886?show_docid=a6729ba15c008886</guid>
  <author>
  ryan.gabb...@gmail.com
  (Ryan Gabbard)
  </author>
  <pubDate>Tue, 07 May 2013 21:19:00 UT
</pubDate>
  </item>
  <item>
  <title>Re: [theano-dev] AMD planning to share memory between CPU &amp; GPU</title>
  <link>http://groups.google.com/group/theano-dev/browse_thread/thread/8ea81a5764b8c1e1/1efc2aa2d2f628ae?show_docid=1efc2aa2d2f628ae</link>
  <description>
  Hi, &lt;br&gt; &lt;p&gt;This is already possible with some current mobile GPU. &lt;br&gt; &lt;p&gt;But I dough that those processor will be as fast as dedicated GPU. But I &lt;br&gt; can be wrong. AMD APU don&#39;t target (at least for now) HPC. &lt;br&gt; &lt;p&gt;Fred &lt;br&gt; &lt;p&gt;On Fri, May 3, 2013 at 6:09 PM, Olivier Delalleau &amp;lt;
  </description>
  <guid isPermaLink="true">http://groups.google.com/group/theano-dev/browse_thread/thread/8ea81a5764b8c1e1/1efc2aa2d2f628ae?show_docid=1efc2aa2d2f628ae</guid>
  <author>
  no...@nouiz.org
  (Frédéric Bastien)
  </author>
  <pubDate>Mon, 06 May 2013 20:19:57 UT
</pubDate>
  </item>
  </channel>
</rss>
