User Profile
User Widgets
Contributions
Getting previous version of Intel® FPGA Add-On for oneAPI Base Toolkit
Hello, I have upgraded to Intel OneAPI base toolkit along with FPGA Addon 2021.2 but I am experiencing linking issue with dpcpp. I need to downgrade to former version 2021.1 which is working to me. I have asked on the OneAPI forum for the 2021.1 basekit and the forum moderator redirected me to this this FPGA forum to request for the the FGPA Addon 2021.1. Would you please help to offer me the direction to get back the FPGA Add-On for oneAPI Base Toolkit 2021.1? I am working on Ubuntu 18.04 and 20.04. My initial post is on https://community.intel.com/t5/Registration-Download-Licensing/Getting-previous-version-of-oneapi/m-p/1283592#M846. Thank you in advance of the help. AmonSolved1.1KViews0likes1CommentDpcpp++ unable to handle switch -MD -MT -MF with -fintelfpga
Hello Support Team, I am trying to use cmake to generate build script for Dpcpp for FPGA target. The following is a compilation command generated to compile a sycl cxx source code target for FPGA but the dpcpp returns error (running on Ubuntu 18.04): /opt/intel/oneapi/compiler/2021.1.1/linux/bin/dpcpp -DFPGA_EMULATOR -DUSE_DPCPP -I../.. -g -g -g -fintelfpga -std=gnu++17 -MD -MT parallel/CMakeFiles/parallel.dir/iota_parallel.cpp.o -MF parallel/CMakeFiles/parallel.dir/iota_parallel.cpp.o.d -o parallel/CMakeFiles/parallel.dir/iota_parallel.cpp.o -c ../parallel/iota_parallel.cpp /opt/intel/oneapi/compiler/2021.1.1/linux/bin/clang-offload-bundler: error: number of input files and targets should match in bundling mode dpcpp: error: clang-offload-bundler command failed with exit code 1 (use -v to see invocation) If I remove manually the -MD -MT and -MF switches, then the compilation can be successfully completed. A note here that dpcpp can work with -MD -MT -MF if -fintelfpga is absent (for sycl code not target for FPGA). May Intel engineer please follow. Best Regards, Amon2.7KViews0likes6Comments