<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: buffersize for IML in SAS/IML Software and Matrix Computations</title>
    <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104701#M779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, I think that IML uses all the memory that SAS can give it, so you'd have to invoke SAS to give you more memory.&amp;nbsp; I don't think I've ever tried it myself, but here's a University web page (&lt;A href="http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm"&gt;http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm&lt;/A&gt;) that shows how to edit the sasv9.cfg file.&amp;nbsp; You could try adding&lt;/P&gt;&lt;P&gt;-memsize 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have questions about memory, search for 'memsize' in this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Apr 2013 23:50:16 GMT</pubDate>
    <dc:creator>Rick_SAS</dc:creator>
    <dc:date>2013-04-10T23:50:16Z</dc:date>
    <item>
      <title>buffersize for IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104698#M776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am running an IML involving optimizing a multivariate function. It took over 40 hours and still running. I tested the algorithm by loosing the convergence criteria and it worked. So I do not think there is anything wrong with the coding. I am wondering if there is anyway to improve the speed by increasing the buffersize of IML? I know there is a command for SQL to increase the buffersize and speed (e.g., proc sql _method buffersize=2097152). Is there a similar command for proc iml? Thanks. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 20:01:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104698#M776</guid>
      <dc:creator>JerryLee</dc:creator>
      <dc:date>2013-04-10T20:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: buffersize for IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104699#M777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See &lt;A href="http://support.sas.com/documentation/cdl/en/imlug/65547/HTML/default/viewer.htm#imlug_imlstart_sect011.htm" title="http://support.sas.com/documentation/cdl/en/imlug/65547/HTML/default/viewer.htm#imlug_imlstart_sect011.htm"&gt;SAS/IML(R) 12.1 User's Guide&lt;/A&gt; and the link at the bottom of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would be surprised if increasing the workspace memory changes the performance of your algorithm.&amp;nbsp; What will have a more significant effect is making sure that your objective function is vectorized. Avoind DO loops, and use matrix-vector computations whenever possible.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:06:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104699#M777</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-04-10T22:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: buffersize for IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104700#M778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I see. I am curious to try increasing memory to see if it can improve the performance. Is there such a command? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 22:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104700#M778</guid>
      <dc:creator>JerryLee</dc:creator>
      <dc:date>2013-04-10T22:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: buffersize for IML</title>
      <link>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104701#M779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm, I think that IML uses all the memory that SAS can give it, so you'd have to invoke SAS to give you more memory.&amp;nbsp; I don't think I've ever tried it myself, but here's a University web page (&lt;A href="http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm"&gt;http://www.ciser.cornell.edu/FAQ/SAS/MemoryAllocation.shtm&lt;/A&gt;) that shows how to edit the sasv9.cfg file.&amp;nbsp; You could try adding&lt;/P&gt;&lt;P&gt;-memsize 0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have questions about memory, search for 'memsize' in this forum.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Apr 2013 23:50:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-IML-Software-and-Matrix/buffersize-for-IML/m-p/104701#M779</guid>
      <dc:creator>Rick_SAS</dc:creator>
      <dc:date>2013-04-10T23:50:16Z</dc:date>
    </item>
  </channel>
</rss>

