SWDEV-399416 – remove wiki link (#299)

Remove wiki link from hip_texture_helper.hh

Change-Id: I97116cfdc6f8fc71f0eabc388117921eb12028d7

[ROCm/hip-tests commit: 7c56699b2b]
This commit is contained in:
ROCm CI Service Account
2023-06-20 10:41:16 +05:30
committed by GitHub
parent b2576cbd8e
commit 85129ca201
@@ -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<double>(fc);