Open
Conversation
masterleinad
requested changes
Jul 11, 2023
Contributor
masterleinad
left a comment
There was a problem hiding this comment.
This should hopefully fix the rendering.
Exercises/README.md
Outdated
Comment on lines
+9
to
+10
| | | ||
| | hpcbind | This excercise demonstrates the use of the Hardware Locality (hwloc) library and OpenMP to determine the binding of threads to CPU cores and processing units (PUs). | |
Contributor
There was a problem hiding this comment.
Suggested change
| | | |
| | hpcbind | This excercise demonstrates the use of the Hardware Locality (hwloc) library and OpenMP to determine the binding of threads to CPU cores and processing units (PUs). | | |
| | hpcbind | This excercise demonstrates the use of the Hardware Locality (`hwloc`) library and `OpenMP` to determine the binding of threads to CPU cores. | |
Exercises/README.md
Outdated
Comment on lines
+26
to
+27
| | | ||
| | unique\_token | The purpose of the exercise is to modify the given code to utilize Kokkos' token-based team parallelism and implement a scatter-add algorithm using data replication | |
Contributor
There was a problem hiding this comment.
Suggested change
| | | |
| | unique\_token | The purpose of the exercise is to modify the given code to utilize Kokkos' token-based team parallelism and implement a scatter-add algorithm using data replication | | |
| | unique\_token | The purpose of the exercise is to modify the given code to utilize Kokkos' token-based team parallelism and implement a scatter-add algorithm using data replication | |
Contributor
Author
There was a problem hiding this comment.
Yes, I just fixed it, hope it's work now.
Rombur
reviewed
Jul 11, 2023
Exercises/README.md
Outdated
| | 02 | This exercise aims to replace memory allocations with Kokkos Views in the provided code. | | ||
| | 03 | In this exercise, the code expands on the previous exercise by introducing the concept of Kokkos mirrors. Kokkos mirrors allow for synchronization and data transfer between the host and device memory spaces. | | ||
| | 04 | In this exercise, the code introduces additional features and customization options for the Kokkos execution space, memory space, layout, and range policy. | | ||
| | dualview | This exercise example demonstrates the use of DualView to manage data and computations that take place on two different memory spaces, such as device memory and host memory. | |
Member
There was a problem hiding this comment.
Suggested change
| | dualview | This exercise example demonstrates the use of DualView to manage data and computations that take place on two different memory spaces, such as device memory and host memory. | | |
| | dualview | This exercise demonstrates the use of DualView to manage data and computations that take place on two different memory spaces, such as device memory and host memory. | |
Exercises/README.md
Outdated
| | dualview | This exercise example demonstrates the use of DualView to manage data and computations that take place on two different memory spaces, such as device memory and host memory. | | ||
| | fortran-kokkosinterface | | ||
| | hpcbind | This exercise demonstrates the use of the Hardware Locality (hwloc) library and OpenMP to determine the binding of threads to CPU cores and processing units (PUs). | | ||
| | instances | The exercises in the code is to introduce the use of instances in Kokkos. Instances allow you to partition the execution space into multiple subsets and execute parallel operations concurrently on each subset. | |
Member
There was a problem hiding this comment.
Suggested change
| | instances | The exercises in the code is to introduce the use of instances in Kokkos. Instances allow you to partition the execution space into multiple subsets and execute parallel operations concurrently on each subset. | | |
| | instances | The exercise in the code introduces the use of instances in Kokkos. Instances allow you to partition the execution space into multiple subsets and execute parallel operations concurrently on each subset. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.