我正在尝试从oneAPI示例浏览器运行一个基本的Simple_Add DPC++示例;我使用的是VS2019和oneAPI工具包2021Beta Update10。
运行该项目时,它会在此处崩溃。
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.所有的项目示例都会在那里失败。
发布于 2021-02-27 07:23:59
我解决了使用此igfx_win10_100.9168.exe软件包为显卡安装最新的英特尔驱动程序的问题。
https://stackoverflow.com/questions/66246172
复制相似问题