Skip to content

Add support for AMD GPUs#20

Merged
davidbeckingsale merged 46 commits intodevelopfrom
feature/UM-133-memory-resource-traits
Nov 20, 2018
Merged

Add support for AMD GPUs#20
davidbeckingsale merged 46 commits intodevelopfrom
feature/UM-133-memory-resource-traits

Conversation

@davidbeckingsale
Copy link
Copy Markdown
Member

No description provided.

This allows the ROCM and CUDA code to be more easily shared, without
having long logical defined(X) || defined(Y) checks.
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 29, 2018

Codecov Report

Merging #20 into develop will decrease coverage by 0.08%.
The diff coverage is 81.81%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop      #20      +/-   ##
===========================================
- Coverage    79.38%   79.29%   -0.09%     
===========================================
  Files           43       43              
  Lines          621      628       +7     
===========================================
+ Hits           493      498       +5     
- Misses         128      130       +2
Impacted Files Coverage Δ
src/umpire/ResourceManager.cpp 83.44% <ø> (ø) ⬆️
src/umpire/op/MemoryOperationRegistry.cpp 93.1% <ø> (ø) ⬆️
src/umpire/resource/MemoryResourceTypes.hpp 100% <ø> (ø) ⬆️
src/umpire/resource/DefaultMemoryResource.hpp 100% <ø> (ø) ⬆️
src/umpire/resource/MemoryResource.hpp 100% <ø> (ø) ⬆️
src/umpire/resource/HostResourceFactory.cpp 90.9% <100%> (+7.57%) ⬆️
src/umpire/resource/DefaultMemoryResource.inl 100% <100%> (ø) ⬆️
src/umpire/resource/MemoryResource.cpp 50% <50%> (-50%) ⬇️

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 c2d1f66...0e83a6b. Read the comment docs.

Comment thread src/umpire/CMakeLists.txt
set(UMPIRE_ENABLE_SLIC ${ENABLE_SLIC})
set(UMPIRE_ENABLE_ASSERTS ${ENABLE_ASSERTS})
set(UMPIRE_ENABLE_STATISTICS ${ENABLE_STATISTICS})
set(UMPIRE_ENABLE_ROCM ${ENABLE_ROCM})
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Nope 😞 I'll do that!

@mcfadden8
Copy link
Copy Markdown
Collaborator

Other than my comment on documentation, this looks great!

@davidbeckingsale
Copy link
Copy Markdown
Member Author

@mcfadden8 - I updated the docs.

@davidbeckingsale davidbeckingsale merged commit c0673fc into develop Nov 20, 2018
@davidbeckingsale davidbeckingsale deleted the feature/UM-133-memory-resource-traits branch November 20, 2018 17:54
jdahm pushed a commit that referenced this pull request Dec 29, 2018
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.

2 participants