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

10s Statistic for GPU threads random show/hide #21

Closed
anhphan opened this issue Oct 6, 2017 · 4 comments
Closed

10s Statistic for GPU threads random show/hide #21

anhphan opened this issue Oct 6, 2017 · 4 comments

Comments

@anhphan
Copy link

anhphan commented Oct 6, 2017

As you see in the picture:
image

Statistic for gpu threads is randomly show/hide for each threads, it's will change with each refresh (this threads hide, other threads show).

Beside that, when having gpu, total hashrate of 10s is always hide. Highest hastrate alway 0.

On CLI only having zero highest hashrate problem.

@psychocrypt
Copy link
Collaborator

psychocrypt commented Oct 6, 2017 via email

@fireice-uk
Copy link
Owner

This is because 10s is too short of a sample time for a gpu, the result comes back as NaN and sum is fuxored. Sample time needs to be increased to 30s or so.

@psychocrypt
Copy link
Collaborator

psychocrypt commented Oct 6, 2017 via email

psychocrypt added a commit to psychocrypt/xmr-stak that referenced this issue Oct 6, 2017
fix fireice-uk#21, hash values randomly not available.
The reason is that I changed the lables but forget to change all timer.
A GPU needs sometimes ore than 2.5s to finish one hash round, therefore
the results are only visible randomly.
@psychocrypt
Copy link
Collaborator

Should be fixed with #26

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants