Git Product home page Git Product logo

cuda_cxx_template's Introduction

CUDA_CXX_TEMPLATE

关于CUDA和CXX结合在一起的项目模板

项目结构


├── build
├── CMakeLists.txt
├── cuda
│   └── cuda_process.cu
├── include
│   └── cuda_process.h
├── README.md
└── src
    └── main.cpp


cuda_process.cu 实现 cuda_process.h中的方法,同时main.cpp通过cuda_process.h定义的接口调用cuda算子。

CMakeLists.txt中有两种使用模式:静态链接和动态链接 主要思路是将CUDA代码打包成静态库*.a文件或者打包成动态库.so文件

然后在编译CPP文件时,将其作为三方包依赖进去,形成完整的程序

cuda_cxx_template's People

Contributors

ezreal-zhangxing avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.