<?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 Fortran, the language, will in Intel® Fortran Compiler</title>
    <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964930#M95518</link>
    <description>&lt;P&gt;Fortran, the language, will have something for you in the next standard, with "assumed-rank" dummy arguments, but that's a future (and probably would not help with optimization.)&lt;/P&gt;</description>
    <pubDate>Sat, 26 Oct 2013 00:35:38 GMT</pubDate>
    <dc:creator>Steven_L_Intel1</dc:creator>
    <dc:date>2013-10-26T00:35:38Z</dc:date>
    <item>
      <title>No way to vectorize the implicit loop in an elemental subroutine?</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964927#M95515</link>
      <description>&lt;P&gt;It seems to me that the implicit loop in Fortran elemental functions is never vectorized unless declared as a vector function, like so:&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;P&gt;!dec$ attributes vector :: foo&lt;/P&gt;
&lt;P&gt;elemental function foo(x)&lt;/P&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;But this doesn't work for subroutines (and it puts inconvenient restrictions on functions). I'd be interested to know if there's any way to vectorize an elemental subroutine (other than inlining it).&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2013 01:52:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964927#M95515</guid>
      <dc:creator>Sean_S_2</dc:creator>
      <dc:date>2013-10-25T01:52:27Z</dc:date>
    </item>
    <item>
      <title>There is no implicit loop in</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964928#M95516</link>
      <description>&lt;P&gt;There is no implicit loop in the elemental procedure - the procedure is scalar. The loop happens in the caller.&lt;/P&gt;
&lt;P&gt;Vector functions may indeed be what you want.Otherwise, as you say, inlining,&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2013 00:02:20 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964928#M95516</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-10-26T00:02:20Z</dc:date>
    </item>
    <item>
      <title>Hmm, unfortunate, since it's</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964929#M95517</link>
      <description>&lt;P&gt;Hmm, unfortunate, since it's impossible have multiple outputs in this case, and Fortran does not provide any meaningful support for implementation of rank-generic functions except via elemental routines.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2013 00:25:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964929#M95517</guid>
      <dc:creator>Sean_S_2</dc:creator>
      <dc:date>2013-10-26T00:25:28Z</dc:date>
    </item>
    <item>
      <title>Fortran, the language, will</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964930#M95518</link>
      <description>&lt;P&gt;Fortran, the language, will have something for you in the next standard, with "assumed-rank" dummy arguments, but that's a future (and probably would not help with optimization.)&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2013 00:35:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964930#M95518</guid>
      <dc:creator>Steven_L_Intel1</dc:creator>
      <dc:date>2013-10-26T00:35:38Z</dc:date>
    </item>
    <item>
      <title>Hmm, true. I suppose assumed</title>
      <link>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964931#M95519</link>
      <description>&lt;P&gt;Hmm, true. I suppose assumed rank *would* still help if it was worth it to simply rewrite the function in C/C++ (e.g. if it's big and expensive and you can still write with vectorizable loops in the other language); then at least you don't have to write some very large number of Fortran interfaces in order to give an explicit interface to every array rank. Which I gather is roughly why assumed rank was important for MPI interfaces in the first place.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Oct 2013 22:35:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Fortran-Compiler/No-way-to-vectorize-the-implicit-loop-in-an-elemental-subroutine/m-p/964931#M95519</guid>
      <dc:creator>Sean_S_2</dc:creator>
      <dc:date>2013-10-26T22:35:57Z</dc:date>
    </item>
  </channel>
</rss>

