File tree
2 files changed
+10
-1
lines changed- include/nbl/builtin/hlsl/workgroup2
2 files changed
+10
-1
lines changedSubmodule examples_tests updated 24 files
- 11_FFT/app_resources/shader.comp.hlsl+6-6
- 23_Arithmetic2UnitTest/CMakeLists.txt
- 23_Arithmetic2UnitTest/app_resources/common.hlsl+7-7
- 23_Arithmetic2UnitTest/app_resources/shaderCommon.hlsl+19
- 23_Arithmetic2UnitTest/app_resources/testSubgroup.comp.hlsl+54
- 23_Arithmetic2UnitTest/app_resources/testWorkgroup.comp.hlsl+74
- 23_Arithmetic2UnitTest/config.json.template
- 23_Arithmetic2UnitTest/main.cpp+503
- 23_Arithmetic2UnitTest/pipeline.groovy
- 23_ArithmeticUnitTest/app_resources/shaderCommon.hlsl-55
- 23_ArithmeticUnitTest/app_resources/testSubgroup.comp.hlsl-18
- 23_ArithmeticUnitTest/app_resources/testWorkgroup.comp.hlsl-107
- 23_ArithmeticUnitTest/main.cpp-462
- 28_FFTBloom/app_resources/fft_common.hlsl+10-10
- 29_Arithmetic2Bench/CMakeLists.txt+25
- 29_Arithmetic2Bench/app_resources/benchmarkSubgroup.comp.hlsl+52
- 29_Arithmetic2Bench/app_resources/benchmarkWorkgroup.comp.hlsl+126
- 29_Arithmetic2Bench/app_resources/common.hlsl+34
- 29_Arithmetic2Bench/app_resources/shaderCommon.hlsl+37
- 29_Arithmetic2Bench/config.json.template+28
- 29_Arithmetic2Bench/main.cpp+693
- 29_Arithmetic2Bench/pipeline.groovy+50
- CMakeLists.txt+2-1
- common/include/WorkgroupDataAccessors.hlsl+124
Lines changed: 9 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
181 | 181 |
| |
182 | 182 |
| |
183 | 183 |
| |
| 184 | + | |
| 185 | + | |
184 | 186 |
| |
185 | 187 |
| |
186 | 188 |
| |
| |||
203 | 205 |
| |
204 | 206 |
| |
205 | 207 |
| |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
206 | 215 |
| |
207 | 216 |
| |
208 | 217 |
| |
|
0 commit comments