We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent deec9bb commit 02664a4Copy full SHA for 02664a4
flang/runtime/CUDA/registration.cpp
@@ -21,7 +21,7 @@ extern void __cudaRegisterFunction(void **fatCubinHandle, const char *hostFun,
21
uint3 *bid, dim3 *bDim, dim3 *gDim, int *wSize);
22
23
void *RTDECL(CUFRegisterModule)(void *data) {
24
- void** fatHandle = __cudaRegisterFatBinary(data);
+ void **fatHandle = __cudaRegisterFatBinary(data);
25
__cudaRegisterFatBinaryEnd(fatHandle);
26
return fatHandle;
27
}
0 commit comments