MCPcopy Create free account

hub / github.com/arc-research-lab/CHARM / functions

Functions383 in github.com/arc-research-lab/CHARM

↓ 1 callersFunctionload_xclbin
example/MLP/two_diverse/host/host.cpp:38
↓ 1 callersFunctionload_xclbin
example/MLP/one_specialized/host/host.cpp:35
↓ 1 callersFunctionload_xclbin
example/BERT/one_monolithic/host/host.cpp:35
↓ 1 callersFunctionload_xclbin
example/BERT/one_monolithic/host/host_BERT.cpp:35
↓ 1 callersFunctionload_xclbin
example/BERT/two_diverse/host/host.cpp:38
↓ 1 callersFunctionload_xclbin
example/BERT/one_specialized/host/host.cpp:36
↓ 1 callersFunctionload_xclbin
example/ViT/one_monolithic/host/host.cpp:35
↓ 1 callersFunctionload_xclbin
example/ViT/one_monolithic/host/host_NCF.cpp:35
↓ 1 callersFunctionload_xclbin
example/ViT/one_monolithic/host/host_MLP.cpp:35
↓ 1 callersFunctionload_xclbin
example/ViT/one_monolithic/host/host_BERT.cpp:35
↓ 1 callersFunctionload_xclbin
example/ViT/one_monolithic/host/host_ViT.cpp:35
↓ 1 callersFunctionload_xclbin
example/ViT/two_diverse/host/host.cpp:38
↓ 1 callersFunctionload_xclbin
example/ViT/one_specialized/host/host.cpp:36
↓ 1 callersFunctionload_xclbin
example/NCF/one_monolithic/host/host.cpp:35
↓ 1 callersFunctionload_xclbin
example/NCF/one_monolithic/host/host_NCF.cpp:35
↓ 1 callersFunctionload_xclbin
example/NCF/two_diverse/host/host.cpp:38
↓ 1 callersFunctionload_xclbin
example/NCF/one_specialized/host/host.cpp:35
↓ 1 callersFunctionload_xclbin
example/Single_GEMM/host/host.cpp:35
↓ 1 callersFunctionload_xclbin
example/Single_GEMM/host/host_NCF.cpp:35
↓ 1 callersFunctionload_xclbin
example/Single_GEMM/host/host_MLP.cpp:35
↓ 1 callersFunctionload_xclbin
example/Single_GEMM/host/host_BERT.cpp:35
↓ 1 callersFunctionload_xclbin
example/Single_GEMM/host/host_ViT.cpp:35
↓ 1 callersFunctionstoreC_ddr
example/MLP/one_monolithic/kernel/dma.cpp:437
↓ 1 callersFunctionstoreC_ddr
example/MLP/two_diverse/kernel_small/dma_small.cpp:435
↓ 1 callersFunctionstoreC_ddr
example/MLP/two_diverse/kernel_large/dma_large.cpp:441
↓ 1 callersFunctionstoreC_ddr
example/MLP/one_specialized/kernel/dma.cpp:437
↓ 1 callersFunctionstoreC_ddr
example/BERT/one_monolithic/kernel/dma.cpp:437
↓ 1 callersFunctionstoreC_ddr
example/BERT/two_diverse/kernel_small/dma_small.cpp:413
↓ 1 callersFunctionstoreC_ddr
example/BERT/two_diverse/kernel_small/kernel_large/dma_large.cpp:441
↓ 1 callersFunctionstoreC_ddr
example/BERT/two_diverse/kernel_large/dma_large.cpp:441
↓ 1 callersFunctionstoreC_ddr
example/BERT/one_specialized/kernel_large/dma_large.cpp:431
↓ 1 callersFunctionstoreC_ddr
example/ViT/one_monolithic/kernel/dma.cpp:437
↓ 1 callersFunctionstoreC_ddr
example/ViT/two_diverse/kernel_small/dma_small.cpp:398
↓ 1 callersFunctionstoreC_ddr
example/ViT/two_diverse/kernel_large/dma_large.cpp:442
↓ 1 callersFunctionstoreC_ddr
example/ViT/one_specialized/kernel_large/dma_large.cpp:403
↓ 1 callersFunctionstoreC_ddr
example/NCF/one_monolithic/kernel/dma.cpp:437
↓ 1 callersFunctionstoreC_ddr
example/NCF/two_diverse/kernel_small/dma_small.cpp:428
↓ 1 callersFunctionstoreC_ddr
example/NCF/two_diverse/kernel_large/dma_large.cpp:441
↓ 1 callersFunctionstoreC_ddr
example/NCF/one_specialized/kernel/dma.cpp:437
↓ 1 callersFunctionstoreC_ddr
example/Single_GEMM/kernel/dma.cpp:437
Functiondma
example/MLP/one_monolithic/kernel/dma.cpp:781
Functiondma
example/MLP/one_specialized/kernel/dma.cpp:778
Functiondma
example/BERT/one_monolithic/kernel/dma.cpp:781
Functiondma
example/ViT/one_monolithic/kernel/dma.cpp:781
Functiondma
example/NCF/one_monolithic/kernel/dma.cpp:781
Functiondma
example/NCF/one_specialized/kernel/dma.cpp:778
Functiondma
example/Single_GEMM/kernel/dma.cpp:781
Functiondma_large
example/MLP/two_diverse/kernel_large/dma_large.cpp:745
Functiondma_large
example/BERT/two_diverse/kernel_small/kernel_large/dma_large.cpp:745
Functiondma_large
example/BERT/two_diverse/kernel_large/dma_large.cpp:745
Functiondma_large
example/BERT/one_specialized/kernel_large/dma_large.cpp:735
Functiondma_large
example/ViT/two_diverse/kernel_large/dma_large.cpp:746
Functiondma_large
example/ViT/one_specialized/kernel_large/dma_large.cpp:697
Functiondma_large
example/NCF/two_diverse/kernel_large/dma_large.cpp:745
Functiondma_small
example/MLP/two_diverse/kernel_small/dma_small.cpp:669
Functiondma_small
example/BERT/two_diverse/kernel_small/dma_small.cpp:625
Functiondma_small
example/ViT/two_diverse/kernel_small/dma_small.cpp:572
Functiondma_small
example/NCF/two_diverse/kernel_small/dma_small.cpp:684
Functionmain
example/MLP/one_monolithic/host/host.cpp:72
Functionmain
example/MLP/one_monolithic/host/host_MLP.cpp:89
Functionmain
example/MLP/one_monolithic/aie/mm_top.cpp:257
Functionmain
example/MLP/two_diverse/host/host.cpp:104
Functionmain
example/MLP/two_diverse/aie/mm_top.cpp:311
Functionmain
example/MLP/one_specialized/host/host.cpp:89
Functionmain
example/MLP/one_specialized/aie/mm_top.cpp:257
Functionmain
example/BERT/one_monolithic/host/host.cpp:72
Functionmain
example/BERT/one_monolithic/host/host_BERT.cpp:99
Functionmain
example/BERT/one_monolithic/aie/mm_top.cpp:257
Functionmain
example/BERT/two_diverse/host/host.cpp:102
Functionmain
example/BERT/two_diverse/aie/mm_top.cpp:270
Functionmain
example/BERT/one_specialized/host/host.cpp:99
Functionmain
example/BERT/one_specialized/aie/mm_top.cpp:206
Functionmain
example/ViT/one_monolithic/host/host.cpp:72
Functionmain
example/ViT/one_monolithic/host/host_NCF.cpp:96
Functionmain
example/ViT/one_monolithic/host/host_MLP.cpp:89
Functionmain
example/ViT/one_monolithic/host/host_BERT.cpp:99
Functionmain
example/ViT/one_monolithic/host/host_ViT.cpp:95
Functionmain
example/ViT/one_monolithic/aie/mm_top.cpp:257
Functionmain
example/ViT/two_diverse/host/host.cpp:110
Functionmain
example/ViT/two_diverse/aie/mm_top.cpp:224
Functionmain
example/ViT/one_specialized/host/host.cpp:98
Functionmain
example/ViT/one_specialized/aie/mm_top.cpp:206
Functionmain
example/NCF/one_monolithic/host/host.cpp:72
Functionmain
example/NCF/one_monolithic/host/host_NCF.cpp:96
Functionmain
example/NCF/one_monolithic/aie/mm_top.cpp:257
Functionmain
example/NCF/two_diverse/host/host.cpp:110
Functionmain
example/NCF/two_diverse/aie/mm_top.cpp:311
Functionmain
example/NCF/one_specialized/host/host.cpp:96
Functionmain
example/NCF/one_specialized/aie/mm_top.cpp:257
Functionmain
example/Single_GEMM/host/host.cpp:72
Functionmain
example/Single_GEMM/host/host_NCF.cpp:96
Functionmain
example/Single_GEMM/host/host_MLP.cpp:89
Functionmain
example/Single_GEMM/host/host_BERT.cpp:99
Functionmain
example/Single_GEMM/host/host_ViT.cpp:95
Functionmain
example/Single_GEMM/aie/mm_top.cpp:257
Functionmm_kernel0
src/aie_int32/mm_kernel0.cc:4
Functionmm_kernel1
src/aie_int32/mm_kernel1.cc:4
Methodmm_x16_x2_graph
example/BERT/two_diverse/aie/mm_top_small.h:41
Methodmm_x2_graph
example/BERT/two_diverse/aie/mm_graph_small.h:17
Methodmm_x2_graph
example/ViT/two_diverse/aie/mm_graph_small.h:17
← previousnext →201–300 of 383, ranked by callers