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

kokkos-kernels: Build error when MKL TPL is enabled #2116

Closed
mhoemmen opened this issue Jan 4, 2018 · 3 comments
Closed

kokkos-kernels: Build error when MKL TPL is enabled #2116

mhoemmen opened this issue Jan 4, 2018 · 3 comments
Assignees
Labels
impacting: configure or build The issue is primarily related to configuring or building pkg: KokkosKernels

Comments

@mhoemmen
Copy link
Contributor

mhoemmen commented Jan 4, 2018

.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:165:24: error: use of undeclared identifier 'valuesA'
    value_type *a_ew = valuesA.ptr_on_device();
                       ^
.../Trilinos/packages/kokkos-kernels/src/sparse/impl/KokkosSparse_spgemm_mkl_impl.hpp:166:24: error: use of undeclared identifier 'valuesB'
    value_type *b_ew = valuesB.ptr_on_device();
                       ^

This tracks progress on kokkos/kokkos-kernels#135 .

@trilinos/kokkos-kernels

Expectations

Trilinos needs to build correctly when the MKL TPL is enabled.

Motivation and Context

MKL provides many useful computational kernels, but we can't use them in Trilinos if Trilinos won't build.

@mhoemmen mhoemmen added pkg: KokkosKernels impacting: configure or build The issue is primarily related to configuring or building labels Jan 4, 2018
@mndevec mndevec closed this as completed Jan 16, 2018
@mhoemmen
Copy link
Contributor Author

@mndevec What commit fixed this?

@mndevec
Copy link
Contributor

mndevec commented Jan 17, 2018

@mhoemmen ,
This should be fixed with below two commits:

6ab3036
00358dc

@mhoemmen
Copy link
Contributor Author

@mndevec Thanks! (FYI it's nice to put issue tracking numbers in commits)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impacting: configure or build The issue is primarily related to configuring or building pkg: KokkosKernels
Projects
None yet
Development

No branches or pull requests

2 participants