From 7c56699b2b4bf4a437c3459b26057ceafa9aec11 Mon Sep 17 00:00:00 2001 From: ROCm CI Service Account <66695075+rocm-ci@users.noreply.github.com> Date: Tue, 20 Jun 2023 10:41:16 +0530 Subject: [PATCH] =?UTF-8?q?SWDEV-399416=20=E2=80=93=20remove=20wiki=20link?= =?UTF-8?q?=20(#299)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove wiki link from hip_texture_helper.hh Change-Id: I97116cfdc6f8fc71f0eabc388117921eb12028d7 --- catch/include/hip_texture_helper.hh | 1 - 1 file changed, 1 deletion(-) diff --git a/catch/include/hip_texture_helper.hh b/catch/include/hip_texture_helper.hh index d0c9db0dc..82404a547 100644 --- a/catch/include/hip_texture_helper.hh +++ b/catch/include/hip_texture_helper.hh @@ -47,7 +47,6 @@ inline __host__ __device__ operator*=(T &a, const decltype(T::x) &b) } #endif // HT_NVIDIA -// See https://en.wikipedia.org/wiki/SRGB#Transformation // From CIE 1931 color space to sRGB inline float hipSRGBMap(float fc) { double c = static_cast(fc);