Home
last modified time | relevance | path

Searched refs:team_shared_size (Results 1 – 12 of 12) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Serial.hpp510 const size_t team_shared_size = 0; // Never shrinks in execute() local
514 team_shared_size, thread_local_size); in execute()
606 const size_t team_shared_size = 0; // Never shrinks in execute() local
610 team_shared_size, thread_local_size); in execute()
667 const size_t team_shared_size = 0; // Never shrinks in execute() local
671 team_shared_size, thread_local_size); in execute()
797 const size_t team_shared_size = 0; // Never shrinks in execute() local
801 team_shared_size, thread_local_size); in execute()
896 const size_t team_shared_size = m_shared; in execute() local
900 team_shared_size, thread_local_size); in execute()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Serial.hpp510 const size_t team_shared_size = 0; // Never shrinks in execute() local
514 team_shared_size, thread_local_size); in execute()
606 const size_t team_shared_size = 0; // Never shrinks in execute() local
610 team_shared_size, thread_local_size); in execute()
667 const size_t team_shared_size = 0; // Never shrinks in execute() local
671 team_shared_size, thread_local_size); in execute()
797 const size_t team_shared_size = 0; // Never shrinks in execute() local
801 team_shared_size, thread_local_size); in execute()
896 const size_t team_shared_size = m_shared; in execute() local
900 team_shared_size, thread_local_size); in execute()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Serial.hpp510 const size_t team_shared_size = 0; // Never shrinks in execute() local
514 team_shared_size, thread_local_size); in execute()
606 const size_t team_shared_size = 0; // Never shrinks in execute() local
610 team_shared_size, thread_local_size); in execute()
667 const size_t team_shared_size = 0; // Never shrinks in execute() local
671 team_shared_size, thread_local_size); in execute()
797 const size_t team_shared_size = 0; // Never shrinks in execute() local
801 team_shared_size, thread_local_size); in execute()
896 const size_t team_shared_size = m_shared; in execute() local
900 team_shared_size, thread_local_size); in execute()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_HostThreadTeam.hpp302 int team_shared_size, int thread_local_size) { in scratch_size() argument
305 team_shared_size = align_to_int64(team_shared_size); in scratch_size()
310 team_shared_size + thread_local_size) * in scratch_size()
327 int team_shared_size, int /* thread_local_size */) { in scratch_assign() argument
330 team_shared_size = align_to_int64(team_shared_size); in scratch_assign()
336 m_thread_local = m_team_shared + team_shared_size; in scratch_assign()
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_HostThreadTeam.hpp302 int team_shared_size, int thread_local_size) { in scratch_size() argument
305 team_shared_size = align_to_int64(team_shared_size); in scratch_size()
310 team_shared_size + thread_local_size) * in scratch_size()
327 int team_shared_size, int /* thread_local_size */) { in scratch_assign() argument
330 team_shared_size = align_to_int64(team_shared_size); in scratch_assign()
336 m_thread_local = m_team_shared + team_shared_size; in scratch_assign()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_HostThreadTeam.hpp302 int team_shared_size, int thread_local_size) { in scratch_size() argument
305 team_shared_size = align_to_int64(team_shared_size); in scratch_size()
310 team_shared_size + thread_local_size) * in scratch_size()
327 int team_shared_size, int /* thread_local_size */) { in scratch_assign() argument
330 team_shared_size = align_to_int64(team_shared_size); in scratch_assign()
336 m_thread_local = m_team_shared + team_shared_size; in scratch_assign()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Task.hpp119 int team_shared_size() const { in team_shared_size() function in Kokkos::Impl::TaskExec
133 KOKKOS_INLINE_FUNCTION int team_shared_size() const { return 0; }
/dports/devel/kokkos/kokkos-3.4.01/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Task.hpp119 int team_shared_size() const { in team_shared_size() function in Kokkos::Impl::TaskExec
133 KOKKOS_INLINE_FUNCTION int team_shared_size() const { return 0; }
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/OpenMPTarget/
H A DKokkos_OpenMPTarget_Task.hpp119 int team_shared_size() const { in team_shared_size() function in Kokkos::Impl::TaskExec
133 KOKKOS_INLINE_FUNCTION int team_shared_size() const { return 0; }
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/OpenMP/
H A DKokkos_OpenMP_Parallel.hpp908 const size_t team_shared_size = m_shmem_size + m_policy.scratch_size(1); in execute() local
912 team_shared_size, thread_local_size); in execute()
1059 const size_t team_shared_size = m_shmem_size + m_policy.scratch_size(1); in execute() local
1063 team_shared_size, thread_local_size); in execute()
/dports/devel/kokkos/kokkos-3.4.01/core/src/OpenMP/
H A DKokkos_OpenMP_Parallel.hpp908 const size_t team_shared_size = m_shmem_size + m_policy.scratch_size(1); in execute() local
912 team_shared_size, thread_local_size); in execute()
1059 const size_t team_shared_size = m_shmem_size + m_policy.scratch_size(1); in execute() local
1063 team_shared_size, thread_local_size); in execute()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/OpenMP/
H A DKokkos_OpenMP_Parallel.hpp908 const size_t team_shared_size = m_shmem_size + m_policy.scratch_size(1); in execute() local
912 team_shared_size, thread_local_size); in execute()
1059 const size_t team_shared_size = m_shmem_size + m_policy.scratch_size(1); in execute() local
1063 team_shared_size, thread_local_size); in execute()