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

WorkGraphPolicy for HIP #3096

Merged
merged 2 commits into from
Jun 12, 2020
Merged

Conversation

masterleinad
Copy link
Contributor

@masterleinad masterleinad commented Jun 11, 2020

More or less verbatim copied from the CUDA implementation.
The test was failing with HIP 3.3 but works with 3.5.


public:
__device__ inline void operator()() const noexcept {
if (0 == (threadIdx.y % 16)) {
Copy link
Member

Choose a reason for hiding this comment

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

threadIdx.y -> hipThreadIdx_y and what's 16?

@codecov-commenter
Copy link

codecov-commenter commented Jun 11, 2020

Codecov Report

Merging #3096 into develop will decrease coverage by 0.0%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           develop   #3096     +/-   ##
=========================================
- Coverage     85.7%   85.7%   -0.1%     
=========================================
  Files          122     122             
  Lines        10385   10385             
=========================================
- Hits          8906    8905      -1     
- Misses        1479    1480      +1     
Flag Coverage Δ
#clang 76.1% <ø> (-0.1%) ⬇️
#gcc 86.4% <ø> (ø)
Impacted Files Coverage Δ
core/src/Kokkos_WorkGraphPolicy.hpp 96.2% <ø> (ø)
core/src/impl/Kokkos_TaskQueueCommon.hpp 85.8% <0.0%> (-0.9%) ⬇️

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 f48b709...564a662. Read the comment docs.

@dalg24 dalg24 merged commit 31f69ff into kokkos:develop Jun 12, 2020
@masterleinad masterleinad deleted the enable_hip_workgraphpolicy branch March 9, 2021 15:49
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

Successfully merging this pull request may close these issues.

None yet

4 participants