ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator
Find a file
Maximilian Müller f20db76f54
Add device tensor documentation for GPU execution providers (#20837)
This documentation adds documentation on:
- how to allocate CUDA device tensors from C++ and python
- how to use DML device tensors from C++ and python
- it also shows how to leverage existing GPU allocations in ORT 
- how to overlap PCI copies and GPU execution using CUDA streams
- how to overlap PCI copies and GPU execution using D3D12 Command Lists
and custom resources
---------

Co-authored-by: Tianlei Wu <tlwu@microsoft.com>
2024-06-12 09:11:25 -07:00
.github/workflows Update check-website-links.yml (#18173) 2023-11-01 12:07:12 -07:00
_includes Update footer w/ documentation issue template (#20644) 2024-06-03 12:13:37 -07:00
_sass Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
css Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
docs Add device tensor documentation for GPU execution providers (#20837) 2024-06-12 09:11:25 -07:00
fonts Remove google links from the pages (#6974) 2021-03-12 11:33:49 -08:00
images Add device tensor documentation for GPU execution providers (#20837) 2024-06-12 09:11:25 -07:00
src Add phi3 v tutorial (#20873) 2024-05-30 17:48:26 -07:00
static Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.eslintignore Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.eslintrc.cjs Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.gitignore Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.npmrc Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.prettierignore Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
.prettierrc Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
_config.yml Fix error in performance comparison in llama2 blog and some formatting fixes (#18479) 2023-11-22 16:08:24 -08:00
CNAME Update CNAME 2021-08-02 21:15:29 -07:00
CONTRIBUTING.md Fix error in performance comparison in llama2 blog and some formatting fixes (#18479) 2023-11-22 16:08:24 -08:00
favicon.ico Migrate content from GitHub source to GitHub pages (#5053) 2020-10-12 10:28:20 -07:00
Gemfile Update gems so local build works for CheckLinks (#10868) 2022-03-15 09:41:55 -07:00
Gemfile.lock Update gems so local build works for CheckLinks (#10868) 2022-03-15 09:41:55 -07:00
googlee249f93c137f3996.html Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
package.json Large UX updates, replaced banner, moved analytics, linted everything (#20004) 2024-03-21 14:40:45 -07:00
postcss.config.js Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
svelte.config.js Added accelerating phi 2 blog. (#19657) 2024-02-26 22:25:29 -08:00
tailwind.config.js Made requested accessibility changes. (#20318) 2024-04-17 14:21:33 -07:00
tsconfig.json Website revamp final (#17638) 2023-10-27 17:26:41 -07:00
vite.config.ts Website revamp final (#17638) 2023-10-27 17:26:41 -07:00