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.

Stefano Piovesan
  • 1,185
  • 3
  • 19
  • 37

1 Answers1

0

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

Stefano Piovesan
  • 1,185
  • 3
  • 19
  • 37