-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to disable Intel graphics card #309
Comments
When I disable it successfully, xmrig will suddenly exit by itself. What is the reason?
Saving session... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I try to use AMD Radeon Pro 5300M Compute Engine for graphics card mining on Mac, but the error is as follows:
L2:1.5 MB L3:12.0 MB 6C/12T NUMA:1
DIMM_A0: 8 GB DDR4 @ 2667 MHz HMA81GS6CJR8N-VK
DIMM_B0: 8 GB DDR4 @ 2667 MHz HMA81GS6CJR8N-VK
[2023-04-21 19:48:16.508] net use pool kp.unmineable.com:3333 146.190.45.196
[2023-04-21 19:48:16.509] net new job from kp.unmineable.com:3333 diff 4295M algo kawpow height 2765151
[2023-04-21 19:48:16.510] opencl use profile kawpow (1 thread) scratchpad 32 KB
| # | GPU | BUS ID | INTENSITY | WSIZE | MEMORY | NAME
| 0 | 0 | n/a | 36864 | 256 | 4029 | Intel(R) UHD Graphics 630
[2023-04-21 19:48:16.515] opencl GPU #0 compiling...
[2023-04-21 19:48:16.516] opencl GPU #0 compilation completed (1 ms)
[2023-04-21 19:48:16.516] opencl error CL_INVALID_VALUE when calling clGetProgramInfo
[2023-04-21 19:48:16.516] opencl READY threads 1/1 (6 ms)
[2023-04-21 19:48:16.518] opencl KawPow program for period 921717 compiled (2ms)
[2023-04-21 19:48:16.868] opencl KawPow program for period 921718 compiled (350ms)
[2023-04-21 19:48:18.967] net new job from kp.unmineable.com:3333 diff 4295M algo kawpow height 2765152
[2023-04-21 19:48:23.766] miner KawPow light cache for epoch 368 calculated (7248ms)
[2023-04-21 19:48:23.780] opencl error CL_MEM_OBJECT_ALLOCATION_FAILURE when calling clEnqueueNDRangeKernel for kernel ethash_calculate_dag_item
[2023-04-21 19:48:23.780] opencl thread #0 failed with error CL_MEM_OBJECT_ALLOCATION_FAILURE
| OPENCL # | AFFINITY | 10s H/s | 60s H/s | 15m H/s |
| 0 | -1 | n/a | n/a | n/a | #0 n/a Intel(R) UHD Graphics 630
| - | - | n/a | n/a | n/a |
[2023-04-21 19:48:24.283] miner speed 10s/60s/15m n/a n/a n/a H/s max n/a H/s
I searched online and found that it may be caused by not disabling the intel UHD graphics card, but I can't disable it, what should I do? Or is it not the reason?Please help me!Thanks!
The text was updated successfully, but these errors were encountered: