Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ MPCGPU Public
forked from A2R-Lab/MPCGPU

Adapting tuning and testing MPCGPU on Jetson Xavier

simomux/MPCGPU

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MPCGPU

Modified version of MPC-GPU fine-tuned to run on Jetson Xavier.

TODO: add to the module the custom solver from KittJr.

Building and running examples

To download and build the source code:

git clone --recursive https://github.com/simomux/MPCGPU.git
make pcg

To run:

./examples/pcg.exe

Setting parameters

You can set a bunch of parameters in include/common/settings.cuh. You can also modify these by passing them as compiler flags. This will overwrite the default values set for these parameters.

About

Adapting tuning and testing MPCGPU on Jetson Xavier

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cuda 99.9%
  • Makefile 0.1%