![]() |
Shamrock 2025.10.0
Astrophysical Code
|
#include "shambackends/SyclMpiTypes.hpp"#include "shambase/exception.hpp"#include "shamcomm/logs.hpp"#include "shamcomm/mpiErrorCheck.hpp"Go to the source code of this file.
Macros | |
| #define | __SYCL_TYPE_COMMIT_len2(base_name, src_type) |
| #define | __SYCL_TYPE_COMMIT_len3(base_name, src_type) |
| #define | __SYCL_TYPE_COMMIT_len4(base_name, src_type) |
| #define | __SYCL_TYPE_COMMIT_len8(base_name, src_type) |
| #define | __SYCL_TYPE_COMMIT_len16(base_name, src_type) |
Functions | |
| bool | is_mpi_sycl_interop_active () |
| template<class T> | |
| void | check_offset_validity () |
| void | create_sycl_mpi_types () |
| void | free_sycl_mpi_types () |
Variables | |
| bool | __mpi_sycl_type_active = false |
| const int | __len_vec2 = 2 |
| const int | __len_vec3 = 3 |
| const int | __len_vec4 = 4 |
| const int | __len_vec8 = 8 |
| const int | __len_vec16 = 16 |
| MPI_Datatype | __tmp_mpi_type_i64_3 |
| MPI_Datatype | __tmp_mpi_type_i32_3 |
| MPI_Datatype | __tmp_mpi_type_i16_3 |
| MPI_Datatype | __tmp_mpi_type_i8_3 |
| MPI_Datatype | __tmp_mpi_type_u64_3 |
| MPI_Datatype | __tmp_mpi_type_u32_3 |
| MPI_Datatype | __tmp_mpi_type_u16_3 |
| MPI_Datatype | __tmp_mpi_type_u8_3 |
| MPI_Datatype | __tmp_mpi_type_f16_3 |
| MPI_Datatype | __tmp_mpi_type_f32_3 |
| MPI_Datatype | __tmp_mpi_type_f64_3 |
Definition in file SyclMpiTypes.cpp.
| #define __SYCL_TYPE_COMMIT_len16 | ( | base_name, | |
| src_type ) |
Definition at line 84 of file SyclMpiTypes.cpp.
| #define __SYCL_TYPE_COMMIT_len2 | ( | base_name, | |
| src_type ) |
Definition at line 49 of file SyclMpiTypes.cpp.
| #define __SYCL_TYPE_COMMIT_len3 | ( | base_name, | |
| src_type ) |
Definition at line 57 of file SyclMpiTypes.cpp.
| #define __SYCL_TYPE_COMMIT_len4 | ( | base_name, | |
| src_type ) |
Definition at line 68 of file SyclMpiTypes.cpp.
| #define __SYCL_TYPE_COMMIT_len8 | ( | base_name, | |
| src_type ) |
Definition at line 76 of file SyclMpiTypes.cpp.
| void check_offset_validity | ( | ) |
Definition at line 93 of file SyclMpiTypes.cpp.
| void create_sycl_mpi_types | ( | ) |
Definition at line 105 of file SyclMpiTypes.cpp.
| void free_sycl_mpi_types | ( | ) |
Definition at line 186 of file SyclMpiTypes.cpp.
| bool is_mpi_sycl_interop_active | ( | ) |
Definition at line 22 of file SyclMpiTypes.cpp.
| const int __len_vec16 = 16 |
Definition at line 35 of file SyclMpiTypes.cpp.
| const int __len_vec2 = 2 |
Definition at line 31 of file SyclMpiTypes.cpp.
| const int __len_vec3 = 3 |
Definition at line 32 of file SyclMpiTypes.cpp.
| const int __len_vec4 = 4 |
Definition at line 33 of file SyclMpiTypes.cpp.
| const int __len_vec8 = 8 |
Definition at line 34 of file SyclMpiTypes.cpp.
| bool __mpi_sycl_type_active = false |
Definition at line 21 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 45 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 46 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 47 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 39 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 38 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 37 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 40 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 43 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 42 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 41 of file SyclMpiTypes.cpp.
|
inline |
Definition at line 44 of file SyclMpiTypes.cpp.