我正在尝试从 oneAPI 示例浏览器运行一个基本的 Simple_Add DPC++ 示例;我使用VS2019和oneAPI toolkit 2021 Beta Update 10。
运行项目,它在这里崩溃
queue q(d_selector, dpc_common::exception_handler);
在下面抛出异常
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.
所有项目样本都在那里失败。