Skip to content

SJTU-DDST/hashtable-upmem-cong

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hashtable-UPMEM

在upmem中实现hashtable数据结构。

Environment

Project structure

  • dpu directory contains the DPU code (i.e., the code running on the memory)
  • host directory contains the Host code (i.e., running on the CPU)

How to build

In order to build the program and tools, just type:

make

How to run

./build/host_app

参数

参数在dpu中的dict.h,host中的connect.h

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C 97.7%
  • Makefile 2.3%