File indexing completed on 2022-11-24 00:02:23
0001 #include "FWCore/Utilities/interface/EDMException.h"
0002 #include "HeterogeneousCore/AlpakaCore/interface/alpaka/ESProducer.h"
0003
0004 namespace ALPAKA_ACCELERATOR_NAMESPACE {
0005 void ESProducer::throwSomeNullException() {
0006 throw edm::Exception(edm::errors::UnimplementedFeature)
0007 << "The Alpaka backend has multiple devices. The device-specific produce() function returned a null product "
0008 "for some of the devices of the backend, but not all. This is not currently supported.";
0009 }
0010 }