Creepsky / creepMiner

Burstcoin C++ CPU and GPU Miner
GNU General Public License v3.0
171 stars 64 forks source link

OpenCL "CL_OUT_OF_RESOURCES" #439

Open frntman opened 6 years ago

frntman commented 6 years ago

Hi Creepsky,

I'm testing new hardware with a Intel CPU w/imbedded GPU and finally got what I thought were the correct drivers installed however, I am having difficulty tracking down the cause or this after launching linux GPU version of 1.8.3.0 I am attaching the log for review as well:


16:40:25:       Error: CL_OUT_OF_RESOURCES
16:40:25: Error while verifying a plot file!
16:40:25:       Error: CL_OUT_OF_RESOURCES
16:40:25: Error while verifying a plot file!
16:40:25:       Error: CL_OUT_OF_RESOURCES
16:40:25: Error while verifying a plot file!
16:40:25:       Error: CL_OUT_OF_RESOURCES

Thank you 
[creep_183_gpu_opencl_error.log](https://github.com/Creepsky/creepMiner/files/2452381/creep_183_gpu_opencl_error.log)
frntman commented 6 years ago

Installed runtime instead of SDK and works perfectly


  Platform Name                                   Intel(R) OpenCL HD Graphics
  Platform Vendor                                 Intel(R) Corporation
  Platform Version                                OpenCL 2.1 
  Platform Profile                                FULL_PROFILE
  Platform Extensions                             cl_khr_3d_image_writes cl_khr_byte_addressable_store cl_khr_fp16 cl_khr_depth_images cl_khr_global_int32_base_atomics cl_khr_global_int32_extended_atomics cl_khr_icd cl_khr_image2d_from_buffer cl_khr_local_int32_base_atomics cl_khr_local_int32_extended_atomics cl_intel_subgroups cl_intel_required_subgroup_size cl_intel_subgroups_short cl_khr_spir cl_intel_accelerator cl_intel_media_block_io cl_intel_driver_diagnostics cl_intel_device_side_avc_motion_estimation cl_khr_priority_hints cl_khr_throttle_hints cl_khr_create_command_queue cl_khr_fp64 cl_khr_subgroups cl_khr_il_program cl_khr_mipmap_image cl_khr_mipmap_image_writes cl_intel_planar_yuv cl_intel_packed_yuv cl_intel_motion_estimation cl_intel_advanced_motion_estimation 
  Platform Host timer resolution                  1ns
  Platform Extensions function suffix             INTEL

  Platform Name                                   Intel(R) OpenCL HD Graphics
Number of devices                                 1
  Device Name                                     Intel(R) Gen9 HD Graphics NEO
  Device Vendor                                   Intel(R) Corporation
  Device Vendor ID                                0x8086
  Device Version                                  OpenCL 2.1 NEO 
  Driver Version                                  18.39.11595
  Device OpenCL C Version                         OpenCL C 2.0 
  Device Type                                     GPU
  Device Profile                                  FULL_PROFILE
  Max compute units                               12
  Max clock frequency                             900MHz

[clinfo.txt](https://github.com/Creepsky/creepMiner/files/2452697/clinfo.txt)