oneAPI-samples icon indicating copy to clipboard operation
oneAPI-samples copied to clipboard

PipeArray example is not runnable on Intel devcloud

Open Arthur-Chang016 opened this issue 2 years ago • 2 comments

Summary

It seems that the tutorial in https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/include is not consistent with the latest dpc++ version

Version

icpx --version Intel(R) oneAPI DPC++/C++ Compiler 2023.0.0 (2023.0.0.20221201) Target: x86_64-unknown-linux-gnu Thread model: posix InstalledDir: /glob/development-tools/versions/oneapi/2023.0.1/oneapi/compiler/2023.0.0/linux/bin-llvm Configuration file: /glob/development-tools/versions/oneapi/2023.0.1/oneapi/compiler/2023.0.0/linux/bin-llvm/../bin/icpx.cfg

Environment

Intel devcloud

Steps to reproduce

run the tutorial https://github.com/oneapi-src/oneAPI-samples/tree/master/DirectProgramming/C%2B%2BSYCL_FPGA/Tutorials/DesignPatterns/pipe_array on Intel devcloud

mkdir build
cd build
make

Observed behavior

image seems like `sycl::ext:: intel:: fpga_emulator_selector_v` couldn't be found

Expected behavior

should be able to run the PipeArray example

Arthur-Chang016 avatar Apr 18 '23 19:04 Arthur-Chang016

OneSmpl_Team1 working on this.

hexu33 avatar Apr 25 '23 01:04 hexu33

(OneSmpl_Team1)

@Arthur-Chang016

sycl::ext:: intel:: fpga_emulator_selector_v can be found at oneAPI 2023.1 release, Current DevCloud automatic installed 2023.0 release as you provide, so you could either try latest oneAPI release, or select the corresponding oneAPI-samples tag.

hexu33 avatar Apr 25 '23 01:04 hexu33