vulkan: add RTE variants of exp shader (#16165)

This fixes some failures on Turing where "round to zero" rounds to the max f16
value but the CPU reference value is infinite.
This commit is contained in:
Jeff Bolz
2025-09-22 00:37:17 -05:00
committed by GitHub
parent 4d0a7cbc61
commit a20d810d79
3 changed files with 17 additions and 3 deletions

View File

@@ -1,5 +1,6 @@
#version 450
#include "rte.comp"
#include "generic_head.comp"
#include "types.comp"