Skip to content
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

GPU_OFFSET question #64

Closed
papampi opened this issue May 21, 2018 · 9 comments
Closed

GPU_OFFSET question #64

papampi opened this issue May 21, 2018 · 9 comments
Assignees
Labels

Comments

@papampi
Copy link
Owner

papampi commented May 21, 2018

Regarding the two ALGO_SPECIFIC_with_GPU_OFFSET and GLOBAL_with_GPU_OFFSET modes, does this how they work?
ALGO_SPECIFIC_with_GPU_OFFSET: Set Algo Specific values then add plus/minus values for individual GPUs
And same for Global with offset ...

@LuKePicci
Copy link
Collaborator

LuKePicci commented May 21, 2018 via email

@papampi
Copy link
Owner Author

papampi commented May 22, 2018

So isn't it better to set all GPU_SPECIFIC values to blank to prevent misuse problems?

@LuKePicci
Copy link
Collaborator

We know, as script writers, that leaving those variables unset will be equivalent to a variable set to 0, but users may get confused easily. I'd rather keep all initialized to 0.

@sizzlephizzle
Copy link
Collaborator

sizzlephizzle commented May 22, 2018 via email

@LuKePicci
Copy link
Collaborator

If you think that a rig will likely be composed of a fixed set of (hopefully not mixed) gpus you'll quickly find how useless would be a chunk of code which always detect the gpu type and decides "optimal" oc values at runtime. Then you should also consider tthose values are "ggod for all" only as a starting point, then everybody should check each car for stability and eventually tweak configs. You would obtain the same effect by simply suggesting users to visit buriedone checking for what kind of OC their cards support.

@papampi
Copy link
Owner Author

papampi commented May 22, 2018

Agree with Luke
And as I said before we have seen the same manufacturers use different parts and that makes different OC values even for same cards from same company with different manufacturing patch
So if we nvOC going to set values for card types for sure it will cause so many problems

@papampi
Copy link
Owner Author

papampi commented May 22, 2018

@LuKePicci , should I set salfter values to 0 as well, or just the uppercase oc values?

@LuKePicci
Copy link
Collaborator

All of them, since every policy equally applies to any kind of switchers.

@papampi
Copy link
Owner Author

papampi commented May 22, 2018

Done in PR #60

@papampi papampi closed this as completed May 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants