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

Serial task policy broken. #281

Closed
kyungjoo-kim opened this issue May 16, 2016 · 2 comments
Closed

Serial task policy broken. #281

kyungjoo-kim opened this issue May 16, 2016 · 2 comments
Assignees
Labels
Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos)
Milestone

Comments

@kyungjoo-kim
Copy link
Contributor

/home/kyukim/Work/lib/trilinos/trunk/packages/kokkos/core/src/Kokkos_TaskPolicy.hpp:193:47: error: invalid use of incomplete type ‘class Kokkos::Experimental::Impl::TaskMember<Kokkos::Serial, int, void>’
   typedef typename TaskValue::get_result_type get_result_type ; 
/home/kyukim/Work/lib/trilinos/trunk/packages/kokkos/core/src/Kokkos_TaskPolicy.hpp:66:7: error: declaration of ‘class Kokkos::Experimental::Impl::TaskMember<Kokkos::Serial, int, void>’
 class TaskMember ;         

Can we fix this problem quickly ?

@hcedwar hcedwar added the Bug Broken / incorrect code; it could be Kokkos' responsibility, or others’ (e.g., Trilinos) label May 16, 2016
@hcedwar hcedwar self-assigned this May 16, 2016
@hcedwar hcedwar added this to the Spring 2016 milestone May 16, 2016
@hcedwar
Copy link
Contributor

hcedwar commented May 16, 2016

Because of the highly experimental nature of the capability, you have to explicitly

#include <impl/Kokkos_Serial_TaskPolicy.hpp>

@kyungjoo-kim
Copy link
Contributor Author

Thanks. The problem is solved.

@hcedwar hcedwar added this to Backlog in On-node Task DAG Apr 19, 2017
@hcedwar hcedwar moved this from Feature Backlog to Done in On-node Task DAG Apr 19, 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)
Projects
No open projects
Development

No branches or pull requests

2 participants