Skip to content

Commit

Permalink
try to fix communicator
Browse files Browse the repository at this point in the history
  • Loading branch information
icfaust committed Mar 4, 2025
1 parent 0d1bbbd commit 04301cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/oneapi/dal/spmd/communicator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ struct interface_selector<device_memory_access::usm> {

/// Low-level MPI-like communicator
template <typename MemoryAccessKind>
class communicator : public base {
class ONEDAL_EXPORT communicator : public base {
private:
template <typename T>
static constexpr bool is_primitive_v = std::is_arithmetic_v<T>;
Expand Down

0 comments on commit 04301cf

Please sign in to comment.