-
Notifications
You must be signed in to change notification settings - Fork 99
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
Error building 4.0 #1725
Comments
I am looking into it, unfortunately I found something unrelated at the moment so I'll fix that first. |
lucbv
added a commit
to lucbv/kokkos-kernels
that referenced
this issue
Mar 13, 2023
…okkos#1725 This basically removes a few function parameters that are unused in the cuda branch for version higher than 11.4.
FYI, I am having a hard time finding an installation of cuda 11.8, but I found a machine with 11.7 so I'll give that a try. |
lucbv
added a commit
that referenced
this issue
Mar 14, 2023
CUDA 11.4: fixing some failing build while trying to reproduce issue #1725
Still on it but it is taking longer than I hoped. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I was trying to build kokkos-kernels 4.0.00, but unfortunately it crashes. However, using the same options with version 3.7.01, the build is successful. I've used the following configuration:
cmake .. -DCMAKE_INSTALL_PREFIX=../cuda_install -DKokkos_ROOT=/opt/kokkos/kokkos/install_cuda -DKokkosKernels_ENABLE_EXAMPLES=ON -DKokkosKernels_ENABLE_PERFTESTS=ON -DKokkosKernels_INST_FLOAT=ON -DKokkosKernels_INST_LAYOUTRIGHT=ON -DKokkosKernels_INST_ORDINAL_INT64_T=ON -DCMAKE_PREFIX_PATH=/opt/kokkos/kokkos/install_cuda/lib/cmake/Kokkos -DCMAKE_CXX_COMPILER=/opt/kokkos/kokkos/bin/nvcc_wrapper
Here are some of the errors related to the rot function:
The text was updated successfully, but these errors were encountered: