| 502 | } |
| 503 | |
| 504 | ACPP_PCUDA_API const char *pcudaGetErrorString(pcudaError_t error) { |
| 505 | // TODO: Return actual description |
| 506 | return pcudaGetErrorName(error); |
| 507 | } |
| 508 | |
| 509 | ///////////// Memory management /////////////////////// |
| 510 |
nothing calls this directly
no test coverage detected