MCPcopy Create free account
hub / github.com/SeisSol/SeisSol / bindAcceleratorDevice

Method bindAcceleratorDevice

src/Parallel/MPI.cpp:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92void seissol::MPI::bindAcceleratorDevice() {
93#ifdef ACL_DEVICE
94 auto& instance = seissol::AcceleratorDevice::getInstance();
95 instance.bindAcceleratorDevice(0);
96#endif
97}
98
99void seissol::MPI::printAcceleratorDeviceInfo() {
100#ifdef ACL_DEVICE

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected