Home
last modified time | relevance | path

Searched refs:vector_length_max (Results 1 – 25 of 30) sorted by relevance

12

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/OpenMP/
H A DKokkos_OpenMP_Team.hpp125 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/devel/kokkos/kokkos-3.4.01/core/src/OpenMP/
H A DKokkos_OpenMP_Team.hpp125 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/OpenMP/
H A DKokkos_OpenMP_Team.hpp125 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/SYCL/
H A DKokkos_SYCL_Parallel_Team.hpp131 static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
138 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/devel/kokkos/kokkos-3.4.01/core/src/SYCL/
H A DKokkos_SYCL_Parallel_Team.hpp131 static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
138 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/SYCL/
H A DKokkos_SYCL_Parallel_Team.hpp131 static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
138 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_Parallel_Team.hpp182 static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
188 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/devel/kokkos/kokkos-3.4.01/core/src/HIP/
H A DKokkos_HIP_Parallel_Team.hpp182 static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
188 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/HIP/
H A DKokkos_HIP_Parallel_Team.hpp182 static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
188 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Tuners.hpp417 auto max_vector_length = PolicyType::vector_length_max(); in TeamSizeTuner()
H A DKokkos_ExecPolicy.hpp374 static int vector_length_max();
H A DKokkos_Serial.hpp309 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Tuners.hpp417 auto max_vector_length = PolicyType::vector_length_max(); in TeamSizeTuner()
H A DKokkos_ExecPolicy.hpp374 static int vector_length_max();
H A DKokkos_Serial.hpp309 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Tuners.hpp417 auto max_vector_length = PolicyType::vector_length_max(); in TeamSizeTuner()
H A DKokkos_ExecPolicy.hpp374 static int vector_length_max();
H A DKokkos_Serial.hpp309 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/Threads/
H A DKokkos_ThreadsTeam.hpp677 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/devel/kokkos/kokkos-3.4.01/core/src/Threads/
H A DKokkos_ThreadsTeam.hpp677 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/Threads/
H A DKokkos_ThreadsTeam.hpp677 inline static int vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_Parallel.hpp210 inline static int vector_length_max() { return Impl::CudaTraits::WarpSize; } in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
215 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/devel/kokkos/kokkos-3.4.01/core/src/Cuda/
H A DKokkos_Cuda_Parallel.hpp210 inline static int vector_length_max() { return Impl::CudaTraits::WarpSize; } in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
215 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/Cuda/
H A DKokkos_Cuda_Parallel.hpp210 inline static int vector_length_max() { return Impl::CudaTraits::WarpSize; } in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal
215 std::min(requested_vector_length, vector_length_max()); in verify_requested_vector_length()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Exec.hpp1004 inline static size_t vector_length_max() { in vector_length_max() function in Kokkos::Impl::TeamPolicyInternal

12