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

Task Team reduction on Pascal #767

Closed
hcedwar opened this issue May 1, 2017 · 3 comments
Closed

Task Team reduction on Pascal #767

hcedwar opened this issue May 1, 2017 · 3 comments
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) Compiler Issue An issue that Kokkos cannot / should not fix; Kokkos must communicate to relevant vendor
Milestone

Comments

@hcedwar
Copy link
Contributor

hcedwar commented May 1, 2017

The task team scheduling is not working properly on Pascal architecture
600 <= __CUDA_ARCH__ .
Demonstrated in core/unit_test/TestTaskScheduler.hpp by the TestTaskTeam unit test.

@hcedwar hcedwar added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label May 1, 2017
@hcedwar
Copy link
Contributor Author

hcedwar commented May 1, 2017

Hitting the nvcc/HW warp divergence bug on Pascal in the task scheduler

@hcedwar
Copy link
Contributor Author

hcedwar commented May 16, 2017

This may require CUDA 9 with new synchronizing-shuffle feature

@crtrott crtrott added the Compiler Issue An issue that Kokkos cannot / should not fix; Kokkos must communicate to relevant vendor label May 18, 2017
@hcedwar
Copy link
Contributor Author

hcedwar commented Jun 20, 2017

Being worked in combination with #758

hcedwar added a commit that referenced this issue Jun 20, 2017
Enable heterogeneous dynamic task dag to work on Pascal GPU by fixing #758, #767, and #829
@hcedwar hcedwar added this to the 2017-June-end milestone Jun 26, 2017
@crtrott crtrott closed this as completed Jul 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) Compiler Issue An issue that Kokkos cannot / should not fix; Kokkos must communicate to relevant vendor
Projects
None yet
Development

No branches or pull requests

3 participants