Skip to content

Commit

Permalink
SWDEV-399416 – remove wiki link (#299)
Browse files Browse the repository at this point in the history
Remove wiki link from hip_texture_helper.hh

Change-Id: I97116cfdc6f8fc71f0eabc388117921eb12028d7
  • Loading branch information
rocm-ci authored Jun 20, 2023
1 parent 62b2218 commit 7c56699
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion catch/include/hip_texture_helper.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7c56699

Please sign in to comment.