Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFC] cl_exp_tensor #1006

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7d5e350
Sketch something for cl_khr_tensor
linehill Oct 25, 2023
1f0be1e
Apply suggestions from code review
linehill Nov 2, 2023
a801aaf
* Add brief introduction.
linehill Nov 2, 2023
b890c30
Add contributors
linehill Nov 2, 2023
fafb30b
* Fix name for add kernel creator
linehill Nov 2, 2023
740f3f2
* cl_tensor_type -> cl_tensor _datatype.
linehill Nov 2, 2023
701daa3
* clEnqueue(Read,Write)Tensor -> clEnqueue(TranslateFrom,TranslateTo)…
linehill Nov 2, 2023
aa9ead7
Refactor command buffer temporary property out of tensor
linehill Nov 2, 2023
88a0a84
Fix cl_tensor_type -> cl_tensor_datatype
linehill Nov 2, 2023
37fe006
Add an open question
linehill Nov 2, 2023
0a43252
Add CL_INVALID_TENSOR error code
linehill Nov 2, 2023
d10d149
Require either buffer or host_ptr to be non-NULL
linehill Nov 2, 2023
f40eeda
Regenerate html for cl_exp_tensor
linehill Nov 2, 2023
ef90030
cl_khr_tensor.* -> cl_exp_tensor.*
linehill Nov 9, 2023
ac8499f
* Add overview
linehill Nov 15, 2023
274e76e
Apply suggestions from code review
linehill Nov 15, 2023
2d0687a
* Add command buffer counterparts for tensor translation commands
linehill Nov 16, 2023
e7e99fe
* translate -> import/export
linehill Nov 17, 2023
c1c0221
Update date
linehill Nov 23, 2023
a9c5402
Update cl_exp_tensor, version 0.2.0
linehill Aug 9, 2024
4586eef
Update extensions/cl_exp_tensor.asciidoc
linehill Aug 15, 2024
1911600
Apply suggestions from code review
linehill Aug 15, 2024
af6d58c
Address some feedback, fix formatting
linehill Aug 15, 2024
294b1a1
Add people who gave feedback in the version history
linehill Aug 15, 2024
2293467
Update html render (temporary)
linehill Aug 15, 2024
01a4158
Update extensions/cl_exp_tensor.asciidoc
linehill Aug 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading