add missing rsqrt host funcs #3471
Annotations
12 warnings and 1 notice
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
include/hip/devicelib/host_math_funcs.hh#L26
use a trailing return type for this function
|
include/hip/devicelib/host_math_funcs.hh#L26
parameter name 'x' is too short, expected at least 3 characters
|
include/hip/devicelib/host_math_funcs.hh#L26
invalid case style for parameter 'x'
|
include/hip/devicelib/host_math_funcs.hh#L27
use a trailing return type for this function
|
include/hip/devicelib/host_math_funcs.hh#L27
parameter name 'x' is too short, expected at least 3 characters
|
include/hip/devicelib/host_math_funcs.hh#L27
invalid case style for parameter 'x'
|
include/hip/devicelib/host_math_funcs.hh#L64
parameter name 'x' is too short, expected at least 3 characters
|
include/hip/devicelib/host_math_funcs.hh#L64
invalid case style for parameter 'x'
|
include/hip/devicelib/host_math_funcs.hh#L64
invalid case style for parameter 'psin'
|
include/hip/devicelib/host_math_funcs.hh#L64
invalid case style for parameter 'pcos'
|
include/hip/devicelib/host_math_funcs.hh#L1
File include/hip/devicelib/host_math_funcs.hh does not conform to Custom style guidelines. (lines 27, 64, 68, 85)
|
This job succeeded
Loading