MCPcopy Create free account

hub / github.com/ROCm/rocm-systems / functions

Functions106,056 in github.com/ROCm/rocm-systems

↓ 37 callersFunctionncclMemUntrack
Untrack allocation
projects/rccl/src/mem_manager.cc:265
↓ 37 callersFunctionreg_name
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/cdna2/operand.cpp:20
↓ 37 callersFunctionreg_name
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/cdna3/operand.cpp:20
↓ 37 callersFunctionrocprofiler_configure
projects/rocprofiler-compute/src/lib/rocprofiler_compute_tool/rocprofiler_compute_tool.cpp:264
↓ 37 callersMethodrows
projects/rocshmem/src/containers/matrix_impl.hpp:202
↓ 37 callersMethodsectionOffset
emulation/rocjitsu/tests/analysis/liveness_test.cpp:87
↓ 37 callersMethodset_scratch_base
@brief Set the per-wavefront scratch base address. @param val Scratch base byte address (set at dispatch by CP).
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:232
↓ 37 callersMethodstep
emulation/rocjitsu/tests/amdgpu_vm_test.cpp:703
↓ 37 callersMethodtype
shared/amdgpu-windows-interop/sc/HSAIL/ext/libamdhsacode/amd_elf_image.cpp:533
↓ 37 callersMethodunified_vgpr_index
@brief Unified VGPR index for this operand (0-511). @details Maps AMDGPU encoding ranges to a unified index space: VGPRs 0-255, AccVGPRs 256-511. Only
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/operand.h:98
↓ 36 callersFunctionClose
projects/rocr-runtime/rocrtst/gtest/include/gtest/internal/gtest-port.h:2015
↓ 36 callersMethodDepth
projects/hip-tests/catch/unit/texture/test_fixture.hh:39
↓ 36 callersMethodGetMinorVersion
@returns This Isa's minor version.
projects/rocr-runtime/runtime/hsa-runtime/core/inc/isa.h:168
↓ 36 callersFunctionalign
projects/rocprofiler-systems/examples/videodecode/roc_video_dec.h:156
↓ 36 callersFunctionamdcuid_query_device_property
projects/cuid/lib/src/cuid.cc:475
↓ 36 callersMethodbuild
projects/hipfile/test/amd_detail/handle.cpp:143
↓ 36 callersFunctioncount_rows
profilers/profiler-hub/tests/unit/writer_test.cpp:74
↓ 36 callersFunctioncvta_to_global
projects/rccl/src/device/op128.h:91
↓ 36 callersMethoddisassemble
projects/rocr-debug-agent/src/code_object.cpp:510
↓ 36 callersFunctionemitln
(f, lines)
projects/rccl/src/device/symmetric/generate.py:29
↓ 36 callersMethodexecute_impl
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/risc_v/m_ext.cpp:25
↓ 36 callersFunctionfailed
Returns true iff the test part failed.
projects/rocr-runtime/rocrtst/gtest/include/gtest/gtest-test-part.h:104
↓ 36 callersFunctionfingerprint
Compute a stable hash of a SemaBlock's semantic content. Returns a 32-byte SHA-256 digest. Raises: AssertionError: If ``block.enrich
emulation/rocjitsu/lib/python/amdisa/sema_fingerprint.py:75
↓ 36 callersMethodformat
projects/rocprofiler-systems/source/lib/rocprof-sys/library/pmc/collectors/gpu_perf_counter/types.hpp:113
↓ 36 callersFunctionhipGraphNodeSetEnabled
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:5358
↓ 36 callersFunctionibvWcOpcodeStr
Helper function to convert IB work completion opcode to string
projects/rccl/src/misc/ibvwrap.cc:445
↓ 36 callersMethodis_csv_format
(self)
projects/amdsmi/amdsmi_cli/amdsmi_logger.py:81
↓ 36 callersMethodldsWrite
Register an LDS write and validate against outstanding reads.
emulation/rocjitsu/tests/race-detector/race_test_builder.h:78
↓ 36 callersFunctionmake_dispatch
A kernel_dispatch buffer record mapping a dispatch to a kernel.
projects/rocprofiler-compute/tests/test_pc_sampling_analysis.py:90
↓ 36 callersFunctionncclSocketProgress
projects/rccl/src/misc/socket.cc:590
↓ 36 callersFunctionnow
projects/rocprofiler-systems/source/lib/rocprof-sys/library/tracing.hpp:199
↓ 36 callersMethodnow
projects/rdc/rdc_libs/rdc/src/RdcMetricFetcherImpl.cc:89
↓ 36 callersFunctionparse_hex_or_int
(value_str)
projects/rccl/tools/RcclReplayer/replay_log_converter.py:186
↓ 36 callersMethodread
(self)
projects/rocprofiler-sdk/tests/pytest-packages/pytest_utils/otf2_reader.py:80
↓ 36 callersMethodresize
projects/rocr-runtime/runtime/hsa-runtime/image/addrlib/src/core/coord.cpp:327
↓ 36 callersMethodstart_offset
@brief Byte offset of the first instruction. @returns Start offset within the code object.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/code/basic_block.h:58
↓ 36 callersMethodtotal_private_bytes
@returns The bumped total per-lane scratch bytes.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/code/patch/spill_manager.h:78
↓ 36 callersMethodwidth
projects/hip-tests/catch/include/resource_guards.hh:149
↓ 36 callersMethodwrite
projects/rocprofiler-systems/source/lib/rocprof-sys/library/rocprofiler-sdk/counters.cpp:203
↓ 36 callersFunctionxmlAddNode
projects/rccl/src/graph/xml.h:347
↓ 35 callersMethodGetNodeProperties
projects/rocr-runtime/libhsakmt/tests/kfdtest/src/KFDTestUtil.cpp:679
↓ 35 callersFunctionLoadKernelFromObjFile
The code in this function illustrates how to load a kernel from pre-compiled code. The goal is to get a handle that can be later used in an AQL packet
projects/rocr-runtime/rocrtst/samples/binary_search/binary_search.cc:391
↓ 35 callersFunction_dtype_to_sema
Map canonical dtype string to SemaType. Unmapped narrow dtypes (i16, u16, i8, u8, i24, u24, b16) intentionally fall back to U32 — the wired c
emulation/rocjitsu/lib/python/amdisa/sema_derive.py:81
↓ 35 callersMethodasContext
projects/clr/hipamd/src/hip_internal.hpp:572
↓ 35 callersFunctionbuild_s_endpgm
@brief Encode an s_endpgm instruction for the given target ISA. @param arch Target ISA architecture. @returns The encoded 32-bit instruction word.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/code/patch/instruction_builder.h:211
↓ 35 callersMethoddata
Access to raw binary data (mutable).
shared/kpack/python/rocm_kpack/elf/surgery.py:237
↓ 35 callersMethodemplace
projects/rocr-runtime/runtime/hsa-runtime/core/util/mpsc_queue.hpp:124
↓ 35 callersFunctionget_flat_block_size
* Returns the number of threads in the caller's flattened thread block. */
projects/rocshmem/src/util.hpp:189
↓ 35 callersMethodget_type
projects/rocshmem/src/backend_bc.hpp:301
↓ 35 callersMethodglobalLoad
Register a global load into VGPRs (tracked by vmcnt).
emulation/rocjitsu/tests/race-detector/race_test_builder.h:35
↓ 35 callersFunctionhipFileHandleRegister
projects/hipfile/src/amd_detail/hipfile.cpp:74
↓ 35 callersFunctionhsa_signal_wait_relaxed
projects/rocr-runtime/runtime/hsa-runtime/core/runtime/hsa.cpp:1246
↓ 35 callersMethodindex
projects/rocm-smi-lib/include/rocm_smi/rocm_smi_device.h:203
↓ 35 callersMethodinfo
Interface for Info Log
projects/amdsmi/rocm_smi/src/rocm_smi_logger.cc:259
↓ 35 callersMethodinit
Initializes a new NCCL communicator. Creates a communicator that connects multiple ranks. All ranks must call this method wi
projects/rccl/bindings/nccl4py/nccl/core/communicator.py:923
↓ 35 callersFunctioninput_loc
Compute input element location for the GFX9 MFMA register layout. @param dim Outer dimension (M for A matrix, N for B matrix) @param K Reduction di
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/mma_exec.h:169
↓ 35 callersFunctionmakeDeviceBufferAutoGuard
projects/rccl/test/common/ResourceGuards.hpp:449
↓ 35 callersFunctionprintLabel
projects/rocr-runtime/rocrtst/samples/rocrinfo/rocrinfo.cc:154
↓ 35 callersMethodptr
shared/kpack/runtime/tests/test_loader_api.cpp:40
↓ 35 callersFunctionptrhigh32
projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp:67
↓ 35 callersFunctionptrlow32
projects/rocr-runtime/runtime/hsa-runtime/core/runtime/amd_blit_sdma.cpp:63
↓ 35 callersMethodread_scalar
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/cdna2/operand.cpp:1315
↓ 35 callersFunctionrocshmem_team_n_pes
projects/rocshmem/src/rocshmem.cpp:696
↓ 35 callersMethodsize
Section size in bytes.
shared/kpack/python/rocm_kpack/elf/surgery.py:61
↓ 35 callersMethodstatus_raw
@brief Return the raw status register value. @returns Raw status register value.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:567
↓ 35 callersMethodvdev
Get virtual device for the current command queue
projects/clr/rocclr/platform/commandqueue.hpp:239
↓ 35 callersMethodwait
(self)
projects/rocprofiler-compute/tests/test_utils.py:394
↓ 35 callersMethodwrite_scalar64
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/gfx1250/operand.cpp:1438
↓ 35 callersFunctionxmlGetAttrInt
projects/rccl/src/graph/xml.h:111
↓ 34 callersFunctionRunGenericTest
If the test case one big test, you should use RunGenericTest() to run the test case. OTOH, if the test case consists of multiple functions to be run a
projects/rocm-smi-lib/tests/rocm_smi_test/main.cc:125
↓ 34 callersFunctionSetDefaultAgents
Attempt to find and set test->cpu_device and test->gpu_device1
projects/rocr-runtime/rocrtst/common/base_rocr_utils.cc:272
↓ 34 callersFunction__reduce_op_sync
projects/clr/hipamd/include/hip/amd_detail/amd_warp_sync_functions.h:316
↓ 34 callersFunction_lower_expr
Lower an expression node to a C++ expression string.
emulation/rocjitsu/lib/python/amdisa/codegen/execute/sema_lower.py:524
↓ 34 callersMethod_vgpr_base_expr
Return a C++ expression for a physical VGPR base. gfx1250 uses MODE-controlled high-bank bits for VGPR operands. The generated operan
emulation/rocjitsu/lib/python/amdisa/codegen/_generator.py:3822
↓ 34 callersMethodbuild
( self, agent_role: str, *, bottleneck: Optional[str] = None, gfx_id:
experimental/python/perfxpert/perfxpert/fence/_builder.py:63
↓ 34 callersFunctionclCreateCommandQueue
projects/clr/opencl/khronos/icd/test/driver_stub/cl.c:278
↓ 34 callersFunctionclFinish
projects/clr/opencl/khronos/icd/test/driver_stub/cl.c:808
↓ 34 callersFunctionclGetDeviceInfo
projects/clr/opencl/khronos/icd/test/driver_stub/cl.c:177
↓ 34 callersFunctionclSetKernelArg
projects/clr/opencl/khronos/icd/test/driver_stub/cl.c:677
↓ 34 callersMethodcopy
projects/clr/rocclr/device/pal/palprogram.cpp:125
↓ 34 callersMethoddepth
projects/hip-tests/catch/include/resource_guards.hh:192
↓ 34 callersFunctiondestroy
projects/rocprofiler/plugin/json/json/include/nlohmann/json.hpp:19857
↓ 34 callersFunctionfakeHandle
projects/rccl/test/mem_manager/MemManagerTests.cpp:36
↓ 34 callersMethodget
projects/rocr-runtime/libhsakmt/tests/kfdtest/gtest-1.6.0/gtest/gtest.h:1850
↓ 34 callersMethodgetRowPitch
Returns image's row pitch in bytes
projects/clr/rocclr/platform/memory.hpp:654
↓ 34 callersFunctionhipDeviceSynchronize
projects/clr/hipamd/src/hip_device_runtime.cpp:677
↓ 34 callersFunctionhipExtModuleLaunchKernel
projects/clr/hipamd/src/hip_module.cpp:626
↓ 34 callersFunctionhipGraphAddEventWaitNode
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:5067
↓ 34 callersFunctionhipMemPrefetchAsync
================================================================================================
projects/clr/hipamd/src/hip_hmm.cpp:108
↓ 34 callersFunctionhipMemcpyBatchAsync
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:2532
↓ 34 callersFunctionhipStreamGetCaptureInfo
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:5017
↓ 34 callersFunctionhipUserObjectRelease
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:5319
↓ 34 callersFunctionis_object
@brief return whether value is an object @sa https://json.nlohmann.me/api/basic_json/is_object/
projects/rocprofiler/plugin/json/json/include/nlohmann/json.hpp:20660
↓ 34 callersFunctionoutput_loc_32
Compute 32-bit output element location for the GFX9 MFMA register layout.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/mma_exec.h:202
↓ 34 callersFunctionreg_name
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/cdna1/operand.cpp:20
↓ 34 callersMethodreserve
projects/rocprofiler-systems/source/lib/rocprof-sys/library/thread_data.hpp:121
↓ 34 callersFunctionrocprofiler_query_counter_info
* @brief Query Counter info such as name or description. * * @param [in] counter_id counter to get info for * @param [in] version Version of struct
projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters.cpp:142
↓ 34 callersMethodskip
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/config/config_loader.cpp:153
↓ 34 callersMethodsoc
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/config/config_loader.cpp:10
↓ 34 callersMethodstate
@brief Return the current execution state. @returns Current WfState.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:401
← previousnext →1,401–1,500 of 106,056, ranked by callers