Skip to content

fix: use numeric mask for AMX-BF16 detection, add __x86_64__ guard

192dc6c
Select commit
Loading
Failed to load commit list.
Open

perf: AMX BF16 dispatch in EuclideanDistances::computeABt #3564

fix: use numeric mask for AMX-BF16 detection, add __x86_64__ guard
192dc6c
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor succeeded Apr 1, 2026 in 1s

4 minor issues found.

Annotations

Check notice on line 429 in cpp/daal/src/algorithms/service_kernel_math.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/src/algorithms/service_kernel_math.h#L429

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 472 in cpp/daal/src/algorithms/service_kernel_math.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/src/algorithms/service_kernel_math.h#L472

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 571 in cpp/daal/src/algorithms/service_kernel_math.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/src/algorithms/service_kernel_math.h#L571

"virtual" is redundant since function is already declared as "override". (readability/inheritance)

Check notice on line 228 in cpp/daal/src/algorithms/service_kernel_math.h

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

cpp/daal/src/algorithms/service_kernel_math.h#L228

"virtual" is redundant since function is already declared as "override". (readability/inheritance)