<?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 How to use IFX and offload openMP to GPU? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374165#M32968</link>
    <description>&lt;P&gt;While looking at MKL examples, I notice that intel new Fortran Compiler IFX seems can offload openMP at least to Intel's GPU. &lt;BR /&gt;I mean say I have a xeon 2186M and with intel P630 GPU inside the chip, it seems IFX should be able to offload openMP to intel's GPU,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use Intel OneAPI 2022.0.3 + visual studio 2019 on windows, and I tried to compile and run the offload examples in Intel OneAPI MKL examples in the examples folder, &lt;BR /&gt;```&lt;BR /&gt;C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.3\examples&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;The example I am trying the run openMP offload to intel GPU is ```vsinh.f90``` located at, &lt;BR /&gt;```&lt;BR /&gt;C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.3\examples\examples_offload_f\f_offload\vml\source&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;However, it seems if I enable openMP offload as below,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRquantum_0-1649097472065.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28236i92B9760DC15CA3B8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CRquantum_0-1649097472065.png" alt="CRquantum_0-1649097472065.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CRquantum_0-1649097472065.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it just give error at linking stage. However I am not sure if I what I set at linking stage is correct or not, below is what I set,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRquantum_1-1649097503748.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28237i3E4280458435617D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CRquantum_1-1649097503748.png" alt="CRquantum_1-1649097503748.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CRquantum_1-1649097503748.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error at linking is below, &lt;BR /&gt;```&lt;BR /&gt;Build started...&lt;BR /&gt;1&amp;gt;------ Build started: Project: MKL_test (IFX), Configuration: Release x64 ------&lt;BR /&gt;1&amp;gt;Linking...&lt;BR /&gt;1&amp;gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2022.0.0 Build 20211123&lt;BR /&gt;1&amp;gt;Copyright (C) 1985-2021 Intel Corporation. All rights reserved.&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : warning LNK4078: multiple '__CLANG_OFFLOAD_BUNDLE__openmp-s' sections found with different attributes (40000800)&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMLSETMODE_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VSSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMSSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VSSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMSSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VDSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMDSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VDSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMDSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VCSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMCSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VCSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMCSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VZSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMZSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VZSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMZSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;x64\Release\MKL_test.exe : fatal error LNK1120: 17 unresolved externals&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;However if I disable offload like below then the code can compile and link (with some minor warnings) and runs fine. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRquantum_2-1649097523345.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28238i1790319DC5D44E17/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CRquantum_2-1649097523345.png" alt="CRquantum_2-1649097523345.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CRquantum_2-1649097523345.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But I just do not know how to corrected set in Visual Studio or in command line how to let IFX offload to GPU and run the code correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just curious, does anyone knows how to use IFX and offload openMP to GPU?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS.&lt;/P&gt;
&lt;P&gt;A similar post is here too,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://fortran-lang.discourse.group/t/how-to-use-ifx-and-offload-openmp-to-gpu/3104" target="_blank"&gt;https://fortran-lang.discourse.group/t/how-to-use-ifx-and-offload-openmp-to-gpu/3104&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 04 Apr 2022 18:39:31 GMT</pubDate>
    <dc:creator>CRquantum</dc:creator>
    <dc:date>2022-04-04T18:39:31Z</dc:date>
    <item>
      <title>How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374165#M32968</link>
      <description>&lt;P&gt;While looking at MKL examples, I notice that intel new Fortran Compiler IFX seems can offload openMP at least to Intel's GPU. &lt;BR /&gt;I mean say I have a xeon 2186M and with intel P630 GPU inside the chip, it seems IFX should be able to offload openMP to intel's GPU,&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use Intel OneAPI 2022.0.3 + visual studio 2019 on windows, and I tried to compile and run the offload examples in Intel OneAPI MKL examples in the examples folder, &lt;BR /&gt;```&lt;BR /&gt;C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.3\examples&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;The example I am trying the run openMP offload to intel GPU is ```vsinh.f90``` located at, &lt;BR /&gt;```&lt;BR /&gt;C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.3\examples\examples_offload_f\f_offload\vml\source&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;However, it seems if I enable openMP offload as below,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRquantum_0-1649097472065.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28236i92B9760DC15CA3B8/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CRquantum_0-1649097472065.png" alt="CRquantum_0-1649097472065.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CRquantum_0-1649097472065.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;it just give error at linking stage. However I am not sure if I what I set at linking stage is correct or not, below is what I set,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRquantum_1-1649097503748.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28237i3E4280458435617D/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CRquantum_1-1649097503748.png" alt="CRquantum_1-1649097503748.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CRquantum_1-1649097503748.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The error at linking is below, &lt;BR /&gt;```&lt;BR /&gt;Build started...&lt;BR /&gt;1&amp;gt;------ Build started: Project: MKL_test (IFX), Configuration: Release x64 ------&lt;BR /&gt;1&amp;gt;Linking...&lt;BR /&gt;1&amp;gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2022.0.0 Build 20211123&lt;BR /&gt;1&amp;gt;Copyright (C) 1985-2021 Intel Corporation. All rights reserved.&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : warning LNK4078: multiple '__CLANG_OFFLOAD_BUNDLE__openmp-s' sections found with different attributes (40000800)&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMLSETMODE_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VSSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMSSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VSSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMSSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VDSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMDSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VDSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMDSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VCSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMCSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VCSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMCSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_FLOAT_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VZSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMZSINH_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VZSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;2828013-vsinh.obj : error LNK2019: unresolved external symbol MKL_VM_VMZSINHI_OMP_OFFLOAD_ILP64 referenced in function TEST_DOUBLE_COMPLEX&lt;BR /&gt;1&amp;gt;x64\Release\MKL_test.exe : fatal error LNK1120: 17 unresolved externals&lt;BR /&gt;1&amp;gt;&lt;BR /&gt;```&lt;/P&gt;
&lt;P&gt;However if I disable offload like below then the code can compile and link (with some minor warnings) and runs fine. &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="CRquantum_2-1649097523345.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28238i1790319DC5D44E17/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="CRquantum_2-1649097523345.png" alt="CRquantum_2-1649097523345.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;CRquantum_2-1649097523345.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;But I just do not know how to corrected set in Visual Studio or in command line how to let IFX offload to GPU and run the code correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just curious, does anyone knows how to use IFX and offload openMP to GPU?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks much in advance!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PS.&lt;/P&gt;
&lt;P&gt;A similar post is here too,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://fortran-lang.discourse.group/t/how-to-use-ifx-and-offload-openmp-to-gpu/3104" target="_blank"&gt;https://fortran-lang.discourse.group/t/how-to-use-ifx-and-offload-openmp-to-gpu/3104&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Apr 2022 18:39:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374165#M32968</guid>
      <dc:creator>CRquantum</dc:creator>
      <dc:date>2022-04-04T18:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374270#M32969</link>
      <description>&lt;P&gt;I have not tried the MKL offload feature.&amp;nbsp; So I will move this question to the MKL User Forum for them to answer.&lt;/P&gt;
&lt;P&gt;Just a quick question:&lt;/P&gt;
&lt;P&gt;did you install the correct driver for your system from the &lt;A href="https://www.intel.com/content/www/us/en/support/products/80939/graphics.html#support-product-selector" target="_blank" rel="noopener"&gt;DRIVERS DOWNLOADS&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;Matching the right driver to your "generation" of processor can be a problem, but there is a link below the list for "let us identify your product" that will detect your system and find the right driver.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;ANd did you install the oneAPI Base Toolkit and the HPC Toolkit or just the HPC Toolkit?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR did you use the component installers for Fortran and MKL?&lt;/P&gt;
&lt;P&gt;I'll move this issue to MKL Forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ron&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 00:52:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374270#M32969</guid>
      <dc:creator>Ron_Green</dc:creator>
      <dc:date>2022-04-05T00:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374296#M32970</link>
      <description>&lt;P&gt;Thank you Ron!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. My laptop is ThinkPad P72 with Xeon-2186M, it is with Intel UHD P630. Yes, I have installed the Intel Graphics - WIndows DCH Driver as below,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/support/products/126790/graphics/graphics-for-8th-generation-intel-processors/intel-uhd-graphics-630.html#drivers-software" target="_blank"&gt;https://www.intel.com/content/www/us/en/support/products/126790/graphics/graphics-for-8th-generation-intel-processors/intel-uhd-graphics-630.html#drivers-software&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;But I can try reinstall it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I have installed both Intel OneAPI base toolkit and HPC toolkit. I have installed all the components in base toolkit and HPC toolkit. They are integrated with Visual Studo 2019 Enterprise.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you Ron for moving it to MKL.&amp;nbsp;Yeah, I think at least in principle, IFX seems should be able to offload openMP to Intel's GPU. Especially usually Intel's CPU and Intel GPU packed inside in chip. Also all the offload examples are included in the OneAPI installation folder. So intel perhaps have tested them already.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there are more examples that perhaps could show some instructions step-by-step it will be great!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best regards,&lt;/P&gt;
&lt;P&gt;Rong&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 04:22:58 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374296#M32970</guid>
      <dc:creator>CRquantum</dc:creator>
      <dc:date>2022-04-05T04:22:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374661#M32972</link>
      <description>&lt;P&gt;Hi Rong,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for reaching out to us.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We suggest you run your code from Intel oneAPI command prompt and take help from the link line advisor (&lt;A href="https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.vvmn6g" target="_blank" rel="noopener"&gt;https://www.intel.com/content/www/us/en/developer/tools/oneapi/onemkl-link-line-advisor.html#gs.vvmn6g&lt;/A&gt;) which is a great tool for recommending the necessary options such as compiling and linking options according to your environment (please check the box of the option Enable OpenMP offload feature to GPU and select Intel Fortran compiler beta).&lt;/P&gt;
&lt;P&gt;I have also tried to run the sample code vsinh.f90 from the Intel command prompt with the following commands and could see that it got executed successfully.&lt;/P&gt;
&lt;P&gt;Compilation command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ifx -c /Qiopenmp /Qopenmp-targets:spir64 /DMKL_ILP64 /4I8 -I"%MKLROOT%\include" /MD /fpp -I"C:\Program Files (x86)\Intel\oneAPI\mkl\2022.0.2\examples\examples_offload_f\f_offload\vml\source" Vsinh.f90&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Linking Command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ifx Vsinh.obj /Qiopenmp /Qopenmp-targets:spir64 -fsycl mkl_sycl.lib mkl_intel_ilp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib OpenCL.lib sycl.lib&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now you can see that the executable got generated successfully named *.exe.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="VidyalathaB_Intel_2-1649225932108.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/28288iE3CEC237CBF86425/image-size/medium?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="VidyalathaB_Intel_2-1649225932108.png" alt="VidyalathaB_Intel_2-1649225932108.png" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;VidyalathaB_Intel_2-1649225932108.png&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope the provided information helps in resolving the issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Vidya.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 06 Apr 2022 06:23:39 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1374661#M32972</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-06T06:23:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1375111#M32980</link>
      <description>&lt;P&gt;Thank you very much Vidya!&amp;nbsp;The link line advisor is very useful! Cool.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I was able to complie and link and run. Thanks.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just one more comment, in windows with OneAPI, need to make sure&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;C:\Program Files (x86)\Intel\oneAPI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;is in the system environment path.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then in any cmd window, need to type&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;setvars&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;first, then it will load Intel's some variables in the cmd, I mean cmd will show,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;:: initializing oneAPI environment...&lt;BR /&gt;Initializing Visual Studio command-line environment...&lt;BR /&gt;Visual Studio version 17.1.3 environment configured.&lt;BR /&gt;"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\"&lt;BR /&gt;Visual Studio command-line environment initialized for: 'x64'&lt;BR /&gt;: advisor -- latest&lt;BR /&gt;: compiler -- latest&lt;BR /&gt;: dal -- latest&lt;BR /&gt;: debugger -- latest&lt;BR /&gt;: dev-utilities -- latest&lt;BR /&gt;: dnnl -- latest&lt;BR /&gt;: dpcpp-ct -- latest&lt;BR /&gt;: dpl -- latest&lt;BR /&gt;: inspector -- latest&lt;BR /&gt;: intelpython -- latest&lt;BR /&gt;: ipp -- latest&lt;BR /&gt;: ippcp -- latest&lt;BR /&gt;: itac -- latest&lt;BR /&gt;: mkl -- latest&lt;BR /&gt;: mpi -- latest&lt;BR /&gt;: tbb -- latest&lt;BR /&gt;: vpl -- latest&lt;BR /&gt;: vtune -- latest&lt;BR /&gt;:: oneAPI environment initialized ::&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then can type the compile and link command you mentioned.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However there some warning messages after the compile command,&lt;/P&gt;
&lt;P&gt;ifx -c /Qiopenmp /Qopenmp-targets:spir64 /DMKL_ILP64 /4I8 -I"%MKLROOT%\include" /MD /fpp vsinh.f90&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Message is below&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 2022.0.0 Build 20211123&lt;BR /&gt;Copyright (C) 1985-2021 Intel Corporation. All rights reserved.&lt;/P&gt;
&lt;P&gt;vsinh.f90(99): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(99): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(105): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(105): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(111): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(111): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(117): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(117): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(214): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(214): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(220): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(220): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(226): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(226): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(232): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(232): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(329): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(329): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(335): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(335): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(341): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(341): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(347): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(347): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(444): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(444): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(450): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(450): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(456): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(456): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(462): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(462): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(99): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(99): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(105): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(105): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(111): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(111): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(117): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(117): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(214): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(214): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(220): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(220): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(226): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(226): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(232): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(232): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(329): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(329): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(335): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(335): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(341): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(341): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(347): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(347): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(444): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(444): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(450): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(450): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRES1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmres1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(456): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(456): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vresi1)&lt;BR /&gt;---------------------------------------------------^&lt;BR /&gt;vsinh.f90(462): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VARG1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------^&lt;BR /&gt;vsinh.f90(462): remark #8980: A list item in an is_device_ptr or a use_device_ptr clause must be of type C_PTR. The support is deprecated otherwise. [VMRESI1]&lt;BR /&gt;!$omp target variant dispatch use_device_ptr(varg1,vmresi1)&lt;BR /&gt;---------------------------------------------------^&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After typing the linking command,&lt;/P&gt;
&lt;P&gt;ifx Vsinh.obj /Qiopenmp /Qopenmp-targets:spir64 -fsycl mkl_sycl.lib mkl_intel_ilp64.lib mkl_intel_thread.lib mkl_core.lib libiomp5md.lib OpenCL.lib sycl.lib&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At the end of linking there some warnings,&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P&gt;-defaultlib:omptarget.lib&lt;BR /&gt;1255624-Vsinh.obj : warning LNK4078: multiple '__CLANG_OFFLOAD_BUNDLE__openmp-s' sections found with different attributes (40000800)&lt;BR /&gt;1255657-libsycl-complex.obj : warning LNK4078: multiple '__CLANG_OFFLOAD_BUNDLE__sycl-spi' sections found with different attributes (40000800)&lt;BR /&gt;Creating library Vsinh.lib and object Vsinh.exp&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But nonetheless the code seems working, output windows is,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;Running sinh functions:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Running sinh with single precision real data type:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[2]( -2.1123414 ) = -4.0733109 ; expected = -4.0733109 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[2]( -2.1123414 ) = -4.0733109 ; expected = -4.0733109 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[2]( -2.1123414 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[2]( -2.1123414 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[4]( 5.9688005 ) = 195.51691 ; expected = 195.51691 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[4]( 5.9688005 ) = 195.51691 ; expected = 195.51691 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.9688005 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.9688005 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[1]( 6.8037548 ) = 450.61188 ; expected = 450.61188 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[2]( -2.1123414 ) = -4.0733109 ; expected = -4.0733109 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[2]( -2.1123414 ) = -4.0733109 ; expected = -4.0733109 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[2]( -2.1123414 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[2]( -2.1123414 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[3]( 5.6619844 ) = 143.85779 ; expected = 143.85779 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[4]( 5.9688005 ) = 195.51691 ; expected = 195.51691 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[4]( 5.9688005 ) = 195.51691 ; expected = 195.51691 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.9688005 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.9688005 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[1]( 6.8037548 ) = 450.61377 ; expected = 450.61188 ; ulp = 62.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[1]( 6.8037548 ) = 450.61377 ; expected = 450.61188 ; ulp = 62.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[1]( 6.8037548 ) = 450.61377 ; expected = 450.61188 ; ulp = 62.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[1]( 6.8037548 ) = 450.61377 ; expected = 450.61188 ; ulp = 62.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[2]( -2.1123414 ) = -4.0733027 ; expected = -4.0733109 ; ulp = 17.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[2]( -2.1123414 ) = -4.0733027 ; expected = -4.0733109 ; ulp = 17.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[2]( -2.1123414 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[2]( -2.1123414 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[3]( 5.6619844 ) = 143.85716 ; expected = 143.85779 ; ulp = 41.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[3]( 5.6619844 ) = 143.85716 ; expected = 143.85779 ; ulp = 41.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[3]( 5.6619844 ) = 143.85716 ; expected = 143.85779 ; ulp = 41.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[3]( 5.6619844 ) = 143.85716 ; expected = 143.85779 ; ulp = 41.0 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[4]( 5.9688005 ) = 195.51376 ; expected = 195.51691 ; ulp = 206. :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[4]( 5.9688005 ) = 195.51376 ; expected = 195.51691 ; ulp = 206. :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.9688005 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.9688005 ) = 777.00000 ; expected = 777.00000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sinh single precision real result: PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Running sinh with double precision real data type:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[2]( -2.112341463618139 ) = -4.073311222615664 ; expected = -4.073311222615664 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[2]( -2.112341463618139 ) = -4.073311222615664 ; expected = -4.073311222615664 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[2]( -2.112341463618139 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[2]( -2.112341463618139 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[4]( 5.968800669521466 ) = 195.5169251084481 ; expected = 195.5169251084481 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[4]( 5.968800669521466 ) = 195.5169251084481 ; expected = 195.5169251084481 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.968800669521466 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.968800669521466 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[2]( -2.112341463618139 ) = -4.073311222615663 ; expected = -4.073311222615664 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[2]( -2.112341463618139 ) = -4.073311222615663 ; expected = -4.073311222615664 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[2]( -2.112341463618139 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[2]( -2.112341463618139 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[4]( 5.968800669521466 ) = 195.5169251084481 ; expected = 195.5169251084481 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[4]( 5.968800669521466 ) = 195.5169251084481 ; expected = 195.5169251084481 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.968800669521466 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.968800669521466 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[1]( 6.803754343094191 ) = 450.6116721871068 ; expected = 450.6116721871068 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[2]( -2.112341463618139 ) = -4.073311222615663 ; expected = -4.073311222615664 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[2]( -2.112341463618139 ) = -4.073311222615663 ; expected = -4.073311222615664 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[2]( -2.112341463618139 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[2]( -2.112341463618139 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[3]( 5.661984475172117 ) = 143.8577860426789 ; expected = 143.8577860426789 ; ulp = 1.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[4]( 5.968800669521466 ) = 195.5169251084481 ; expected = 195.5169251084481 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[4]( 5.968800669521466 ) = 195.5169251084481 ; expected = 195.5169251084481 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.968800669521466 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.968800669521466 ) = 777.0000000000000 ; expected = 777.0000000000000 ; ulp = 0.00 :PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sinh double precision real result: PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Running sinh with single precision complex data type:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.99046 -113.79469 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.99046 -113.79469 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.99046 -113.79469 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.99046 -113.79469 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.58589 +16.385576 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.58589 +16.385576 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.58589 +16.385576 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.58589 +16.385576 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.99046 -113.79469 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.99046 -113.79469 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.99046 -113.79469 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.99046 -113.79469 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.58589 +16.385576 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.58589 +16.385576 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.58589 +16.385576 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.58589 +16.385576 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[1]( -2.1123414 +6.8037548 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.5337441 +2.0861197 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.5337441 +2.0861197 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.99046 -113.79469 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.99046 -113.79469 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.99046 -113.79469 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.99046 -113.79469 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[2]( 5.9688005 +5.6619844 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[3]( -6.0489726 +8.2329483 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.371567 +196.80936 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.371567 +196.80936 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.58589 +16.385576 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.58589 +16.385576 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.58589 +16.385576 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.58589 +16.385576 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.3645916 -3.2955451 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.00000 +777.00000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.00000 +777.00000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 :PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sinh single precision complex result: PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Running sinh with double precision complex data type:&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.9904813936415 -113.7946992092927 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.9904813936415 -113.7946992092927 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.9904813936415 -113.7946992092927 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.9904813936415 -113.7946992092927 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;HA, simple&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.5859236313347 +16.38555846778798 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.5859236313347 +16.38555846778798 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;HA, simple&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.5859236313347 +16.38555846778798 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.5859236313347 +16.38555846778798 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;HA, strided&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.9904813936415 -113.7946992092927 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.9904813936415 -113.7946992092927 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.9904813936415 -113.7946992092927 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.9904813936415 -113.7946992092927 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;LA, simple&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.5859236313347 +16.38555846778798 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.5859236313347 +16.38555846778798 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;LA, simple&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.5859236313347 +16.38555846778798 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.5859236313347 +16.38555846778798 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;LA, strided&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[1]( -2.112341463618139 +6.803754343094191 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -3.533745332757388 +2.086118168674303 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -3.533745332757388 +2.086118168674303 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.9904813936415 -113.7946992092927 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.9904813936415 -113.7946992092927 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 158.9904813936415 -113.7946992092927 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 158.9904813936415 -113.7946992092927 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[2]( 5.968800669521466 +5.661984475172117 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[3]( -6.048972614132321 +8.232947158735687 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 78.37134542800175 +196.8094430413420 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 78.37134542800175 +196.8094430413420 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinh&amp;lt;EP, simple&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.5859236313347 +16.38555846778798 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.5859236313347 +16.38555846778798 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinh&amp;lt;EP, simple&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= -105.5859236313347 +16.38555846778798 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = -105.5859236313347 +16.38555846778798 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;vmsinhi&amp;lt;EP, strided&amp;gt;[4]( 5.364591896238082 -3.295544885702220 *i)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;= 777.0000000000000 +777.0000000000000 *i&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;expected = 777.0000000000000 +777.0000000000000 *i;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;ulp = 0.00 (PASS)&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="courier new,courier"&gt;sinh double precision complex result: PASS&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;sinh function result: PASS&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;```&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 07:29:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1375111#M32980</guid>
      <dc:creator>CRquantum</dc:creator>
      <dc:date>2022-04-07T07:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1375115#M32981</link>
      <description>&lt;P&gt;By the way&amp;nbsp;&lt;SPAN&gt;Vidya, I have two questions,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;1. Is there some example that I check and make sure the computation is really offload to Intel's GPU?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;2. Is there some example that I can compile and run, so that can compare the speed of the same code on CPU vs on GPU? &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Just to wanted to see under what circumstances and how GPU can accelerate the computation compared with CPU.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thanks much.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Rong&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 07 Apr 2022 07:33:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1375115#M32981</guid>
      <dc:creator>CRquantum</dc:creator>
      <dc:date>2022-04-07T07:33:45Z</dc:date>
    </item>
    <item>
      <title>Re:How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1375649#M32996</link>
      <description>&lt;P&gt;Hi Rong,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Yes, there are examples with both the cases i.e. running the code on the host and running code on the device. You can find them in the same example folder which is named "example_offload_f"(please see examples in blas folder).&lt;/P&gt;&lt;P&gt;Additionally, you can refer to the below as well for more details&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/openmp-offload/openmp-offload-for-onemkl.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-fortran/top/openmp-offload/openmp-offload-for-onemkl.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;To see if the code is really offloaded to Intel GPU you can try setting the environment variable "LIBOMPTARGET_PLUGIN_PROFILE=T" before running the code as referred in the below documentation link &lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/get-started-with-cpp-fortran-compiler-openmp/top.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;For more details regarding the offloading environment variables refer&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/software-development-process/debugging-the-dpc-and-openmp-offload-process/oneapi-debug-tools.html" target="_blank"&gt;https://www.intel.com/content/www/us/en/develop/documentation/oneapi-programming-guide/top/software-development-process/debugging-the-dpc-and-openmp-offload-process/oneapi-debug-tools.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hope the provided information helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 08 Apr 2022 16:44:07 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1375649#M32996</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-08T16:44:07Z</dc:date>
    </item>
    <item>
      <title>Re:How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1377456#M33037</link>
      <description>&lt;P&gt;Hi Rong,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;A gentle reminder:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Could you please provide us with an update regarding the issue? Please do let us know if the provided information helps.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Apr 2022 17:07:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1377456#M33037</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-15T17:07:22Z</dc:date>
    </item>
    <item>
      <title>Re:How to use IFX and offload openMP to GPU?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1379022#M33063</link>
      <description>&lt;P&gt;Hi Rong,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;We are closing this thread assuming that your issue is resolved. Please post a new question if you need any additional information from Intel as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Apr 2022 08:25:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-use-IFX-and-offload-openMP-to-GPU/m-p/1379022#M33063</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2022-04-22T08:25:57Z</dc:date>
    </item>
  </channel>
</rss>

