<?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:Can I use MKL routines when running on GPU? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571776#M35815</link>
    <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Could you please set these environment variables and run the application through command line &lt;/P&gt;&lt;P&gt;set OMP_TARGET_OFFLOAD=MANDATORY&amp;nbsp;&lt;/P&gt;&lt;P&gt;set LIBOMPTARGET_PLUGIN=LEVEL_ZERO&amp;nbsp;&lt;/P&gt;&lt;P&gt;set LIBOMPTARGET_DEVICETYPE=GPU&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 13 Feb 2024 05:27:12 GMT</pubDate>
    <dc:creator>Mahan</dc:creator>
    <dc:date>2024-02-13T05:27:12Z</dc:date>
    <item>
      <title>Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1569914#M35789</link>
      <description>&lt;P&gt;I want to enable my Intel iris xe graphics GPU to run a Fortran program which includes MKL routines. Is this possible? I have created and attached a simple reproducer. When I build the solution, I get:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rebuild started at 01:30...&lt;BR /&gt;1&amp;gt;------ Rebuild All started: Project: z2 (IFX), Configuration: Release x64 ------&lt;BR /&gt;Deleting intermediate files and output files for project 'z2', configuration 'Release|x64'.&lt;BR /&gt;Compiling with Intel® Fortran Compiler 2024.0.2 [Intel(R) 64]...&lt;BR /&gt;z2.for&lt;BR /&gt;ifx: warning #10148: option '/size-llp64' not supported&lt;BR /&gt;ifx: warning #10148: option '/size-llp64' not supported&lt;BR /&gt;Linking...&lt;BR /&gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213&lt;BR /&gt;Copyright (C) 1985-2023 Intel Corporation. All rights reserved.&lt;BR /&gt;13292354.o : warning LNK4078: multiple '__CLANG_OFFLOAD_BUNDLE__openmp-s' sections found with different attributes (40500040)&lt;BR /&gt;Embedding manifest...&lt;/P&gt;&lt;P&gt;Build log written to "file://C:/Work/Work/2023%20OPENZDM/Fortran%20folder/z2/z2/x64/Release/BuildLog.htm"&lt;BR /&gt;z2 - 0 error(s), 3 warning(s)&lt;BR /&gt;========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========&lt;BR /&gt;========== Rebuild completed at 01:30 and took 01.366 seconds ==========&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and when I run the program:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Libomptarget error: Unable to generate entries table for device id 0.&lt;BR /&gt;Libomptarget error: Failed to init globals on device 0&lt;BR /&gt;Libomptarget error: Run with&lt;BR /&gt;Libomptarget error: LIBOMPTARGET_DEBUG=1 to display basic debug information.&lt;BR /&gt;Libomptarget error: LIBOMPTARGET_DEBUG=2 to display calls to the compute runtime.&lt;BR /&gt;Libomptarget error: LIBOMPTARGET_INFO=4 to dump host-target pointer mappings.&lt;BR /&gt;Libomptarget error: Source location information not present. Compile with -g or -gline-tables-only.&lt;BR /&gt;Libomptarget fatal error 1: failure of target construct while offloading is mandatory.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there anything I can do to solve this issue?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Feb 2024 23:52:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1569914#M35789</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2024-02-06T23:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571148#M35808</link>
      <description>&lt;P&gt;Can anyone tell me if it works on better Intel GPU?&lt;/P&gt;</description>
      <pubDate>Fri, 09 Feb 2024 22:59:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571148#M35808</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2024-02-09T22:59:49Z</dc:date>
    </item>
    <item>
      <title>Re:Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571776#M35815</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;Could you please set these environment variables and run the application through command line &lt;/P&gt;&lt;P&gt;set OMP_TARGET_OFFLOAD=MANDATORY&amp;nbsp;&lt;/P&gt;&lt;P&gt;set LIBOMPTARGET_PLUGIN=LEVEL_ZERO&amp;nbsp;&lt;/P&gt;&lt;P&gt;set LIBOMPTARGET_DEVICETYPE=GPU&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2024 05:27:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571776#M35815</guid>
      <dc:creator>Mahan</dc:creator>
      <dc:date>2024-02-13T05:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571875#M35818</link>
      <description>&lt;P&gt;It does not work. It produces the same errors:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;C:\Work\Work\2023 OPENZDM\Fortran folder\z2\z2\x64\Release&amp;gt;set OMP_TARGET_OFFLOAD=MANDATORY&lt;/P&gt;&lt;P&gt;C:\Work\Work\2023 OPENZDM\Fortran folder\z2\z2\x64\Release&amp;gt;set LIBOMPTARGET_PLUGIN=LEVEL_ZERO&lt;/P&gt;&lt;P&gt;C:\Work\Work\2023 OPENZDM\Fortran folder\z2\z2\x64\Release&amp;gt;set LIBOMPTARGET_DEVICETYPE=GPU&lt;/P&gt;&lt;P&gt;C:\Work\Work\2023 OPENZDM\Fortran folder\z2\z2\x64\Release&amp;gt;ifx /Qopenmp-targets:spir64 /Qopenmp /Qiopenmp /Qmkl z2.for&lt;BR /&gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2024.0.2 Build 20231213&lt;BR /&gt;Copyright (C) 1985-2023 Intel Corporation. All rights reserved.&lt;/P&gt;&lt;P&gt;ifx: warning #10148: option '/size-llp64' not supported&lt;BR /&gt;ifx: warning #10148: option '/size-llp64' not supported&lt;/P&gt;&lt;P&gt;C:\Work\Work\2023 OPENZDM\Fortran folder\z2\z2\x64\Release&amp;gt;z2&lt;BR /&gt;Libomptarget error: Unable to generate entries table for device id 0.&lt;BR /&gt;Libomptarget error: Failed to init globals on device 0&lt;BR /&gt;Libomptarget error: Run with&lt;BR /&gt;Libomptarget error: LIBOMPTARGET_DEBUG=1 to display basic debug information.&lt;BR /&gt;Libomptarget error: LIBOMPTARGET_DEBUG=2 to display calls to the compute runtime.&lt;BR /&gt;Libomptarget error: LIBOMPTARGET_INFO=4 to dump host-target pointer mappings.&lt;BR /&gt;Libomptarget error: Source location information not present. Compile with -g or -gline-tables-only.&lt;BR /&gt;Libomptarget fatal error 1: failure of target construct while offloading is mandatory&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 11:42:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571875#M35818</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2024-02-13T11:42:10Z</dc:date>
    </item>
    <item>
      <title>Re:Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571957#M35819</link>
      <description>&lt;P&gt;If you use the following for compilation, does it help?&lt;/P&gt;&lt;P&gt;ifx /Qiopenmp /Qopenmp-targets:spir64&amp;nbsp;-fsycl mkl_sycl.lib mkl_intel_lp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib OpenCL.lib&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2024 16:34:10 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571957#M35819</guid>
      <dc:creator>Mahan</dc:creator>
      <dc:date>2024-02-13T16:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571975#M35820</link>
      <description>&lt;P&gt;It works. Thank you.&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 17:12:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571975#M35820</guid>
      <dc:creator>eliopoulos</dc:creator>
      <dc:date>2024-02-13T17:12:30Z</dc:date>
    </item>
    <item>
      <title>Re:Can I use MKL routines when running on GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571976#M35821</link>
      <description>&lt;P&gt;Thanks for letting me know.&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;&lt;P&gt;Also remember to set those environment variables.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Feb 2024 17:14:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/Can-I-use-MKL-routines-when-running-on-GPU/m-p/1571976#M35821</guid>
      <dc:creator>Mahan</dc:creator>
      <dc:date>2024-02-13T17:14:58Z</dc:date>
    </item>
  </channel>
</rss>

