Kokkos Core Kernels Package
Version of the Day
|
Declaration and definition of Kokkos::UnorderedMap. More...
#include <Kokkos_Core.hpp>
#include <Kokkos_Functional.hpp>
#include <Kokkos_Bitset.hpp>
#include <impl/Kokkos_Traits.hpp>
#include <impl/Kokkos_UnorderedMap_impl.hpp>
#include <impl/Kokkos_ViewCtor.hpp>
#include <cstdint>
Go to the source code of this file.
Classes | |
class | Kokkos::UnorderedMapInsertResult |
First element of the return value of UnorderedMap::insert(). More... | |
class | Kokkos::UnorderedMapInsertOpTypes< ValueTypeView, ValuesIdxType > |
Operations applied to the values array upon subsequent insertions. More... | |
class | Kokkos::UnorderedMap< Key, Value, Device, Hasher, EqualTo > |
Thread-safe, performance-portable lookup table. More... | |
Declaration and definition of Kokkos::UnorderedMap.
This header file declares and defines Kokkos::UnorderedMap and its related nonmember functions.
Definition in file Kokkos_UnorderedMap.hpp.