Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/InfiniStore
/ functions
Functions
292 in github.com/bytedance/InfiniStore
⨍
Functions
292
◇
Types & classes
102
↳
Endpoints
3
↓ 1 callers
Method
get_rkey
src/mempool.h:81
↓ 1 callers
Function
get_version
()
setup.py:7
↓ 1 callers
Function
handle_request
return value of handle_request: if ret is less than 0, it is an system error, outer code will close the connection if ret is greater than 0, it is an
src/infinistore.cpp:1020
↓ 1 callers
Function
human_readable_gid
src/utils.cpp:48
↓ 1 callers
Function
ibv_query_gid_type
src/ibv_helper.cpp:43
↓ 1 callers
Function
ibv_read_sysfs_file
src/ibv_helper.cpp:2
↓ 1 callers
Function
init_rdma_context
src/infinistore.cpp:690
↓ 1 callers
Function
install_packages
()
infinistore/conftest.py:5
↓ 1 callers
Function
ipc_handle
src/local_meta_generated.h:69
↓ 1 callers
Function
key
src/local_meta_generated.h:17
↓ 1 callers
Function
key
src/tcp_payload_request_generated.h:18
↓ 1 callers
Function
main
()
infinistore/server.py:156
↓ 1 callers
Function
main
()
infinistore/example/tcp_client.py:26
↓ 1 callers
Function
main
()
infinistore/example/client_async_single.py:27
↓ 1 callers
Function
parse_args
()
infinistore/benchmark.py:14
↓ 1 callers
Function
parse_args
()
infinistore/server.py:42
↓ 1 callers
Function
periodic_evict
(min_threshold: float, max_threshold: float, interval: int)
infinistore/server.py:150
↓ 1 callers
Function
prevent_oom
()
infinistore/server.py:144
↓ 1 callers
Function
purge_kv_map
Purges the key-value map in the infinistore. This function calls the underlying _infinistore.purge_kv_map() method to clear all entries
infinistore/lib.py:184
↓ 1 callers
Method
rdma_exchange
src/infinistore.cpp:756
↓ 1 callers
Method
register_mr
src/libinfinistore.cpp:954
↓ 1 callers
Function
register_server
Registers a server with the given event loop and configuration. This function is intended to be used internally and should not be called by
infinistore/lib.py:197
↓ 1 callers
Function
remote_addrs
src/meta_request_generated.h:26
↓ 1 callers
Function
run
(args)
infinistore/benchmark.py:125
↓ 1 callers
Function
run
(conn)
infinistore/example/demo_prefill.py:41
↓ 1 callers
Function
run
(conn, src_device="cuda:0", dst_device="cuda:2")
infinistore/example/client.py:33
↓ 1 callers
Function
run_read
()
infinistore/test_infinistore.py:140
↓ 1 callers
Function
run_write
()
infinistore/test_infinistore.py:125
↓ 1 callers
Function
setup
(app)
docs/source/conf.py:45
↓ 1 callers
Method
tcp_payload_request
src/infinistore.cpp:265
↓ 1 callers
Method
verify
(self)
infinistore/lib.py:74
↓ 1 callers
Method
verify
(self)
infinistore/lib.py:134
↓ 1 callers
Function
verify_header
src/infinistore.cpp:674
Method
BlockBuilder
src/local_meta_generated.h:36
Method
Client
src/infinistore.cpp:96
Function
CreateBlockDirect
src/local_meta_generated.h:55
Function
CreateDeleteKeysRequestDirect
src/delete_keys_generated.h:51
Function
CreateGetMatchLastIndexRequestDirect
src/get_match_last_index_generated.h:51
Function
CreateLocalMetaDirect
src/local_meta_generated.h:119
Function
CreateRdmaAllocateResponseDirect
src/allocate_response_generated.h:77
Function
CreateRemoteMetaRequestDirect
src/meta_request_generated.h:80
Method
DeleteKeysRequestBuilder
src/delete_keys_generated.h:33
Method
Finish
src/local_meta_generated.h:101
Function
FinishDeleteKeysRequestBuffer
src/delete_keys_generated.h:74
Function
FinishGetMatchLastIndexRequestBuffer
src/get_match_last_index_generated.h:74
Function
FinishLocalMetaBuffer
src/local_meta_generated.h:143
Function
FinishRdmaAllocateResponseBuffer
src/allocate_response_generated.h:100
Function
FinishRemoteMetaRequestBuffer
src/meta_request_generated.h:106
Function
FinishSizePrefixedDeleteKeysRequestBuffer
src/delete_keys_generated.h:79
Function
FinishSizePrefixedGetMatchLastIndexRequestBuffer
src/get_match_last_index_generated.h:79
Function
FinishSizePrefixedLocalMetaBuffer
src/local_meta_generated.h:148
Function
FinishSizePrefixedRdmaAllocateResponseBuffer
src/allocate_response_generated.h:105
Function
FinishSizePrefixedRemoteMetaRequestBuffer
src/meta_request_generated.h:111
Function
FinishSizePrefixedTCPPayloadRequestBuffer
src/tcp_payload_request_generated.h:89
Function
FinishTCPPayloadRequestBuffer
src/tcp_payload_request_generated.h:84
Method
FixedBufferAllocator
src/protocol.h:86
Function
GetLocalMeta
src/local_meta_generated.h:127
Method
GetMatchLastIndexRequestBuilder
src/get_match_last_index_generated.h:33
Function
GetRdmaAllocateResponse
src/allocate_response_generated.h:84
Function
GetSizePrefixedDeleteKeysRequest
src/delete_keys_generated.h:62
Function
GetSizePrefixedGetMatchLastIndexRequest
src/get_match_last_index_generated.h:62
Function
GetSizePrefixedLocalMeta
src/local_meta_generated.h:131
Function
GetSizePrefixedRdmaAllocateResponse
src/allocate_response_generated.h:88
Function
GetSizePrefixedRemoteMetaRequest
src/meta_request_generated.h:94
Function
GetSizePrefixedTCPPayloadRequest
src/tcp_payload_request_generated.h:72
Method
IntrusivePtrTarget
src/utils.h:24
Method
LocalMetaBuilder
src/local_meta_generated.h:98
Method
MM
src/mempool.h:59
Method
MemoryPool
src/mempool.cpp:13
Method
PTR
src/infinistore.h:37
Function
PYBIND11_MODULE
src/pybind.cpp:36
Method
RdmaAllocateResponseBuilder
src/allocate_response_generated.h:57
Method
RemoteMetaRequestBuilder
src/meta_request_generated.h:56
Method
SendBuffer
src/libinfinistore.cpp:21
Method
SendBuffer
src/libinfinistore.h:30
Method
TCPPayloadRequestBuilder
src/tcp_payload_request_generated.h:41
Function
Verify
src/get_match_last_index_generated.h:18
Function
Verify
src/delete_keys_generated.h:18
Function
Verify
src/local_meta_generated.h:21
Function
Verify
src/tcp_payload_request_generated.h:23
Function
Verify
src/allocate_response_generated.h:40
Function
Verify
src/meta_request_generated.h:30
Function
VerifyDeleteKeysRequestBuffer
src/delete_keys_generated.h:66
Function
VerifyGetMatchLastIndexRequestBuffer
src/get_match_last_index_generated.h:66
Function
VerifyLocalMetaBuffer
src/local_meta_generated.h:135
Function
VerifyRdmaAllocateResponseBuffer
src/allocate_response_generated.h:92
Function
VerifyRemoteMetaRequestBuffer
src/meta_request_generated.h:98
Function
VerifySizePrefixedDeleteKeysRequestBuffer
src/delete_keys_generated.h:70
Function
VerifySizePrefixedGetMatchLastIndexRequestBuffer
src/get_match_last_index_generated.h:70
Function
VerifySizePrefixedLocalMetaBuffer
src/local_meta_generated.h:139
Function
VerifySizePrefixedRdmaAllocateResponseBuffer
src/allocate_response_generated.h:96
Function
VerifySizePrefixedRemoteMetaRequestBuffer
src/meta_request_generated.h:102
Function
VerifySizePrefixedTCPPayloadRequestBuffer
src/tcp_payload_request_generated.h:80
Function
VerifyTCPPayloadRequestBuffer
src/tcp_payload_request_generated.h:76
Method
_
Registers a memory region (MR) for an integer pointer. Args: ptr (int): The pointer to the memory region. si
infinistore/lib.py:518
Method
__init__
(self, **kwargs)
infinistore/lib.py:109
Method
__init__
(self, config: ClientConfig)
infinistore/lib.py:294
Method
__init__
(self, embed_dim, num_heads)
infinistore/example/demo_prefill.py:20
Method
__repr__
(self)
infinistore/lib.py:66
Method
__repr__
(self)
infinistore/lib.py:124
← previous
next →
101–200 of 292, ranked by callers