<2022-03-07 Mon>
调用clCreateBuffer()产生异常问题(二)
使用MAGICK_OCL_DEVICE=GPU且在已经安装了opencl-compute-runtime的情况下会产生两个问题:
gm运行卡死,无法操作,CPU使用率居高不下,或者gm运行崩溃,产生如下提示:
$ gm display ~/temp/bg1a.jpg
Abort was called at 250 line in file:
/build/intel-compute-runtime/src/compute-runtime-22.09.22577/shared/source/memory_manager/host_ptr_manager.cpp
Aborted (core dumped)
本文描述了在使用MAGICK_OCL_DEVICE=GPU并安装opencl-compute-runtime时,遇到gm程序运行异常,导致卡死、高CPU占用和崩溃的问题,以及涉及的内存管理错误提示源文件信息。
1421

被折叠的 条评论
为什么被折叠?



