MCPcopy Create free account

hub / github.com/ai-dynamo/nixl / functions

Functions3,108 in github.com/ai-dynamo/nixl

↓ 1 callersMethoddeserializeConnectionInfo
src/utils/libfabric/libfabric_rail_manager.cpp:1125
↓ 1 callersMethoddeserializeMemoryKeys
src/utils/libfabric/libfabric_rail_manager.cpp:1079
↓ 1 callersMethoddestroyEngine
src/core/nixl_plugin_manager.cpp:66
↓ 1 callersMethoddestroyIOR
src/plugins/hf3fs/hf3fs_utils.cpp:162
↓ 1 callersMethoddestroyIOV
src/plugins/hf3fs/hf3fs_utils.cpp:93
↓ 1 callersFunctiondetectEtcd
src/core/nixl_agent.cpp:102
↓ 1 callersFunctiondetermineTotal
benchmark/nixlbench/src/worker/worker.cpp:74
↓ 1 callersMethoddispatch
(self, *args, **kwargs)
examples/device/ep/nixl_ep/buffer.py:436
↓ 1 callersFunctiondlopen_libnrt
benchmark/nixlbench/src/utils/neuron.cpp:32
↓ 1 callersFunctiondlopen_libnrt
src/plugins/libfabric/libfabric_backend.cpp:39
↓ 1 callersFunctioneffectiveSyncMode
The comm thread (used for etcd or listen-based metadata exchange) shares agent data structures (remoteSections_, remoteBackends_, …) with the caller.
src/core/nixl_agent.cpp:114
↓ 1 callersMethodenqueue
src/plugins/posix/io_uring_io_queue.cpp:144
↓ 1 callersMethodensure_synced
(&self)
src/bindings/rust/src/descriptors/sync_manager.rs:49
↓ 1 callersFunctionequal_buf
test/nixl/agent_example.cpp:36
↓ 1 callersMethoderr_cb
src/plugins/ucx/ucx_utils.cpp:87
↓ 1 callersMethodestablishConnection
src/plugins/libfabric/libfabric_backend.cpp:620
↓ 1 callersMethodestimateCost
src/plugins/ucx/ucx_utils.cpp:310
↓ 1 callersMethodestimateXferCost
Estimate the cost (duration) of a transfer operation.
src/api/cpp/backend/backend_engine.h:239
↓ 1 callersFunctionestimate_compute_time
Estimate the compute time of a batch, in seconds. Accounts for: - Attention FLOPs: O(S²) per layer - MLP FLOPs: O(S × H) per layer (assum
benchmark/kvbench/test/inference_workload_matgen.py:285
↓ 1 callersMethodexchangeMetadata
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:1141
↓ 1 callersMethodexec
src/plugins/gusli/gusli_backend.cpp:341
↓ 1 callersFunctionexecTransferLoop
Run num_iter transfers using a sliding window of pipeline_depth in-flight requests. Depth=1 collapses to the original "one create, N posts, one releas
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:1542
↓ 1 callersFunctionextract_wheel
Extract the wheel to a temporary directory. Returns: Path to the temporary directory. The caller is responsible for cleaning up the d
contrib/wheel_add_ucx_plugins.py:31
↓ 1 callersMethodfetchOrWaitForMetadataFromEtcd
Fetch metadata from etcd or wait for it to be available
src/core/nixl_listener.cpp:376
↓ 1 callersMethodfetch_remote_md
Fetch a remote agent's metadata from etcd Once fetched, the metadata will be loaded and cached locally, enabling communication with the remote agent.
src/bindings/rust/src/agent.rs:697
↓ 1 callersFunctionfill_gpu_test_pattern
Helper function to fill GPU buffer with repeating pattern
test/unit/plugins/infinia/infinia_nixl_test.cpp:295
↓ 1 callersFunctionfill_gpu_test_pattern
Helper function to fill GPU buffer with repeating pattern
test/unit/plugins/gds_mt/nixl_gds_mt_test.cpp:162
↓ 1 callersFunctionfill_gpu_test_pattern
Helper function to fill GPU buffer with repeating pattern
test/unit/plugins/cuda_gds/nixl_gds_test.cpp:144
↓ 1 callersFunctionfill_gpu_test_pattern
* @brief Fill GPU buffer from a pre-filled host pattern buffer * @param gpu_buffer Pointer to the GPU buffer to fill * @param host_buffer Host buffe
test/unit/plugins/object/nixl_object_test.cpp:197
↓ 1 callersFunctionfill_test_key
test/unit/plugins/infinia/infinia_nixl_test.cpp:344
↓ 1 callersFunctionfill_test_pattern
test/unit/plugins/hf3fs/nixl_hf3fs_mt_test.cpp:84
↓ 1 callersFunctionfindLocalIpAddresses
src/plugins/mooncake/mooncake_backend.cpp:31
↓ 1 callersFunctionformat_bytes
(size)
benchmark/kvbench/main.py:285
↓ 1 callersFunctionformat_size
(nbytes: float, precision=2)
benchmark/kvbench/test/inference_workload_matgen.py:323
↓ 1 callersMethodfrom_dict
Create a ModelConfig instance from a dictionary. Args: config_dict (Dict[str, Any]): Dictionary containing configuration
benchmark/kvbench/models/model_config.py:133
↓ 1 callersFunctiongen_batches
For now very naive, aggregate requests into batches until it exceeds max_batch_mem or batch_size Args: - num_user_requests: Number of
benchmark/kvbench/test/inference_workload_matgen.py:167
↓ 1 callersFunctiongen_matrices_and_compute_time
Args: - batches: List of batches
benchmark/kvbench/test/inference_workload_matgen.py:202
↓ 1 callersFunctiongen_matrix
( batch: Batch, world_size: int, prefill_worker: List[int], decode_worker: List[int], mode
benchmark/kvbench/test/inference_workload_matgen.py:250
↓ 1 callersFunctiongenerateGusliConfigFile
Generate GUSLI config file from device configurations
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:83
↓ 1 callersFunctiongenerate_timestamped_filename
Helper function to generate timestamped filename
test/unit/plugins/hf3fs/nixl_hf3fs_test.cpp:67
↓ 1 callersFunctiongenerate_timestamped_filename
test/unit/plugins/gds_mt/nixl_gds_mt_test.cpp:130
↓ 1 callersFunctiongenerate_timestamped_filename
test/unit/plugins/cuda_gds/nixl_gds_test.cpp:114
↓ 1 callersFunctiongenerate_timestamped_object_prefix
* @brief Generate a timestamped prefix for object keys * @param base_name Base name for the object key * @return Timestamped prefix string */
test/unit/plugins/object/nixl_object_test.cpp:151
↓ 1 callersMethodget
Returns the string at the given index
src/bindings/rust/src/utils/string_list.rs:46
↓ 1 callersMethodget
Safe immutable access to descriptor by index
src/bindings/rust/src/descriptors/reg.rs:191
↓ 1 callersMethodget
src/plugins/gpunetio/gpunetio_backend_aux.h:148
↓ 1 callersFunctiongetAccelType
src/plugins/obj/obj_backend.cpp:32
↓ 1 callersFunctiongetAccountUrl
src/plugins/azure_blob/azure_blob_client.cpp:38
↓ 1 callersFunctiongetAvailableNetworkDevices
src/utils/libfabric/libfabric_common.cpp:35
↓ 1 callersMethodgetBase
src/plugins/ucx/ucx_utils.h:130
↓ 1 callersMethodgetBasicDesc
test/gtest/metadata_exchange.cpp:52
↓ 1 callersFunctiongetBindAddress
src/plugins/telemetry/doca/doca_exporter.cpp:40
↓ 1 callersMethodgetBlobAsync
src/plugins/azure_blob/azure_blob_client.cpp:172
↓ 1 callersFunctiongetBucketName
src/utils/object/s3/utils.cpp:53
↓ 1 callersFunctiongetCaBundle
src/plugins/azure_blob/azure_blob_client.cpp:69
↓ 1 callersMethodgetChunkSize
src/plugins/ucx/ucx_backend.cpp:498
↓ 1 callersMethodgetConnInfo
src/plugins/ucx/ucx_backend.cpp:873
↓ 1 callersFunctiongetConnectionString
src/plugins/azure_blob/azure_blob_client.cpp:58
↓ 1 callersFunctiongetContainerName
src/plugins/azure_blob/azure_blob_client.cpp:48
↓ 1 callersFunctiongetCustomIntParam
src/utils/libfabric/libfabric_common.cpp:253
↓ 1 callersFunctiongetCustomStringParam
src/utils/libfabric/libfabric_common.cpp:227
↓ 1 callersFunctiongetEfaDeviceNamesFromHwloc
test/unit/utils/libfabric/libfabric_topology_test.cpp:396
↓ 1 callersMethodgetEfd
src/plugins/ucx/ucx_utils.cpp:699
↓ 1 callersFunctiongetExporterName
src/core/telemetry/telemetry.cpp:133
↓ 1 callersFunctiongetFilePath
src/core/telemetry/buffer_exporter.cpp:22
↓ 1 callersMethodgetGidOfBDev
src/plugins/gusli/gusli_backend.h:103
↓ 1 callersFunctiongetHostname
src/plugins/telemetry/prometheus/prometheus_exporter.cpp:40
↓ 1 callersFunctiongetHostname
src/plugins/telemetry/doca/doca_exporter.cpp:49
↓ 1 callersFunctiongetIoQueueType
src/plugins/posix/posix_backend.cpp:81
↓ 1 callersFunctiongetMemNumaNode
src/utils/libfabric/libfabric_rail_manager.cpp:1277
↓ 1 callersMethodgetMemh
src/plugins/ucx/ucx_utils.h:125
↓ 1 callersMethodgetMrAttrIface
src/utils/libfabric/libfabric_topology.h:233
↓ 1 callersMethodgetName
src/core/nixl_plugin_manager.cpp:73
↓ 1 callersFunctiongetNicData
test/unit/utils/libfabric/libfabric_topology_test.cpp:387
↓ 1 callersFunctiongetNumConfiguredNumaNodes
src/utils/libfabric/libfabric_common.cpp:156
↓ 1 callersFunctiongetNumThreads
src/utils/object/engine_utils.h:15
↓ 1 callersMethodgetNumaRailCount
src/utils/libfabric/libfabric_topology.cpp:248
↓ 1 callersMethodgetObjectAsync
src/plugins/obj/s3/client.cpp:94
↓ 1 callersMethodgetObjectRdmaAsync
* Asynchronously gets an object from Dell ObjectScale S3 using RDMA acceleration. * This method validates parameters, sets up the S3 request with RDM
src/plugins/obj/s3_accel/dell/client.cpp:112
↓ 1 callersMethodgetOperationCount
src/plugins/infinia/infinia_backend.h:299
↓ 1 callersMethodgetOverallStatus
src/plugins/azure_blob/azure_blob_backend.cpp:80
↓ 1 callersMethodgetOverallStatus
src/plugins/obj/s3/engine_impl.cpp:59
↓ 1 callersMethodgetOverallStatus
* Get the overall status of all transfer requests. * Checks completion of all futures and returns the first error encountered, * or NIXL_SUC
src/plugins/obj/s3_accel/dell/engine_impl.cpp:158
↓ 1 callersMethodgetPcieDevData
src/utils/libfabric/libfabric_topology.cpp:221
↓ 1 callersFunctiongetPluginDir
src/core/nixl_plugin_manager.cpp:277
↓ 1 callersMethodgetPublicData
src/plugins/ucx/ucx_backend.cpp:955
↓ 1 callersMethodgetRuntime
System accelerator type getter
src/utils/libfabric/libfabric_rail_manager.cpp:1272
↓ 1 callersMethodgetSize
test/gtest/test_transfer.cpp:60
↓ 1 callersFunctiongetStrideScheme
benchmark/nixlbench/src/main.cpp:32
↓ 1 callersFunctiongetThreadCount
src/plugins/gds_mt/gds_mt_backend.cpp:108
↓ 1 callersMethodgetUcpConfig
src/plugins/ucx/config.h:33
↓ 1 callersMethodgetVersion
src/core/nixl_plugin_manager.cpp:81
↓ 1 callersFunctiongetVramDesc
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:631
↓ 1 callersFunctiongetVramDescCuda
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:536
↓ 1 callersFunctiongetVramDescCudaVmm
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:545
↓ 1 callersFunctiongetVramDescNeuron
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:520
↓ 1 callersFunctiongetVramDescRocm
benchmark/nixlbench/src/worker/nixl/nixl_worker.cpp:616
↓ 1 callersMethodget_active_ranks
Get all active ranks in current phase.
examples/device/ep/tests/elastic/plan.py:82
↓ 1 callersFunctionget_arch
()
src/bindings/rust/build.rs:59
↓ 1 callersMethodget_capacity
Get the buffer capacity
examples/python/telemetry_reader.py:172
← previousnext →801–900 of 3,108, ranked by callers