Commit d38955c
committed
OROCHI 2.0
- support a lot more CUDA/HIP functions compared to OROCHI 1. Should be almost exhaustive.
- we will keep one branch per version of CUDA/HIP, (example of branch name: 'release/hip5.7_cuda12.2'),
so developers can switch on branches depending on their environment.
If you need a combination that doesn't exist, open a Issue.
- Change compared to OROCHI 1: you need to install the CUDA SDK corresponding to the branch you are using.
for example, if you use branch release/hip5.7_cuda12.2, install CUDA SDK 12.2.
However CUDA will still be dynamically loaded at runtime, only includes of the SDK are used at compile time.
- new Demo for Textures
- new Demo for D3D12 interop
- some refactoring/improvement of OrochiUtils was done.
- Orochi.h can be included in the kernel files to have the oro* names
- The binding and naming between HIP/CUDA has been improved and developed in a way it should be easier to maintain for future versions.
- most Orochi/OrochiUtils API has not been changed so updating the project from Orochi 1.0 to 2.0 should be straightforward.1 parent 65de35c commit d38955c
125 files changed
Lines changed: 33087 additions & 6214 deletions
File tree
- Orochi
- ParallelPrimitives
- cache
- Test
- DeviceEnum
- RadixSort
- SimpleD3D12
- Texture
- VulkanComputeSimple
- WMMA
- resources
- UnitTest
- bitcodes
- contrib
- gtest-1.6.0
- gtest
- internal
- stb
- contrib
- bin/win64
- cuew
- include
- src
- hipew
- include
- src
- scripts
- tools/premake5
- linux64
- osx
- win
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
1 | 23 | | |
2 | 24 | | |
3 | 25 | | |
| |||
91 | 113 | | |
92 | 114 | | |
93 | 115 | | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
94 | 138 | | |
95 | 139 | | |
96 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
97 | 145 | | |
98 | 146 | | |
99 | 147 | | |
| |||
Large diffs are not rendered by default.
Large diffs are not rendered by default.
0 commit comments