Skip to content

Commit

Permalink
lolminer fix Cuckaroom algo name
Browse files Browse the repository at this point in the history
  • Loading branch information
S74nk0 committed Jan 15, 2020
1 parent 44ce37a commit d1a3927
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ internal static List<SAS> SupportedNVIDIAOpenCLAlgos(bool enabled = false)
{ AlgorithmType.GrinCuckarood29, "GRIN-AD29" },
{ AlgorithmType.GrinCuckatoo31, "GRIN-AT31" },
{ AlgorithmType.BeamV2, "BEAM-II" },
{ AlgorithmType.Cuckaroom, "GRIN-C29M" },
{ AlgorithmType.Cuckaroom, "FLOO-C29M" },
}
};
}
Expand Down

0 comments on commit d1a3927

Please sign in to comment.