Home
last modified time | relevance | path

Searched refs:create_mirror (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Dremote_mirror_spec.rb56 mirror = create_mirror(url: 'http://foo:bar@test.com')
62 mirror = create_mirror(url: 'http://foo:bar@test.com')
79 mirror = create_mirror(url: 'http://foo:bar@test.com')
88 mirror = create_mirror(url: 'http://test.com')
97 mirror = create_mirror(url: 'http://foo:bar@test.com')
185 mirror = create_mirror(url: 'http://test.com')
255 mirror = create_mirror(url: 'http://foo:bar@test.com')
265 mirror = create_mirror(url: 'http://cantbeblank',
274 mirror = create_mirror(url: 'http://cantbeblank',
405 mirror = create_mirror(url: 'http://cantbeblank',
[all …]
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp69 create_mirror(const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, in create_mirror() function
78 create_mirror(view.row_map); in create_mirror()
80 tmp_row_block_offsets = create_mirror(view.row_block_offsets); in create_mirror()
84 tmp.entries = create_mirror(view.entries); in create_mirror()
105 return create_mirror(view); in create_mirror_view()
/dports/devel/kokkos/kokkos-3.4.01/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp69 create_mirror(const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, in create_mirror() function
78 create_mirror(view.row_map); in create_mirror()
80 tmp_row_block_offsets = create_mirror(view.row_block_offsets); in create_mirror()
84 tmp.entries = create_mirror(view.entries); in create_mirror()
105 return create_mirror(view); in create_mirror_view()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/src/impl/
H A DKokkos_StaticCrsGraph_factory.hpp69 create_mirror(const StaticCrsGraph<DataType, Arg1Type, Arg2Type, Arg3Type, in create_mirror() function
78 create_mirror(view.row_map); in create_mirror()
80 tmp_row_block_offsets = create_mirror(view.row_block_offsets); in create_mirror()
84 tmp.entries = create_mirror(view.entries); in create_mirror()
105 return create_mirror(view); in create_mirror_view()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/core/unit_test/
H A DTestResize.hpp155 Kokkos::create_mirror(view_1d); in impl_testResize()
176 Kokkos::create_mirror(view_2d); in impl_testResize()
199 Kokkos::create_mirror(view_3d); in impl_testResize()
224 Kokkos::create_mirror(view_4d); in impl_testResize()
252 Kokkos::create_mirror(view_5d); in impl_testResize()
284 Kokkos::create_mirror(view_6d); in impl_testResize()
318 Kokkos::create_mirror(view_7d); in impl_testResize()
354 Kokkos::create_mirror(view_8d); in impl_testResize()
H A DTestViewCopy_b.hpp85 auto h_a = Kokkos::create_mirror(a); in TEST()
86 auto h_b = Kokkos::create_mirror(b); in TEST()
H A DTestViewAPI_e.hpp118 auto h_view = Kokkos::create_mirror(d_view_const); in TEST()
120 auto h_view2 = Kokkos::create_mirror(Kokkos::HostSpace(), d_view_const); in TEST()
H A DTestViewOfClass.hpp95 Kokkos::create_mirror(tracking); in view_nested_view()
H A DTestViewCopy_a.hpp88 auto h_a = Kokkos::create_mirror(a); in TEST()
89 auto h_b = Kokkos::create_mirror(b); in TEST()
/dports/devel/kokkos/kokkos-3.4.01/core/unit_test/
H A DTestResize.hpp155 Kokkos::create_mirror(view_1d); in impl_testResize()
176 Kokkos::create_mirror(view_2d); in impl_testResize()
199 Kokkos::create_mirror(view_3d); in impl_testResize()
224 Kokkos::create_mirror(view_4d); in impl_testResize()
252 Kokkos::create_mirror(view_5d); in impl_testResize()
284 Kokkos::create_mirror(view_6d); in impl_testResize()
318 Kokkos::create_mirror(view_7d); in impl_testResize()
354 Kokkos::create_mirror(view_8d); in impl_testResize()
H A DTestViewCopy_b.hpp85 auto h_a = Kokkos::create_mirror(a); in TEST()
86 auto h_b = Kokkos::create_mirror(b); in TEST()
H A DTestViewAPI_e.hpp118 auto h_view = Kokkos::create_mirror(d_view_const); in TEST()
120 auto h_view2 = Kokkos::create_mirror(Kokkos::HostSpace(), d_view_const); in TEST()
H A DTestViewOfClass.hpp95 Kokkos::create_mirror(tracking); in view_nested_view()
H A DTestViewCopy_a.hpp88 auto h_a = Kokkos::create_mirror(a); in TEST()
89 auto h_b = Kokkos::create_mirror(b); in TEST()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/core/unit_test/
H A DTestResize.hpp155 Kokkos::create_mirror(view_1d); in impl_testResize()
176 Kokkos::create_mirror(view_2d); in impl_testResize()
199 Kokkos::create_mirror(view_3d); in impl_testResize()
224 Kokkos::create_mirror(view_4d); in impl_testResize()
252 Kokkos::create_mirror(view_5d); in impl_testResize()
284 Kokkos::create_mirror(view_6d); in impl_testResize()
318 Kokkos::create_mirror(view_7d); in impl_testResize()
354 Kokkos::create_mirror(view_8d); in impl_testResize()
H A DTestViewCopy_b.hpp85 auto h_a = Kokkos::create_mirror(a); in TEST()
86 auto h_b = Kokkos::create_mirror(b); in TEST()
H A DTestViewAPI_e.hpp118 auto h_view = Kokkos::create_mirror(d_view_const); in TEST()
120 auto h_view2 = Kokkos::create_mirror(Kokkos::HostSpace(), d_view_const); in TEST()
H A DTestViewOfClass.hpp95 Kokkos::create_mirror(tracking); in view_nested_view()
H A DTestViewCopy_a.hpp88 auto h_a = Kokkos::create_mirror(a); in TEST()
89 auto h_b = Kokkos::create_mirror(b); in TEST()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/unit_tests/
H A DTestStaticCrsGraph.hpp90 hx = Kokkos::create_mirror(dx); in run_test_graph()
130 hView hx = Kokkos::create_mirror(dx); in run_test_graph2()
131 hView mx = Kokkos::create_mirror(dx); in run_test_graph2()
199 hView hx = Kokkos::create_mirror(dx); in run_test_graph3()
H A DTestDynViewAPI.hpp758 mirror_type ax = Kokkos::create_mirror(a); in run_test_mirror()
766 auto a_h2 = Kokkos::create_mirror(Kokkos::HostSpace(), a_h); in run_test_mirror()
767 auto a_d = Kokkos::create_mirror(typename device::memory_space(), a_h); in run_test_mirror()
786 auto a_h2 = Kokkos::create_mirror(Kokkos::HostSpace(), a_h); in run_test_mirror()
787 auto a_d = Kokkos::create_mirror(typename device::memory_space(), a_h); in run_test_mirror()
969 hx = Kokkos::create_mirror(dx); in run_test_scalar()
970 hy = Kokkos::create_mirror(dy); in run_test_scalar()
1176 hx = Kokkos::create_mirror(dx); in run_test()
1177 hy = Kokkos::create_mirror(dy); in run_test()
/dports/devel/kokkos/kokkos-3.4.01/containers/unit_tests/
H A DTestStaticCrsGraph.hpp90 hx = Kokkos::create_mirror(dx); in run_test_graph()
130 hView hx = Kokkos::create_mirror(dx); in run_test_graph2()
131 hView mx = Kokkos::create_mirror(dx); in run_test_graph2()
199 hView hx = Kokkos::create_mirror(dx); in run_test_graph3()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/unit_tests/
H A DTestStaticCrsGraph.hpp90 hx = Kokkos::create_mirror(dx); in run_test_graph()
130 hView hx = Kokkos::create_mirror(dx); in run_test_graph2()
131 hView mx = Kokkos::create_mirror(dx); in run_test_graph2()
199 hView hx = Kokkos::create_mirror(dx); in run_test_graph3()
/dports/misc/py-cinder/cinder-12.0.10/cinder/volume/drivers/ibm/ibm_storage/
H A Dxiv_replication.py258 recovery_mgr.create_mirror(
271 recovery_mgr.create_mirror(
333 recovery_mgr.create_mirror(
/dports/math/vtk9/VTK-9.1.0/ThirdParty/vtkm/vtkvtkm/vtk-m/vtkm/cont/kokkos/internal/
H A DKokkosTypes.h39 decltype(Kokkos::create_mirror(ExecutionSpace{}, KokkosViewCont<ValueType>{}));

12345