Update ext-profiler example
Sync ext-profiler example with 2.26.2.
Dieser Commit ist enthalten in:
committet von
Sylvain Jeaugey
Ursprung
f44ac759fe
Commit
145e67e707
@@ -10,7 +10,7 @@ PLUGIN_SO := libnccl-profiler.so
|
||||
default: $(PLUGIN_SO)
|
||||
|
||||
$(PLUGIN_SO): plugin.c event.c print_event.c
|
||||
$(CC) $(INC) -g -fPIC -shared -o $@ -Wl,-soname,$(PLUGIN_SO) $^
|
||||
$(CXX) $(INC) -g -fPIC -shared -o $@ -Wl,-soname,$(PLUGIN_SO) $^
|
||||
|
||||
clean:
|
||||
rm -f $(PLUGIN_SO)
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren