Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Yarten/OpenCL_Wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCL_Wrapper

简介:对opencl的封装,为了使它像调用普通函数一样调用内核函数,并力求与opencl原有写法的性能等效

  1. 封装了opencl环境的初始化与清理
  2. 封装了cl程序与kernel函数的构造
  3. 支持通过字符串调用cl程序与kernel函数,参数任意(由opencl程序员负责)
  4. 通过辅助类Buffer,可以像数组或值一样使用,并借由它封装了内存对象的构造,但仍然支持自定义内存对象的参数。
  5. 封装了Event,先计算好相关常用字段,但仍然可以使用cl::Event的接口。

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published