Skip to content

haykh/pybind11-enum-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing the compilation error

Following configurations work ok:

GCC 14.2.1 + no CUDA

cmake -B build -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++

LLVM 19 + CUDA 12.8 (below configured for Ampere 8.6 cc)

cmake -B build -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ARCH_AMPERE86=ON -D CMAKE_C_COMPILER=clang -D CMAKE_CXX_COMPILER=clang++

Following configuration fails:

GCC 14.2.1 + CUDA 12.8

cmake -B build -D Kokkos_ENABLE_CUDA=ON -D Kokkos_ARCH_AMPERE86=ON -D CMAKE_C_COMPILER=gcc -D CMAKE_CXX_COMPILER=g++

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published