mirror of
https://github.com/microsoft/mscclpp.git
synced 2026-05-12 09:17:06 +00:00
minor fix
This commit is contained in:
2
Makefile
2
Makefile
@@ -158,7 +158,7 @@ MSCLLPPTESTBINS := $(MSCLLPPTESTBINFILESLIST:%=$(BUILDDIR)/$(BINDIR)/$(T
|
||||
|
||||
INCLUDE := -Isrc -Isrc/include
|
||||
|
||||
.PHONY: all build lib tests mscclpp_test clean
|
||||
.PHONY: all build lib unittests tests mscclpp-test cpplint cpplint-autofix cpplint-file-autofix clean
|
||||
|
||||
all: build
|
||||
|
||||
|
||||
@@ -29,8 +29,8 @@ struct alignas(16) mscclppDevConnSignalEpochId
|
||||
uint64_t proxy;
|
||||
};
|
||||
|
||||
|
||||
struct mscclppBaseConn {
|
||||
struct mscclppBaseConn
|
||||
{
|
||||
int remoteRank;
|
||||
int tag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user