Home
last modified time | relevance | path

Searched refs:memory_space (Results 1 – 25 of 481) sorted by relevance

12345678910>>...20

/dports/math/stanmath/math-4.2.0/lib/sundials_5.7.0/include/nvector/trilinos/
H A DSundialsTpetraVectorKernels.hpp44 typedef vector_type::node_type::memory_space memory_space; typedef
64 if (x.need_sync<memory_space>()) in elementWiseDivide()
66 if (y.need_sync<memory_space>()) in elementWiseDivide()
76 z.modify<memory_space>(); in elementWiseDivide()
95 if (x.need_sync<memory_space>()) in addConst()
105 z.modify<memory_space>(); in addConst()
134 z.modify<memory_space>(); in compare()
303 z.modify<memory_space>(); in invTest()
347 m.modify<memory_space>(); in constraintMask()
583 z.modify<memory_space>(); in invTestLocal()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/include/nvector/trilinos/
H A DSundialsTpetraVectorKernels.hpp44 typedef vector_type::node_type::memory_space memory_space; typedef
64 if (x.need_sync<memory_space>()) in elementWiseDivide()
66 if (y.need_sync<memory_space>()) in elementWiseDivide()
76 z.modify<memory_space>(); in elementWiseDivide()
95 if (x.need_sync<memory_space>()) in addConst()
105 z.modify<memory_space>(); in addConst()
134 z.modify<memory_space>(); in compare()
303 z.modify<memory_space>(); in invTest()
347 m.modify<memory_space>(); in constraintMask()
583 z.modify<memory_space>(); in invTestLocal()
[all …]
/dports/math/sundials/sundials-5.7.0/include/nvector/trilinos/
H A DSundialsTpetraVectorKernels.hpp44 typedef vector_type::node_type::memory_space memory_space; typedef
64 if (x.need_sync<memory_space>()) in elementWiseDivide()
66 if (y.need_sync<memory_space>()) in elementWiseDivide()
76 z.modify<memory_space>(); in elementWiseDivide()
95 if (x.need_sync<memory_space>()) in addConst()
105 z.modify<memory_space>(); in addConst()
134 z.modify<memory_space>(); in compare()
303 z.modify<memory_space>(); in invTest()
347 m.modify<memory_space>(); in constraintMask()
583 z.modify<memory_space>(); in invTestLocal()
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/sundials_4.1.0/include/nvector/trilinos/
H A DSundialsTpetraVectorKernels.hpp44 typedef vector_type::node_type::memory_space memory_space; typedef
63 if (x.need_sync<memory_space>()) in elementWiseDivide()
65 if (y.need_sync<memory_space>()) in elementWiseDivide()
75 z.modify<memory_space>(); in elementWiseDivide()
93 if (x.need_sync<memory_space>()) in addConst()
95 if (z.need_sync<memory_space>()) in addConst()
103 z.modify<memory_space>(); in addConst()
121 if (x.need_sync<memory_space>()) in compare()
131 z.modify<memory_space>(); in compare()
293 z.modify<memory_space>(); in invTest()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Di82439tx.cpp40 memory_space = &cpu->space(AS_PROGRAM); in device_start()
84 memory_space->install_ram (0x00000000, 0x0007ffff, &ram[0x00000000/4]); in map_extra()
86 memory_space->install_ram (0x00000000, 0x0009ffff, &ram[0x00000000/4]); in map_extra()
89 memory_space->install_ram (0x000a0000, 0x000bffff, &ram[0x000a0000/4]); in map_extra()
92 memory_space->install_rom (0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
94 memory_space->install_writeonly(0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
96 memory_space->install_rom (0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
98 memory_space->install_writeonly(0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
100 memory_space->install_rom (0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
102 memory_space->install_writeonly(0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
[all …]
H A Di82439hx.cpp41 memory_space = &cpu->space(AS_PROGRAM); in device_start()
89 memory_space->install_ram (0x00000000, 0x0007ffff, &ram[0x00000000/4]); in map_extra()
91 memory_space->install_ram (0x00000000, 0x0009ffff, &ram[0x00000000/4]); in map_extra()
97 memory_space->install_ram(0x000a0000, 0x000bffff, &ram[0x000a0000 / 4]); in map_extra()
100 memory_space->install_ram(0x000a0000, 0x000bffff, &ram[0x000a0000 / 4]); in map_extra()
105 memory_space->install_rom (0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
107 memory_space->install_writeonly(0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
109 memory_space->install_rom (0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
111 memory_space->install_writeonly(0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
113 memory_space->install_rom (0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
[all …]
H A Di82875p.cpp65 memory_space = &cpu->space(AS_PROGRAM); in device_start()
360 memory_space->install_ram (0x000a0000, 0x000bffff, &ram[0x000a0000/4]); in map_extra()
363 memory_space->install_rom (0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
365 memory_space->install_writeonly(0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
367 memory_space->install_rom (0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
369 memory_space->install_writeonly(0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
371 memory_space->install_rom (0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
373 memory_space->install_writeonly(0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
375 memory_space->install_rom (0x000cc000, 0x000cffff, &ram[0x000cc000/4]); in map_extra()
377 memory_space->install_writeonly(0x000cc000, 0x000cffff, &ram[0x000cc000/4]); in map_extra()
[all …]
H A Dsis85c496.cpp152 memory_space = &m_maincpu->space(AS_PROGRAM); in device_start()
205 memory_space->install_rom(addrstart, addrend, baseptr); in map_shadowram()
209 memory_space->install_ram(addrstart, addrend, baseptr); in map_shadowram()
236 map_bios(memory_space, 0xfffe0000, 0xfffeffff); in map_extra()
245 map_bios(memory_space, 0xfffe0000, 0xfffeffff); in map_extra()
249 map_bios(memory_space, 0x000e0000, 0x000effff); in map_extra()
269 map_bios(memory_space, 0xffff0000, 0xffffffff); in map_extra()
273 map_bios(memory_space, 0x000f0000, 0x000fffff); in map_extra()
295 memory_space->install_ram(0x000d8000, 0x000dffff, &ram[0x000d8000/4]); in map_extra()
300 memory_space->install_ram(0x000d0000, 0x000d7fff, &ram[0x000d0000/4]); in map_extra()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Di82439tx.cpp40 memory_space = &cpu->space(AS_PROGRAM); in device_start()
84 memory_space->install_ram (0x00000000, 0x0007ffff, &ram[0x00000000/4]); in map_extra()
86 memory_space->install_ram (0x00000000, 0x0009ffff, &ram[0x00000000/4]); in map_extra()
89 memory_space->install_ram (0x000a0000, 0x000bffff, &ram[0x000a0000/4]); in map_extra()
92 memory_space->install_rom (0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
94 memory_space->install_writeonly(0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
96 memory_space->install_rom (0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
98 memory_space->install_writeonly(0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
100 memory_space->install_rom (0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
102 memory_space->install_writeonly(0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
[all …]
H A Di82439hx.cpp41 memory_space = &cpu->space(AS_PROGRAM); in device_start()
89 memory_space->install_ram (0x00000000, 0x0007ffff, &ram[0x00000000/4]); in map_extra()
91 memory_space->install_ram (0x00000000, 0x0009ffff, &ram[0x00000000/4]); in map_extra()
97 memory_space->install_ram(0x000a0000, 0x000bffff, &ram[0x000a0000 / 4]); in map_extra()
100 memory_space->install_ram(0x000a0000, 0x000bffff, &ram[0x000a0000 / 4]); in map_extra()
105 memory_space->install_rom (0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
107 memory_space->install_writeonly(0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
109 memory_space->install_rom (0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
111 memory_space->install_writeonly(0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
113 memory_space->install_rom (0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
[all …]
H A Di82875p.cpp65 memory_space = &cpu->space(AS_PROGRAM); in device_start()
360 memory_space->install_ram (0x000a0000, 0x000bffff, &ram[0x000a0000/4]); in map_extra()
363 memory_space->install_rom (0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
365 memory_space->install_writeonly(0x000c0000, 0x000c3fff, &ram[0x000c0000/4]); in map_extra()
367 memory_space->install_rom (0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
369 memory_space->install_writeonly(0x000c4000, 0x000c7fff, &ram[0x000c4000/4]); in map_extra()
371 memory_space->install_rom (0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
373 memory_space->install_writeonly(0x000c8000, 0x000cbfff, &ram[0x000c8000/4]); in map_extra()
375 memory_space->install_rom (0x000cc000, 0x000cffff, &ram[0x000cc000/4]); in map_extra()
377 memory_space->install_writeonly(0x000cc000, 0x000cffff, &ram[0x000cc000/4]); in map_extra()
[all …]
H A Dsis85c496.cpp152 memory_space = &m_maincpu->space(AS_PROGRAM); in device_start()
205 memory_space->install_rom(addrstart, addrend, baseptr); in map_shadowram()
209 memory_space->install_ram(addrstart, addrend, baseptr); in map_shadowram()
236 map_bios(memory_space, 0xfffe0000, 0xfffeffff); in map_extra()
245 map_bios(memory_space, 0xfffe0000, 0xfffeffff); in map_extra()
249 map_bios(memory_space, 0x000e0000, 0x000effff); in map_extra()
269 map_bios(memory_space, 0xffff0000, 0xffffffff); in map_extra()
273 map_bios(memory_space, 0x000f0000, 0x000fffff); in map_extra()
295 memory_space->install_ram(0x000d8000, 0x000dffff, &ram[0x000d8000/4]); in map_extra()
300 memory_space->install_ram(0x000d0000, 0x000d7fff, &ram[0x000d0000/4]); in map_extra()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/
H A Ddual_view.cpp79 using memory_space = typename Kokkos::Impl::if_c< typedef
81 idx_type::memory_space, idx_type::host_mirror_space>::type;
95 memory_space>
98 memory_space, Kokkos::MemoryRandomAccess>
109 idx = dv_idx.view<memory_space>(); in localsum()
110 dest = dv_dest.template view<memory_space>(); in localsum()
111 src = dv_src.template view<memory_space>(); in localsum()
123 dv_idx.sync<memory_space>(); in localsum()
124 dv_dest.template sync<memory_space>(); in localsum()
125 dv_src.template sync<memory_space>(); in localsum()
[all …]
/dports/devel/kokkos/kokkos-3.4.01/example/tutorial/Advanced_Views/04_dualviews/
H A Ddual_view.cpp79 using memory_space = typename Kokkos::Impl::if_c< typedef
81 idx_type::memory_space, idx_type::host_mirror_space>::type;
95 memory_space>
98 memory_space, Kokkos::MemoryRandomAccess>
109 idx = dv_idx.view<memory_space>(); in localsum()
110 dest = dv_dest.template view<memory_space>(); in localsum()
111 src = dv_src.template view<memory_space>(); in localsum()
123 dv_idx.sync<memory_space>(); in localsum()
124 dv_dest.template sync<memory_space>(); in localsum()
125 dv_src.template sync<memory_space>(); in localsum()
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/example/tutorial/Advanced_Views/04_dualviews/
H A Ddual_view.cpp79 using memory_space = typename Kokkos::Impl::if_c< typedef
81 idx_type::memory_space, idx_type::host_mirror_space>::type;
95 memory_space>
98 memory_space, Kokkos::MemoryRandomAccess>
109 idx = dv_idx.view<memory_space>(); in localsum()
110 dest = dv_dest.template view<memory_space>(); in localsum()
111 src = dv_src.template view<memory_space>(); in localsum()
123 dv_idx.sync<memory_space>(); in localsum()
124 dv_dest.template sync<memory_space>(); in localsum()
125 dv_src.template sync<memory_space>(); in localsum()
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/
H A DKokkos_Concepts.hpp171 KOKKOS_IMPL_IS_CONCEPT(memory_space)
255 using memory_space = MemorySpace; typedef
256 using device_type = Device<execution_space, memory_space>;
304 : std::is_same<U, typename U::memory_space>::type {
305 using space = typename U::memory_space;
328 using memory_space = typename is_mem::space; typedef
334 std::is_same<memory_space, Kokkos::HostSpace>::value
336 || std::is_same<memory_space, Kokkos::CudaUVMSpace>::value ||
340 memory_space, Kokkos::HostSpace>::type;
358 std::is_same<memory_space, host_memory_space>::value,
[all …]
H A DKokkos_Core.hpp202 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
205 using MemorySpace = typename Space::memory_space; in kokkos_malloc()
210 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
212 using MemorySpace = typename Space::memory_space; in kokkos_malloc()
217 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
219 using MemorySpace = typename Space::memory_space; in kokkos_free()
224 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
226 using MemorySpace = typename Space::memory_space; in kokkos_realloc()
/dports/devel/kokkos/kokkos-3.4.01/core/src/
H A DKokkos_Concepts.hpp171 KOKKOS_IMPL_IS_CONCEPT(memory_space)
255 using memory_space = MemorySpace; typedef
256 using device_type = Device<execution_space, memory_space>;
304 : std::is_same<U, typename U::memory_space>::type {
305 using space = typename U::memory_space;
328 using memory_space = typename is_mem::space; typedef
334 std::is_same<memory_space, Kokkos::HostSpace>::value
336 || std::is_same<memory_space, Kokkos::CudaUVMSpace>::value ||
340 memory_space, Kokkos::HostSpace>::type;
358 std::is_same<memory_space, host_memory_space>::value,
[all …]
H A DKokkos_Core.hpp202 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
205 using MemorySpace = typename Space::memory_space; in kokkos_malloc()
210 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
212 using MemorySpace = typename Space::memory_space; in kokkos_malloc()
217 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
219 using MemorySpace = typename Space::memory_space; in kokkos_free()
224 template <class Space = typename Kokkos::DefaultExecutionSpace::memory_space>
226 using MemorySpace = typename Space::memory_space; in kokkos_realloc()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/
H A DKokkos_Concepts.hpp171 KOKKOS_IMPL_IS_CONCEPT(memory_space)
255 using memory_space = MemorySpace; typedef
256 using device_type = Device<execution_space, memory_space>;
304 : std::is_same<U, typename U::memory_space>::type {
305 using space = typename U::memory_space;
328 using memory_space = typename is_mem::space; typedef
334 std::is_same<memory_space, Kokkos::HostSpace>::value
336 || std::is_same<memory_space, Kokkos::CudaUVMSpace>::value ||
340 memory_space, Kokkos::HostSpace>::type;
358 std::is_same<memory_space, host_memory_space>::value,
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/src/impl/
H A DKokkos_FixedBufferMemoryPool.hpp59 : private MemorySpaceInstanceStorage<typename DeviceType::memory_space> {
61 using memory_space = typename DeviceType::memory_space; typedef in Kokkos::Impl::FixedBlockSizeMemoryPool
66 MemorySpaceInstanceStorage<typename DeviceType::memory_space>;
68 using record_type = Kokkos::Impl::SharedAllocationRecord<memory_space>;
93 FixedBlockSizeMemoryPool(memory_space const& mem_space, size_type num_blocks) in FixedBlockSizeMemoryPool()
121 FixedBlockSizeMemoryPool(memory_space const& mem_space, in FixedBlockSizeMemoryPool()
188 : private MemorySpaceInstanceStorage<typename DeviceType::memory_space>
192 using memory_space = typename DeviceType::memory_space;
199 using record_type = Kokkos::Impl::SharedAllocationRecord<memory_space>;
216 memory_space const& mem_space,
[all …]
/dports/devel/kokkos/kokkos-3.4.01/core/src/impl/
H A DKokkos_FixedBufferMemoryPool.hpp59 : private MemorySpaceInstanceStorage<typename DeviceType::memory_space> {
61 using memory_space = typename DeviceType::memory_space; typedef in Kokkos::Impl::FixedBlockSizeMemoryPool
66 MemorySpaceInstanceStorage<typename DeviceType::memory_space>;
68 using record_type = Kokkos::Impl::SharedAllocationRecord<memory_space>;
93 FixedBlockSizeMemoryPool(memory_space const& mem_space, size_type num_blocks) in FixedBlockSizeMemoryPool()
121 FixedBlockSizeMemoryPool(memory_space const& mem_space, in FixedBlockSizeMemoryPool()
188 : private MemorySpaceInstanceStorage<typename DeviceType::memory_space>
192 using memory_space = typename DeviceType::memory_space;
199 using record_type = Kokkos::Impl::SharedAllocationRecord<memory_space>;
216 memory_space const& mem_space,
[all …]
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/src/impl/
H A DKokkos_FixedBufferMemoryPool.hpp59 : private MemorySpaceInstanceStorage<typename DeviceType::memory_space> {
61 using memory_space = typename DeviceType::memory_space; typedef in Kokkos::Impl::FixedBlockSizeMemoryPool
66 MemorySpaceInstanceStorage<typename DeviceType::memory_space>;
68 using record_type = Kokkos::Impl::SharedAllocationRecord<memory_space>;
93 FixedBlockSizeMemoryPool(memory_space const& mem_space, size_type num_blocks) in FixedBlockSizeMemoryPool()
121 FixedBlockSizeMemoryPool(memory_space const& mem_space, in FixedBlockSizeMemoryPool()
188 : private MemorySpaceInstanceStorage<typename DeviceType::memory_space>
192 using memory_space = typename DeviceType::memory_space;
199 using record_type = Kokkos::Impl::SharedAllocationRecord<memory_space>;
216 memory_space const& mem_space,
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminimon.h220 INT32 memory_space; member
230 INT32 memory_space; member
241 INT32 memory_space; member
252 INT32 memory_space; member
263 INT32 memory_space; member
272 INT32 memory_space; member
293 INT32 memory_space; member
417 INT32 memory_space; member
427 INT32 memory_space; member
438 INT32 memory_space; member
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dminimon.h220 INT32 memory_space; member
230 INT32 memory_space; member
241 INT32 memory_space; member
252 INT32 memory_space; member
263 INT32 memory_space; member
272 INT32 memory_space; member
293 INT32 memory_space; member
417 INT32 memory_space; member
427 INT32 memory_space; member
438 INT32 memory_space; member
[all …]

12345678910>>...20