Skip to content

Commit

Permalink
add note for opencl
Browse files Browse the repository at this point in the history
  • Loading branch information
hxf0223 committed Jul 5, 2024
1 parent 87e3d37 commit be216b7
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions _posts/2024-07-06-introduce-openCL.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: OpenCL 资料
date: 2024-07-06 +0800 # 2022-01-01 13:14:15 +0800 只写日期也行;不写秒也行;这样也行 2022-03-09T00:55:42+08:00
categories: [OpenCL]
tags: [OpenCL] # TAG names should always be lowercase

# 以下默认false
math: true
mermaid: true
# pin: true
---

TODO

## 参考资料

1. [OpenCL SDK](https://github.com/KhronosGroup/OpenCL-SDK)
2. [OpenCL C++ Bindings](https://github.com/KhronosGroup/OpenCL-CLHPP)
3. [OpenCL 2.0 异构计算 第三版](https://chenxiaowei.gitbook.io/heterogeneous-computing-with-opencl2-0)
4. [一文说清OpenCL框架](https://www.cnblogs.com/LoyenWang/p/15085664.html)
5. [Benchmarking OpenCL, OpenACC, OpenMP, and CUDA](https://arxiv.org/pdf/1704.05316)

0 comments on commit be216b7

Please sign in to comment.