Implement BF16 using generic_float class #21450
Annotations
1 error and 5 warnings
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
test/bf16.cpp#L57
initialization of 'bf16_lut' with static storage duration may throw an exception that cannot be caught [cert-err58-cpp,-warnings-as-errors]
|
test/float32.cpp#L43
function-like macro 'MIGRAPHX_CHECK_FLOAT' used; consider a 'constexpr' template function [cppcoreguidelines-macro-usage,-warnings-as-errors]
|
test/half.cpp#L54
initialization of 'half_lut' with static storage duration may throw an exception that cannot be caught [cert-err58-cpp,-warnings-as-errors]
|
The logs for this run have expired and are no longer available.
Loading