| 0b156cc8 | 11-Mar-2024 |
Junchao Zhang <jczhang@mcs.anl.gov> |
CUDA: add a workaround using thrust::get<id>(var) instead of var.get<id>() to access elements of a tuple
Otherwise, cuda-12.4.0 gives error: class "cuda::std::__4::tuple<PetscScalar, PetscScalar, Pe
CUDA: add a workaround using thrust::get<id>(var) instead of var.get<id>() to access elements of a tuple
Otherwise, cuda-12.4.0 gives error: class "cuda::std::__4::tuple<PetscScalar, PetscScalar, PetscScalar, PetscScalar>" has no member "get"
Reported-by: Jesse Madsen <jesse.madsen175@gmail.com>
show more ...
|