Message boards :
Number crunching :
How many Gfx memory needed by Intel GPU OpenCL on Ubuntu 22.04
Message board moderation
Author | Message |
---|---|
Send message Joined: 19 Oct 22 Posts: 5 Credit: 29,273,960 RAC: 36,054 |
It's too bad... I have a Intel 11th-Gen PC and it has a little powerful Xe GPU, but.... for NumberFields, it seems not be good enough: <core_client_version>7.20.5</core_client_version> <![CDATA[ <message> process exited with code 1 (0x1, -255)</message> <stderr_txt> GPU Summary String = [INTEL|Intel(R)UHDGraphics[0x9a78]|1|6002MB||300]. Loading GPU lookup table from file. GPU was not found in the lookup table. Using default values: numBlocks = 1024. threadsPerBlock = 32. polyBufferSize = 32768. Error: clBuildProgram() returned CL_OUT_OF_HOST_MEMORY Build Log: Error: Failed to initialize OpenCL. </stderr_txt> ]]> How many gfx memory does OpenCL need for GPU? especially for Intel's integrated gfx core... CPU type GenuineIntel 11th Gen Intel(R) Core(TM) i3-1115GRE @ 3.00GHz [Family 6 Model 140 Stepping 1] Number of processors 4 Coprocessors INTEL Intel(R) UHD Graphics [0x9a78 [6002MB] 1 () driver: 3.00 Need some gfx configuation tuning?! |
Send message Joined: 19 Oct 22 Posts: 5 Credit: 29,273,960 RAC: 36,054 |
Updated: I downgraded (rollbacked) to an earlier release of Intel's NEO compute runtime, and then the OpenCL seems to work normally Check it out at https://github.com/intel/compute-runtime/releases |
Send message Joined: 8 Jul 11 Posts: 1341 Credit: 494,414,196 RAC: 558,092 |
Updated: Good to hear you got it working! |