-
Notifications
You must be signed in to change notification settings - Fork 100
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
Provide excercises information #79
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should hopefully fix the rendering.
Exercises/README.md
Outdated
| | ||
| 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). | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | |
| 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
| | ||
| 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 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| | |
| 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 | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I just fixed it, hope it's work now.
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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 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. | |
No description provided.