diff --git a/source/include/rocprofiler-sdk/rccl/details/rccl.h b/source/include/rocprofiler-sdk/rccl/details/rccl.h index 6866824e2c..304f60256c 100644 --- a/source/include/rocprofiler-sdk/rccl/details/rccl.h +++ b/source/include/rocprofiler-sdk/rccl/details/rccl.h @@ -35,7 +35,7 @@ extern "C" { /*! @brief Opaque handle to communicator @details A communicator contains information required to facilitate collective communications calls */ -typedef struct ncclComm* ncclComm_t; +typedef const struct ncclComm* ncclComm_t; #define NCCL_COMM_NULL NULL #define NCCL_UNIQUE_ID_BYTES 128