Searched refs:IsGPU (Results 1 – 2 of 2) sorted by relevance
102 std::optional<bool> IsGPU; variable119 OpenMPIRBuilderConfig(bool IsTargetDevice, bool IsGPU,133 assert(IsGPU.has_value() && "IsGPU is not set"); in isGPU()134 return *IsGPU; in isGPU()179 void setIsGPU(bool Value) { IsGPU = Value; } in setIsGPU()
425 bool IsTargetDevice, bool IsGPU, bool OpenMPOffloadMandatory, in OpenMPIRBuilderConfig() argument428 : IsTargetDevice(IsTargetDevice), IsGPU(IsGPU), in OpenMPIRBuilderConfig()3368 bool IsGPU) { in checkReductionInfos() argument3375 if (!IsGPU) { in checkReductionInfos()