# PUT
put_short_bw  -t put_bw -D short
put_bcopy_bw  -t put_bw -D bcopy
put_zcopy_bw  -t put_bw -D zcopy
put_short_lat -t put_lat -D short
put_bcopy_lat -t put_lat -D bcopy
put_zcopy_lat -t put_lat -D zcopy
# AM
am_short_lat  -t am_lat -D short
am_bcopy_lat  -t am_lat -D bcopy
am_zcopy_lat  -t am_lat -D zcopy
am_short_bw   -t am_bw -D short
am_bcopy_bw   -t am_bw -D bcopy
am_zcopy_bw   -t am_bw -D zcopy
# GET
get_bcopy     -t get -D bcopy
get_zcopy     -t get -D zcopy
# ATOMICS
add_lat       -t add_lat
add_mr        -t add_mr
fadd          -t fadd
swap          -t swap
cswap         -t cswap
# UCP
ucp_iov_contig_tag_lat      -t tag_lat -D iov,contig
ucp_iov_iov_tag_lat         -t tag_lat -D iov,iov
ucp_contig_contig_tag_lat   -t tag_lat -D contig,contig
#IOV with RNDV is not yet supported
#ucp_contig_iov_tag_lat      -t tag_lat -D contig,iov
ucp_iov_contig_tag_bw       -t tag_bw  -D iov,contig
ucp_iov_iov_tag_bw          -t tag_bw  -D iov,iov
ucp_contig_contig_tag_bw    -t tag_bw  -D contig,contig
#IOV with RNDV is not yet supported
#ucp_contig_iov_tag_bw       -t tag_bw  -D contig,iov
ucp_sync_tag_lat            -t tag_lat_sync
ucp_unexp_tag_lat           -t tag_lat -U
ucp_wild_tag_lat            -t tag_lat -C
ucp_contig_stream_bw        -t stream_bw  -r recv_data
ucp_contig_stream_lat       -t stream_lat -r recv_data
ucp_contig_stream_bw        -t stream_bw  -r recv
ucp_contig_stream_lat       -t stream_lat -r recv
#CUDA
ucp_contig_contig_cuda_tag_lat   -t tag_lat -D contig,contig -m cuda
ucp_contig_contig_cuda_tag_bw    -t tag_bw  -D contig,contig -m cuda

