From 519239c8ad1f4ac34ae202aae9832b832d796364 Mon Sep 17 00:00:00 2001 From: unknown Date: Wed, 15 Jan 2025 22:36:55 -0800 Subject: [PATCH] Inline global constants that contains opaque handles for legalization. (#6098) https://github.com/shader-slang/slang/commit/387f2be1e48a805ef0da34510a5ae0ebc0ba9c3e --- benchmarks.json | 14 +++++++------- current | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/benchmarks.json b/benchmarks.json index 80a0f6a..d635a27 100644 --- a/benchmarks.json +++ b/benchmarks.json @@ -2,36 +2,36 @@ { "name": "closesthit : mono : dxil", "unit": "milliseconds", - "value": 1887.8125 + "value": 1887.1875 }, { "name": "anyhit : mono : dxil", "unit": "milliseconds", - "value": 492.3125 + "value": 492.9375 }, { "name": "shadow : mono : dxil", "unit": "milliseconds", - "value": 493.0625 + "value": 495.1875 }, { "name": "closesthit : module : dxil", "unit": "milliseconds", - "value": 1880.375 + "value": 1856.875 }, { "name": "anyhit : module : dxil", "unit": "milliseconds", - "value": 490.0625 + "value": 492.8125 }, { "name": "shadow : module : dxil", "unit": "milliseconds", - "value": 492.375 + "value": 491.875 }, { "name": "precompilation : dxil", "unit": "milliseconds", - "value": 584.75 + "value": 583.25 } ] \ No newline at end of file diff --git a/current b/current index 45a2258..5bdf193 100644 --- a/current +++ b/current @@ -1,2 +1,2 @@ -Reuse code for Metal and WGSL entry point legalization (#6063) -9b977e59cf786bbb000b3b868b126c2b9a17d3f3 +Inline global constants that contains opaque handles for legalization. (#6098) +387f2be1e48a805ef0da34510a5ae0ebc0ba9c3e