Skip to content
This repository has been archived by the owner on Dec 27, 2021. It is now read-only.

#1.8.0 #12

Merged
merged 112 commits into from
Oct 21, 2018
Merged

#1.8.0 #12

merged 112 commits into from
Oct 21, 2018

Conversation

Bendr0id
Copy link
Owner

No description provided.

xmrig and others added 30 commits September 4, 2018 00:50
- Added new per-thread parameter "unroll_factor" which can be set to 1, 2, 4, 8, 16, 32 or 64, default is 8.
- CNv2 OpenCL code is in a separate kernel because it uses 1KB more local memory which can hurt other variants performance
- Fixed a bug with "comp_mode"=1 no matter what was set in config.json

Sample thread setting for Radeon RX 560 which gave me the best performance:

    "threads": [
        {
            "index": 0,
            "intensity": 1024,
            "worksize": 32,
            "strided_index": 0,
            "mem_chunk": 2,
            "unroll_factor": 16,
            "comp_mode": false,
            "affine_to_cpu": false
        }
    ],
Best setting is strided_index=2 and mem_chunk=2.
…nk", "--opencl-unroll-factor", "--opencl-comp-mode".
@Bendr0id Bendr0id merged commit ed1652b into master Oct 21, 2018
@Bendr0id Bendr0id deleted the monerov8_aka_cn2 branch October 21, 2018 18:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants