Skip to content

This repo is a light version of upmem sdk providing limited functionality with higher speed.

License

Notifications You must be signed in to change notification settings

hyoungjook/upmem-sdk-light

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

upmem-sdk-light

This repo is a light version of upmem sdk providing limited functionality with higher speed.

Prerequisite:

  1. Have UPMEM SDK installed first.

To Run:

mkdir build
cd build
cmake ..
make
./upmem_sdk_light

Notice:

  1. third_party/upmem-sdk is exactly the same as upmem-sdk 2023.2.0 with only one modification:
    1. File dpu_region_address_translation.h has its line 108 changed from void *private; to void *privatedata to pass C++ compilation. It seems that everything is alright.

About

This repo is a light version of upmem sdk providing limited functionality with higher speed.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 95.4%
  • Shell 2.4%
  • C 2.2%