Skip to content

Conversation

@cgleggett
Copy link
Contributor

calling __syncthreads in a conditional that depends on the threadID results in undefined behaviour.

Interestingly, this wasn't apparent on older versions of the NVidia drivers, but is now.

Also, added option to SeedFinderCudaTest to not run on CPU, so as to test the GPU faster for large input files.

@acts-issue-bot acts-issue-bot bot added the Triage label Jul 6, 2020
@cgleggett
Copy link
Contributor Author

ping @beomki-yeo

@codecov
Copy link

codecov bot commented Jul 6, 2020

Codecov Report

Merging #307 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #307   +/-   ##
=======================================
  Coverage   48.32%   48.32%           
=======================================
  Files         323      323           
  Lines       16376    16376           
  Branches     7603     7603           
=======================================
  Hits         7913     7913           
  Misses       3178     3178           
  Partials     5285     5285           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5a52f00...22b1475. Read the comment docs.

@beomki-yeo
Copy link
Contributor

beomki-yeo commented Jul 7, 2020

Thanks for the PR.
I tested the changes and it works on V100 without any problem.

@paulgessinger paulgessinger added the Bug Something isn't working label Jul 7, 2020
@acts-issue-bot acts-issue-bot bot removed the Triage label Jul 7, 2020
@msmk0 msmk0 added the Component - Plugins Affects one or more Plugins label Jul 7, 2020
@msmk0 msmk0 added this to the v0.29.00 milestone Jul 7, 2020
@msmk0
Copy link
Contributor

msmk0 commented Jul 9, 2020

@cgleggett Could you update the PR to the latest master branch?

@msmk0 msmk0 added Impact - Major Significant bug and/or affects a lot of modules Impact - Minor Nuissance bug and/or affects only a single module and removed Impact - Major Significant bug and/or affects a lot of modules labels Jul 9, 2020
Copy link
Contributor

@msmk0 msmk0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @cgleggett and thank @beomki-yeo for verifying. I will merge this in.

@msmk0 msmk0 merged commit 42de9a7 into acts-project:master Jul 9, 2020
paulgessinger pushed a commit to paulgessinger/acts that referenced this pull request Jul 13, 2020
Co-authored-by: leggett <leggett@cern.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Bug Something isn't working Component - Plugins Affects one or more Plugins Impact - Minor Nuissance bug and/or affects only a single module

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants