MCPcopy Create free account

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

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

↓ 21,133 callersMethodwf_size
@brief Return the number of lanes per wavefront. @returns Lanes per wavefront (ISA-fixed).
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:74
↓ 18,158 callersMethodcu
emulation/rocjitsu/tests/amdgpu_vm_test.cpp:90
↓ 15,382 callersMethodget
emulation/rocjitsu/lib/util/include/util/bitfield.h:90
↓ 14,397 callersMethodread_vgpr
@returns Lane value from the VGPR file.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/compute_unit.h:622
↓ 13,174 callersMethodexec
@brief Return the EXEC mask. @returns EXEC mask (one bit per lane, 1 = active).
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:199
↓ 6,977 callersMethodclear_delegate
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/operand.h:165
↓ 6,977 callersMethodset_delegate
@brief Set a delegate operand that overrides read methods. @details Used by DPP/SDWA substitution to redirect reads through a DppOperand without chan
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/operand.h:164
↓ 6,462 callersFunctionsdwa_src_select
@brief Extract a sub-dword from a source value per SDWA sel. @param val The full 32-bit source value. @param sel Sub-dword selection (BYTE_0..BYTE_3,
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/dpp_sdwa_ops.h:358
↓ 5,759 callersMethodvcc
@brief Return the VCC scalar register pair. @returns Raw VCC register value.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:207
↓ 5,007 callersFunctionmemcpy
projects/clr/hipamd/include/hip/amd_detail/amd_device_functions.h:935
↓ 4,507 callersFunctionis_src_dpp8
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/dpp_sdwa_ops.h:38
↓ 4,367 callersMethodwrite_vgpr
@brief Write a value to the VGPR file.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/compute_unit.h:634
↓ 4,336 callersMethodset_vcc
@brief Set the VCC scalar register pair. @param val New VCC value.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:211
↓ 4,332 callersFunctionprintf
projects/clr/hipamd/include/hip/amd_detail/amd_device_functions.h:40
↓ 3,975 callersMethodappend
Append [start, end). If adjacent/overlapping with the last interval, merges in O(1). Otherwise pushes a new entry.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/plugins/race_detector/core/interval_set.h:31
↓ 3,966 callersFunctionapply_dpp
@brief Pre-permute src0 for a DPP instruction. Reads all src0 VGPR lanes, applies the DPP permutation, creates a DppOperand with the permuted data, a
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/dpp_sdwa_ops.h:293
↓ 3,841 callersMethodwrite_sgpr
@brief Write a scalar register in the physical SGPR file. @param reg_idx Physical register index. @param val Value to write.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/compute_unit.h:376
↓ 3,362 callersFunctionprint
projects/rocprof-trace-decoder/source/mi400/mi400token.h:87
↓ 3,345 callersMethodset_vgpr_msb_role
@brief Assign the GFX12 VGPR high-bank role for this operand.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/operand.h:90
↓ 2,841 callersFunctionoperator<<
projects/rocdbgapi/src/utils.h:1024
↓ 2,752 callersMethodset_exec
@brief Set the EXEC mask. @param val New EXEC mask value.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/wavefront.h:203
↓ 2,416 callersMethodresize
projects/rocprofiler-sdk/source/lib/output/generator.hpp:128
↓ 2,323 callersFunctionhipFree
Free GPU device memory previously allocated by ``hipMalloc``. Raises ------ RuntimeError If the HIP runtime reports an error.
projects/hipfile/python/hipfile/hipMalloc.py:55
↓ 2,236 callersFunctionapply_dpp8
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/dpp_sdwa_ops.h:314
↓ 2,116 callersMethoddata
projects/clr/rocclr/device/device.cpp:1636
↓ 2,085 callersFunctionmemset
projects/clr/hipamd/include/hip/amd_detail/amd_device_functions.h:939
↓ 1,832 callersFunctionhipMalloc
projects/hip/include/hip/hip_runtime_api.h:10839
↓ 1,726 callersFunctionhipMemcpy
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:2362
↓ 1,714 callersMethodptr
projects/hip-tests/catch/unit/texture/texture_reference.hh:180
↓ 1,612 callersMethodpush_back
projects/rocshmem/src/containers/free_list_impl.hpp:81
↓ 1,468 callersMethodat
projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp:375
↓ 1,442 callersFunctionint
projects/clr/hipamd/include/hip/amd_detail/amd_hip_fp8.h:1450
↓ 1,431 callersFunctionto_string
projects/rocdbgapi/src/logging.h:79
↓ 1,387 callersFunctionhipStreamSynchronize
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:3480
↓ 1,353 callersFunctionsdwa_dst_merge
@brief Merge an ALU result into a destination register per SDWA dst_sel. @param result The 32-bit ALU result to merge. @param old_dst The original de
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/dpp_sdwa_ops.h:385
↓ 1,352 callersFunctiondpp_write_mask
@brief Compute the destination write mask for a DPP instruction. Includes only lanes enabled by row_mask/bank_mask and, when the DPP permutation read
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/dpp_sdwa_ops.h:238
↓ 1,296 callersFunctionf16_to_f32
emulation/rocjitsu/lib/util/include/util/data_types.h:29
↓ 1,278 callersMethodfind
projects/rocdbgapi/src/process.cpp:591
↓ 1,249 callersFunctionformat
\brief Process a printf message using the system printf function. * \param begin Start of the uint64_t array containing the message. * \param end
projects/clr/rocclr/device/devhcprintf.cpp:154
↓ 1,221 callersMethodread_lane
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/rdna3/operand.cpp:1024
↓ 1,165 callersMethodappend
Refill the address stack by allocating another block of memory
projects/rocprofiler-sdk/source/lib/common/memory/pool.hpp:80
↓ 1,162 callersMethodjoin
projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/internal_threading.cpp:132
↓ 1,120 callersFunctionhipStreamDestroy
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:3484
↓ 1,056 callersMethodjoin
///////////////////////////////////////////////////////// Wait for this thread to join
projects/clr/opencl/tests/ocltst/module/common/OCLThread.cpp:180
↓ 1,043 callersMethodsize
projects/hip-tests/catch/unit/memory/mempool_common.hh:536
↓ 1,020 callersFunctionmax
projects/rccl/plugins/profiler/inspector/json.cc:202
↓ 1,008 callersMethodappend
projects/clr/rocclr/platform/commandqueue.cpp:315
↓ 980 callersFunctionhipStreamCreate
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:3476
↓ 976 callersFunctionhipSetDevice
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:2299
↓ 954 callersMethodfind
projects/rocprofiler-sdk/source/lib/common/container/small_vector.hpp:387
↓ 929 callersMethodread_lane
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/gfx1250/operand.cpp:1357
↓ 897 callersMethodfind
projects/rocprofiler-systems/source/bin/common/preset_registry.cpp:200
↓ 891 callersMethodemplace_back
projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp:354
↓ 874 callersMethodsize
projects/rocdbgapi/src/queue.cpp:1241
↓ 860 callersFunctionclose
projects/clr/hipamd/src/hrr/hip_capture_writer.cpp:767
↓ 845 callersFunctionisnan
projects/clr/hipamd/include/hip/amd_detail/amd_hip_bfloat16.h:205
↓ 836 callersMethodempty
projects/clr/rocclr/utils/concurrent.hpp:177
↓ 813 callersFunctionmin
Define min for ssize_t
projects/rccl/src/device/common_kernel.h:23
↓ 742 callersMethoditems
projects/rocprofiler-sdk/source/include/rocprofiler-sdk/cxx/details/name_info.hpp:45
↓ 739 callersFunctionhipLaunchKernelGGL
projects/clr/hipamd/include/hip/amd_detail/amd_hip_runtime.h:206
↓ 727 callersFunctionopen
projects/rocprofiler-systems/source/lib/rocprof-sys-dl/dl.cpp:229
↓ 711 callersFunctionhipGraphDestroy
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:4651
↓ 708 callersFunctionhipDeviceSynchronize
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:2599
↓ 703 callersMethodpush_back
projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp:339
↓ 690 callersMethodsize
emulation/rocjitsu/tests/analysis/liveness_test.cpp:85
↓ 657 callersMethodget
projects/rccl/test/common/MPIHelpers.cpp:222
↓ 652 callersMethodpush_back
projects/hip-tests/catch/external/picojson/picojson.h:1001
↓ 631 callersMethodvgpr_msb_role
@brief Return the GFX12 VGPR high-bank role for this operand.
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/operand.h:93
↓ 622 callersMethoddata
@brief Direct pointer access (for DMA or debugging).
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/vm/amdgpu/lds.h:180
↓ 608 callersMethoddata
Return a pointer to the instruction bytes. */
projects/rocdbgapi/src/architecture.h:117
↓ 602 callersFunctionset
projects/hip-tests/catch/unit/deviceLib/hipDeviceMemcpy.cc:17
↓ 595 callersFunctionlist
List the names of all agent files on disk.
emulation/mirage/core/src/agent.rs:258
↓ 587 callersFunctionstring
! \brief Constructs a string populated from an arbitrary value of * specified size. * * An extra '\0' is added, in case none was contained
projects/clr/opencl/khronos/headers/opencl2.0/CL/cl.hpp:504
↓ 573 callersMethodget
projects/rocprofiler-compute/src/lib/rocprofiler_compute_tool/environ_cache.cpp:46
↓ 572 callersFunctionrange
(var_name: &str, start: u32, end: u32)
emulation/mirage/builtin/src/agents.rs:296
↓ 571 callersMethodfront
projects/rocprofiler-sdk/source/lib/common/container/stable_vector.hpp:213
↓ 569 callersFunctionhipGraphAddDependencies
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:4808
↓ 568 callersFunctionstring
projects/rocprofiler/plugin/json/json/include/nlohmann/json.hpp:6855
↓ 566 callersMethoderase
projects/rocprofiler-sdk/source/lib/common/container/small_vector.hpp:893
↓ 561 callersMethodend
projects/clr/rocclr/device/device.cpp:329
↓ 558 callersFunctionhipGetLastError
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:2050
↓ 557 callersFunctionenumerate
projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/platform/wsl/agent.cpp:346
↓ 544 callersFunctionwrite_event_raw
projects/clr/hipamd/src/hrr/hip_capture_writer.cpp:858
↓ 539 callersMethodinsert
projects/aqlprofile/src/core/spm_v2.cpp:220
↓ 534 callersMethodsize
projects/rocprofiler-sdk/source/lib/rocprofiler-sdk/counters/dimensions.hpp:48
↓ 533 callersFunctionhipGraphCreate
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:4647
↓ 521 callersFunctionhipGraphAddMemcpyNode1D
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:4729
↓ 516 callersFunctionHipGetActiveRecordExt
================================================================================================ Called from each *Layer wrapper — mirrors reference G
projects/clr/hipamd/src/profiler/hip_clr_profiler.cpp:2604
↓ 516 callersFunctionNowNs
projects/clr/hipamd/src/profiler/hip_clr_dispatch_wrappers.cpp:22
↓ 506 callersFunctionvop3_opsel
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/simd_glue.h:234
↓ 503 callersFunctionmake_tuple
projects/rocr-runtime/libhsakmt/tests/kfdtest/gtest-1.6.0/gtest/gtest.h:1211
↓ 497 callersMethodemplace
projects/rocprofiler-systems/source/lib/core/perfetto.hpp:79
↓ 488 callersMethodwrite_vgpr
emulation/rocjitsu/tests/amdgpu_vm_test.cpp:712
↓ 486 callersFunctionhipMemcpyAsync
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:2376
↓ 480 callersFunctionRET_IF_HSA_ERR
projects/rocprofiler-sdk/tests/bin/hsa-queue-dependency/multiqueue_app.cpp:118
↓ 473 callersFunctionmax
projects/rocprofiler-sdk/source/lib/output/statistics.hpp:331
↓ 469 callersFunctionmtype_from_flags_gfx12
@brief Derive Mtype from GFX12 (RDNA4) coherency flags. @param scope_val 2-bit SCOPE field value. @param th Temporal hint field value (1 = non-
emulation/rocjitsu/lib/rocjitsu/src/rocjitsu/isa/arch/amdgpu/shared/gfx12_cache_flags.h:45
↓ 463 callersMethodcount
projects/rocprofiler-sdk/source/lib/common/container/record_header_buffer.hpp:214
↓ 455 callersFunctionhipGraphLaunch
projects/hipother/hipnv/include/hip/nvidia_detail/nvidia_hip_runtime_api.h:4708
↓ 454 callersFunctionmake_hipPos
* @brief Make hipPos struct * * @param [in] x X coordinate of the new hipPos * @param [in] y Y coordinate of the new hipPos * @param [in] z Z coor
projects/hip/include/hip/driver_types.h:580
next →1–100 of 106,056, ranked by callers