Skip to content

Commit f2d10b8

Browse files
authored
PMREM: Implement GGX VNDF importance sampling (#32114)
* PMREM: Implement GGX importance sampling. * Updated builds. * Replaced GGX importance sampling with GGX VNDF importance sampling. * Clean up. * Updated builds. * Revert builds. * Updated screenshots. * Updated comments. * Clean up. * Clean up. * Increased e2e timeout. * Updated screenshots. * Added one more computer to ci.yml * Puppeteer: Increased to 5 threads.
1 parent ec5e881 commit f2d10b8

26 files changed

+227
-31
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ jobs:
4040
e2e:
4141
name: E2E testing
4242
runs-on: ${{ matrix.os }}
43-
timeout-minutes: 20
43+
timeout-minutes: 30
4444
strategy:
4545
fail-fast: false
4646
matrix:
4747
os: [ ubuntu-latest ]
48-
CI: [ 0, 1, 2, 3 ]
48+
CI: [ 0, 1, 2, 3, 4 ]
4949
env:
5050
CI: ${{ matrix.CI }}
5151
steps:
70 Bytes
Loading
4.71 KB
Loading
-1.56 KB
Loading
-182 Bytes
Loading
513 Bytes
Loading
645 Bytes
Loading
4.33 KB
Loading
1.86 KB
Loading
259 Bytes
Loading

0 commit comments

Comments
 (0)