generated from cotes2020/chirpy-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |