Un-escaped character causes error with address sanitizer builds (#992)
Signed-off-by: Nilesh M Negi <Nilesh.Negi@amd.com> Co-authored-by: Jenkins <jenkins-compute@amd.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
aa5c84c997
Коммит
249e9f7f65
@@ -64,7 +64,7 @@ struct mscclThreadBlock {
|
||||
int16_t channelId; // associated channel. -1 indicates a thread block with only local copies
|
||||
}; // 5384 bytes
|
||||
|
||||
static_assert(sizeof(struct mscclThreadBlock) % sizeof(uint64_t) == 0, "Sanity check: sizeof(struct mscclThreadBlock) % sizeof(uint64_t) != 0");
|
||||
static_assert(sizeof(struct mscclThreadBlock) % sizeof(uint64_t) == 0, "Sanity check: sizeof(struct mscclThreadBlock) %% sizeof(uint64_t) != 0");
|
||||
|
||||
struct mscclFlag {
|
||||
uint64_t flag;
|
||||
|
||||
Ссылка в новой задаче
Block a user