Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 349 Bytes

This is a demo of operating on cuda with C++. The demo is build with Cmake.
Author: Zhuoling Li

Requirement

cuda, cmake and Ubuntu system.

How to use

You can just use "test.sh" to run this demo. Run:

chmod +x test.sh
./test.sh

Introduction

The main function runs on CPU. It will call the code in ./include/, which is about GPU.