Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
7830c243
Commit
7830c243
authored
May 03, 2023
by
Paul
Browse files
Format
parent
9473e013
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/targets/gpu/kernels/include/migraphx/kernels/math.hpp
src/targets/gpu/kernels/include/migraphx/kernels/math.hpp
+2
-1
No files found.
src/targets/gpu/kernels/include/migraphx/kernels/math.hpp
View file @
7830c243
...
@@ -32,7 +32,8 @@
...
@@ -32,7 +32,8 @@
namespace
migraphx
{
namespace
migraphx
{
template
<
class
T
>
inline
constexpr
T
pi_v
=
3.141592653589793238462643383279502
;
template
<
class
T
>
inline
constexpr
T
pi_v
=
3.141592653589793238462643383279502
;
inline
constexpr
double
pi
=
pi_v
<
double
>
;
inline
constexpr
double
pi
=
pi_v
<
double
>
;
namespace
math
{
namespace
math
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment