Skip to content

YoruCathy/DiffZPC-0.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DiffZPC-0.1

I'm currently doing this project just for fun :) Updates will be made on an irregular basis.

This project adds auto differentiation to ZPC(zenus parallel computing library). ZPC is a modern fancy C++ library for parallel computing on multiple platforms. It delivers great parallel computing efficiency for physics-based simulations within a shared-memory heterogeneous architecture through a unified programming interface on multiple compute backends. zpc_structure

Requirements

Please refer to zpc for detailed install requirements. Here we provide a brief cmake guide:

mkdir build && cd build
cmake ..
make -j8

This works for gcc-10.3.0, cuda-11.6.

About

Autodiff for ZPC (Zenus Parallel Computing library)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published