Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
libclc/generic/
-
generic/
-
include/clc/math/
-
clc/
-
math/
-
rsqrt.h
-
lib/
-
SOURCES
-
math/
-
rsqrt.cl
Hide Panel
f
Keyboard Reference
?
Differential
D74013
libclc: Move rsqrt implementation to a .cl file
Closed
Public
Authored by
jvesely
on Feb 4 2020, 6:03 PM.
Download Raw Diff
Details
Reviewers
tstellar
awatry
Commits
rG4b23a2e8e971: libclc: Move rsqrt implementation to a .cl file
Diff Detail
Repository
rG LLVM Github Monorepo
Event Timeline
jvesely
created this revision.
Feb 4 2020, 6:03 PM
Herald
added a project:
Restricted Project
.
·
View Herald Transcript
Feb 4 2020, 6:03 PM
jvesely
added a comment.
Feb 4 2020, 6:03 PM
Comment Actions
This will be used in a follow-up patch to specialize r600.
jvesely
added a child revision:
D74016: libclc/r600: Use target specific builtins to implement rsqrt and native_rsqrt
.
Feb 4 2020, 6:08 PM
awatry
accepted this revision.
Feb 7 2020, 5:49 PM
Comment Actions
Looks good to me.
This revision is now accepted and ready to land.
Feb 7 2020, 5:49 PM
Closed by commit
rG4b23a2e8e971: libclc: Move rsqrt implementation to a .cl file
(authored by
jvesely
).
·
Explain Why
Feb 9 2020, 11:47 AM
This revision was automatically updated to reflect the committed changes.