Searched refs:CeedCallHiprtc (Results 1 – 1 of 1) sorted by relevance
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 27 #define CeedCallHiprtc(ceed, ...) \ macro 121 CeedCallHiprtc(ceed, hiprtcCreateProgram(&prog, code.str().c_str(), NULL, 0, NULL, NULL)); in CeedCompileCore_Hip() 153 CeedCallHiprtc(ceed, hiprtcGetProgramLog(prog, log)); in CeedCompileCore_Hip() 162 CeedCallHiprtc(ceed, hiprtcDestroyProgram(&prog)); in CeedCompileCore_Hip() 168 CeedCallHiprtc(ceed, hiprtcGetCodeSize(prog, &ptx_size)); in CeedCompileCore_Hip() 170 CeedCallHiprtc(ceed, hiprtcGetCode(prog, ptx)); in CeedCompileCore_Hip() 171 CeedCallHiprtc(ceed, hiprtcDestroyProgram(&prog)); in CeedCompileCore_Hip()
|