2 files changed
+4
-5
lines changedLines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 | 16 |
| |
19 | 17 |
| |
20 | 18 |
| |
| |||
23 | 21 |
| |
24 | 22 |
| |
25 | 23 |
| |
26 |
| - | |
27 |
| - | |
28 | 24 |
| |
29 | 25 |
| |
30 | 26 |
| |
31 | 27 |
| |
| 28 | + | |
| 29 | + | |
| 30 | + |
Submodule examples_tests updated 22 files
- .gitignore+4-1
- 14.ComputeScan/main.cpp+2-186
- 48.ArithmeticUnitTest/common.glsl-1
- 48.ArithmeticUnitTest/hlsl/common.hlsl+96
- 48.ArithmeticUnitTest/hlsl/shaderCommon.hlsl+41-68
- 48.ArithmeticUnitTest/hlsl/testSubgroup.comp.hlsl+13
- 48.ArithmeticUnitTest/hlsl/testSubgroupExclusive.comp.hlsl-51
- 48.ArithmeticUnitTest/hlsl/testSubgroupInclusive.comp.hlsl-51
- 48.ArithmeticUnitTest/hlsl/testSubgroupReduce.comp.hlsl-51
- 48.ArithmeticUnitTest/hlsl/testWorkgroupExclusive.comp.hlsl+52
- 48.ArithmeticUnitTest/hlsl/testWorkgroupInclusive.comp.hlsl+51
- 48.ArithmeticUnitTest/hlsl/testWorkgroupReduce.comp.hlsl+51
- 48.ArithmeticUnitTest/hlsl/workgroupCommon.hlsl+60
- 48.ArithmeticUnitTest/main.cpp+285-353
- 48.ArithmeticUnitTest/testSubgroupExclusive.comp-22
- 48.ArithmeticUnitTest/testSubgroupInclusive.comp-22
- 48.ArithmeticUnitTest/testSubgroupReduce.comp-22
- 48.ArithmeticUnitTest/testWorkgroupExclusive.comp-18
- 48.ArithmeticUnitTest/testWorkgroupInclusive.comp-17
- 48.ArithmeticUnitTest/testWorkgroupReduce.comp-18
- 51.RadixSort/CMakeLists.txt+1-1
- 51.RadixSort/main.cpp+372-29
0 commit comments