Implement missing host math funcs #3465
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#L9
use a trailing return type for this function
|
include/hip/devicelib/host_math_funcs.hh#L9
parameter name 'x' is too short, expected at least 3 characters
|
include/hip/devicelib/host_math_funcs.hh#L9
invalid case style for parameter 'x'
|
include/hip/devicelib/host_math_funcs.hh#L10
use a trailing return type for this function
|
include/hip/devicelib/host_math_funcs.hh#L10
parameter name 'x' is too short, expected at least 3 characters
|
include/hip/devicelib/host_math_funcs.hh#L10
invalid case style for parameter 'x'
|
include/hip/devicelib/host_math_funcs.hh#L11
use a trailing return type for this function
|
include/hip/devicelib/host_math_funcs.hh#L11
parameter name 'x' is too short, expected at least 3 characters
|
include/hip/devicelib/host_math_funcs.hh#L11
invalid case style for parameter 'x'
|
include/hip/devicelib/host_math_funcs.hh#L12
use a trailing return type for this function
|
include/hip/devicelib/host_math_funcs.hh#L1
File include/hip/devicelib/host_math_funcs.hh does not conform to Custom style guidelines. (lines 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 63, 65, 70, 71, 72, 73)
|
This job succeeded
Loading