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 9ba45c5 commit 9e9fdd4Copy full SHA for 9e9fdd4
flang-rt/lib/cuda/descriptor.cpp
@@ -63,7 +63,7 @@ void RTDEF(CUFDescriptorCheckSection)(
63
}
64
65
void RTDEF(CUFSetAllocatorIndex)(
66
- Descriptor *, int index, const char *sourceFile, int sourceLine) {
+ Descriptor *desc, int index, const char *sourceFile, int sourceLine) {
67
if (!desc) {
68
Terminator terminator{sourceFile, sourceLine};
69
terminator.Crash("descriptor is null");
0 commit comments