Results 19 comments of Xu, He

(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...

(OneSmpl_Team1) @kaanolgu When you run the application on the device for the first time, there will be additional JIT (just-in-time) compilation and as a result, steady_clock will show large number...

OneSmpl_Team1 working on this

(OneSmpl_Team1) @DarshanRamakant it's a runtime issue, you could try "clinfo -l" to check if the environment is configured correctly. For example: $ clinfo -l Platform #0: Intel(R) FPGA Emulation Platform...

(OneSmpl_Team1) @NoWait126 This issue has been addressed. https://community.intel.com/t5/Intel-oneAPI-Base-Toolkit/IntelGfxDbgPackage-did-not-load-correctly-in-vs2019/td-p/1457860

(OneSmpl_Team1) @rasenjop tried latest code with oneAPI 2023.1 release, no DEPRECATED warnings now.