Skip to content

dualvtable/oclSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Introduction

This repository contains samples authored by NVIDIA for OpenCL. A complete list of samples can be found on the official page. Unfortunately, the samples posted on that page do not build cleanly and therefore this repository.

The repo currently includes the following samples:

  1. oclDeviceQuery
  2. oclBandwidthTest
  3. oclVectorAdd

Usage

To get started, first install the OpenCL ICD loader:

$ apt-get install -y ocl-icd-opencl-dev

Then, clone this git repo and build the samples:

$ cd OpenCL \
   && make 

This will result in the binaries for all the samples located in the OpenCL/bin directory.

About

OpenCL samples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published