Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions ompi/mca/coll/xhc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2021-2023 Computer Architecture and VLSI Systems (CARV)
# Copyright (c) 2021-2024 Computer Architecture and VLSI Systems (CARV)
# Laboratory, ICS Forth. All rights reserved.
# $COPYRIGHT$
#
Expand All @@ -12,8 +12,10 @@ dist_opaldata_DATA = help-coll-xhc.txt

sources = \
coll_xhc.h \
coll_xhc_atomic.h \
coll_xhc_intrinsic.h \
coll_xhc.c \
coll_xhc_comm.c \
coll_xhc_hierarchy.c \
coll_xhc_component.c \
coll_xhc_module.c \
coll_xhc_bcast.c \
Expand Down
461 changes: 275 additions & 186 deletions ompi/mca/coll/xhc/README.md

Large diffs are not rendered by default.

Loading
Loading