Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Remove --cu-parallel-hash in help #2129

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions ethminer/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -921,8 +921,6 @@ class MinerCLI
<< " eg --cu-devices 0 2 3" << endl
<< " If not set all available CUDA devices will be used"
<< endl
<< " --cu-parallel-hash UINT {1,2,4,8} Default = 4" << endl
<< " Set the number of hashes per kernel" << endl
<< " --cu-streams INT [1 .. 99] Default = 2" << endl
<< " Set the number of streams per GPU" << endl
<< " --cu-schedule TEXT Default = 'sync'" << endl
Expand Down