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

BATCHED component test file Test_Batched_SerialTrsv.hpp can't include BLAS header #2486

Open
cwpearson opened this issue Jan 21, 2025 · 1 comment
Assignees

Comments

@cwpearson
Copy link
Contributor

cwpearson commented Jan 21, 2025

BATCHED doesn't currently depend on BLAS, but this function uses BLAS for gemv

Breaks compiling like this:

  -DKokkosKernels_ENABLE_ALL_COMPONENTS=OFF \
  -DKokkosKernels_ENABLE_COMPONENT_BATCHED=ON
In file included from .../blas/src/KokkosBlas2_gemv.hpp:23,
                 from .../batched/dense/unit_test/Test_Batched_SerialTrsv.hpp:25,
                 from .../batched/dense/unit_test/Test_Batched_Dense.hpp:42,
                 from .../batched/dense/unit_test/backends/Test_Cuda_Batched_Dense.cpp:20:
/home/cwpears/proj/kk-2316-blake/kernels/blas/impl/KokkosBlas2_gemv_spec.hpp:58:10: fatal error: generated_specializations_hpp/KokkosBlas2_gemv_eti_spec_avail.hpp: No such file or directory
   58 | #include <generated_specializations_hpp/KokkosBlas2_gemv_eti_spec_avail.hpp>
@cwpearson
Copy link
Contributor Author

@lucbv how would you like to proceed here?

@cwpearson cwpearson self-assigned this Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant