From 2340f5b20c548aa88959f546ffb51c14ebbfec3c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 19 Sep 2024 02:19:29 -0700 Subject: [PATCH] Add WGSL intrinsics for synchronization (#5114) https://github.com/shader-slang/slang/commit/fe71eafcb6e11a420ab537f257e6b8971d31d9de --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index c247bcb..c13d03f 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1805.1875 + "value": 1799.8125 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 490.625 + "value": 488.5 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 490.0 + "value": 489.1875 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1786.375 + "value": 1826.375 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 487.4375 + "value": 490.125 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 486.5 + "value": 492.9375 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 594.3125 + "value": 590.125 } ] \ No newline at end of file diff --git a/current b/current index 57d57ce..d666e34 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Use GITHUB_TOKEN if set (#5070) -c6b702c86ecb3ccd16a95fb3a0048da9ea362337 +Add WGSL intrinsics for synchronization (#5114) +fe71eafcb6e11a420ab537f257e6b8971d31d9de