<?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 oneAPI 2024.1 vectorization samples do not compile in Intel® oneAPI DPC++/C++ Compiler</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1585531#M3575</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;advisor-gui&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;icx --version&lt;BR /&gt;Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2024.1.0 Build 20240308&lt;BR /&gt;Copyright (C) 1985-2024 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel(R) oneAPI DPC++/C++ Compiler 2024.1.0 (2024.1.0.20240308)&lt;BR /&gt;Target: x86_64-pc-windows-msvc&lt;BR /&gt;Thread model: posix&lt;BR /&gt;InstalledDir: C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin\compiler&lt;BR /&gt;Configuration file: C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin\compiler\..\icx.cfg&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;vi build.bat&lt;BR /&gt;'vi' is not recognized as an internal or external command,&lt;BR /&gt;operable program or batch file.&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;notepad build.bat&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;build.bat baseline&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;icx /nologo /O2 /Qstd=c99 /fp:fast /Isrc /Zi /Qopenmp /c src\*.c&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(54,10): warning: non-portable path to file '"MULTIPLY.H"'; specified path differs&lt;BR /&gt;in case from file name on disk [-Wnonportable-include-path]&lt;BR /&gt;54 | #include "Multiply.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;| "MULTIPLY.H"&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(121,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;121 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE a[ROW][COLWIDTH];&lt;BR /&gt;| ^&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(122,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;122 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE b[ROW];&lt;BR /&gt;| ^&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(123,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;123 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE x[COLWIDTH];&lt;BR /&gt;| ^&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(124,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;124 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE wr[COLWIDTH];&lt;BR /&gt;| ^&lt;BR /&gt;1 warning and 4 errors generated.&lt;/P&gt;</description>
    <pubDate>Tue, 02 Apr 2024 13:33:18 GMT</pubDate>
    <dc:creator>Theo-at-Stillwater</dc:creator>
    <dc:date>2024-04-02T13:33:18Z</dc:date>
    <item>
      <title>oneAPI 2024.1 vectorization samples do not compile</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1585531#M3575</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;advisor-gui&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;icx --version&lt;BR /&gt;Intel(R) oneAPI DPC++/C++ Compiler for applications running on Intel(R) 64, Version 2024.1.0 Build 20240308&lt;BR /&gt;Copyright (C) 1985-2024 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;Intel(R) oneAPI DPC++/C++ Compiler 2024.1.0 (2024.1.0.20240308)&lt;BR /&gt;Target: x86_64-pc-windows-msvc&lt;BR /&gt;Thread model: posix&lt;BR /&gt;InstalledDir: C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin\compiler&lt;BR /&gt;Configuration file: C:\PROGRA~2\Intel\oneAPI\compiler\latest\bin\compiler\..\icx.cfg&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;vi build.bat&lt;BR /&gt;'vi' is not recognized as an internal or external command,&lt;BR /&gt;operable program or batch file.&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;notepad build.bat&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;build.bat baseline&lt;/P&gt;&lt;P&gt;F:\Users\tomtz\dev\clones\test\vec_samples&amp;gt;icx /nologo /O2 /Qstd=c99 /fp:fast /Isrc /Zi /Qopenmp /c src\*.c&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(54,10): warning: non-portable path to file '"MULTIPLY.H"'; specified path differs&lt;BR /&gt;in case from file name on disk [-Wnonportable-include-path]&lt;BR /&gt;54 | #include "Multiply.h"&lt;BR /&gt;| ^~~~~~~~~~~~&lt;BR /&gt;| "MULTIPLY.H"&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(121,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;121 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE a[ROW][COLWIDTH];&lt;BR /&gt;| ^&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(122,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;122 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE b[ROW];&lt;BR /&gt;| ^&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(123,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;123 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE x[COLWIDTH];&lt;BR /&gt;| ^&lt;BR /&gt;F:\Users\tomtz\dev\clones\test\vec_samples\src\Driver.c(124,11): error: 'align' attribute takes no more than 1 argument&lt;BR /&gt;124 | _declspec(align(ALIGN_BOUNDARY, OFFSET)) FTYPE wr[COLWIDTH];&lt;BR /&gt;| ^&lt;BR /&gt;1 warning and 4 errors generated.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 13:33:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1585531#M3575</guid>
      <dc:creator>Theo-at-Stillwater</dc:creator>
      <dc:date>2024-04-02T13:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI 2024.1 vectorization samples do not compile</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1586477#M3599</link>
      <description>&lt;P&gt;We need more context to check on your issue. Can you please provide us a reproducer and let us know the exact commands you used to see the errors?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 23:21:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1586477#M3599</guid>
      <dc:creator>Alex_Y_Intel</dc:creator>
      <dc:date>2024-04-04T23:21:33Z</dc:date>
    </item>
    <item>
      <title>Re: oneAPI 2024.1 vectorization samples do not compile</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1586983#M3623</link>
      <description>&lt;P&gt;Alex_Y_Intel:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Simply follow the Intel Advisor tutorial:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/docs/advisor/get-started-guide/2023-1/discover-where-vectorization-will-pay-off.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/docs/advisor/get-started-guide/2023-1/discover-where-vectorization-will-pay-off.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and you will be able to reproduce the error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 18:31:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-DPC-C-Compiler/oneAPI-2024-1-vectorization-samples-do-not-compile/m-p/1586983#M3623</guid>
      <dc:creator>Theo-at-Stillwater</dc:creator>
      <dc:date>2024-04-06T18:31:48Z</dc:date>
    </item>
  </channel>
</rss>

