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.
static_cast
1 parent 9bbc0d4 commit e7d998eCopy full SHA for e7d998e
openmp/libomptarget/include/omptarget.h
@@ -121,7 +121,7 @@ struct __tgt_kernel_arguments {
121
void **ArgMappers; // User-defined mappers, possibly null.
122
int64_t Tripcount; // Tripcount for the teams / distribute loop, 0 otherwise.
123
};
124
-static_assert(sizeof(__tgt_kernel_arguments) == 64 && "Invalid struct size");
+static_assert(sizeof(__tgt_kernel_arguments) == 64, "Invalid struct size");
125
126
/// This struct is a record of an entry point or global. For a function
127
/// entry point the size is expected to be zero
0 commit comments