From 6195a7925b8ee3084da9e9f7db1cd6f082ef1a4d Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 20 Sep 2024 15:32:56 -0700 Subject: [PATCH] Initial `Atomic` type implementation. (#5125) https://github.com/shader-slang/slang/commit/490834924cc390cb812713c225b9a8227c66cf1f --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index e80d407..07f85c4 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1867.625 + "value": 1812.0625 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 488.875 + "value": 491.4375 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 489.25 + "value": 492.3125 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1792.4375 + "value": 1791.75 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 487.0 + "value": 487.75 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 488.625 + "value": 489.1875 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 590.0625 + "value": 595.1875 } ] \ No newline at end of file diff --git a/current b/current index b1330e0..5bdd287 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Add diagnostic to verify the left hand side of a generic constraint. (#5112) -b4c851fb1419f869bddaa08487f58376bc0a7144 +Initial `Atomic` type implementation. (#5125) +490834924cc390cb812713c225b9a8227c66cf1f