Home
last modified time | relevance | path

Searched refs:CUDAPlatform (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/parallel-libs/acxxel/
Dcuda_acxxel.cpp76 class CUDAPlatform : public Platform { class
78 ~CUDAPlatform() override = default;
80 static Expected<CUDAPlatform> create();
146 explicit CUDAPlatform(const std::vector<CUcontext> &Contexts) in CUDAPlatform() function in acxxel::__anon21f1c6380111::CUDAPlatform
161 Expected<CUDAPlatform> CUDAPlatform::create() { in create()
182 return CUDAPlatform(Contexts); in create()
185 Expected<int> CUDAPlatform::getDeviceCount() { in getDeviceCount()
197 Expected<Stream> CUDAPlatform::createStream(int DeviceIndex) { in createStream()
208 Status CUDAPlatform::streamSync(void *Stream) { in streamSync()
213 Status CUDAPlatform::streamWaitOnEvent(void *Stream, void *Event) { in streamWaitOnEvent()
[all …]