Simple_Add DPC++ oneAPI example fails to run

0

I am trying to run a basic Simple_Add DPC++ example from the oneAPI sample browser; I using VS2019 and oneAPI toolkit 2021 Beta Update 10.
Running the project, it crashes hereĀ 

queue q(d_selector, dpc_common::exception_handler);

throwing the exception below

Exception thrown at 0x00007FFF6915FB99 (igdrcl64.dll) in simple-add-buffers.exe: 0xC0000094: Integer division by zero.
Unhandled exception at 0x00007FFF6915FB99 (igdrcl64.dll) in simple-add-buffers.exe: 0xC0000094: Integer division by zero.

All project samples fail there.

c++
intel-oneapi
dpc++

1 Answer

0

I solved installing the latest Intel driver for the graphic card with this igfx_win10_100.9168.exe package.

answered on Stack Overflow Feb 26, 2021 by Stefano Piovesan

User contributions licensed under CC BY-SA 3.0