13#include "arcane/aleph/AlephArcane.h"
14#include "arcane/aleph/cuda/IAlephCuda.h"
24class CudaAlephFactoryImpl
31 virtual void initialize()
33 debug()<<
"\t[AlephFactory::AlephFactory] cudaDeviceReset";
35 debug()<<
"\t[AlephFactory::AlephFactory] cudaDeviceSynchronize";
36 cudaDeviceSynchronize();
38 if (cublasInit()!=CUBLAS_STATUS_SUCCESS)
43 cudaGetDeviceCount(&deviceCount);
47 for (dev = 0; dev < deviceCount; ++dev) {
48 cudaDeviceProp deviceProp;
49 cudaGetDeviceProperties(&deviceProp, dev);
50 if (strncmp(deviceProp.name,
"Device Emulation", 16))
53 if (dev == deviceCount)
55 debug()<<
"\t[Aleph::Cuda::device_check] setting device!";
#define ARCANE_REGISTER_APPLICATION_FACTORY(aclass, ainterface, aname)
Enregistre un service de fabrique pour la classe aclass.
AbstractService(const ServiceBuildInfo &)
Constructeur à partir d'un ServiceBuildInfo.
Exception lorsqu'une erreur fatale est survenue.
Interface d'une fabrique d'implémentation pour Aleph.
Interface du gestionnaire de traces.
Structure contenant les informations pour créer un service.
TraceMessageDbg debug(Trace::eDebugLevel=Trace::Medium) const
Flot pour un message de debug.
Int32 Integer
Type représentant un entier.