Commit 0a6c6c2
committed
fix: correct namespace for CpuFeature::amx_bf16 in env_detect_precision.cpp
sed substitution previously broke daal::CpuFeature::amx_bf16 → daal::amx_bf16.
amx_bf16 is a member of enum daal::CpuFeature, not daal namespace directly.
Signed-off-by: Nikolay Petrov <nikolay.a.petrov@intel.com>1 parent 76d5359 commit 0a6c6c2
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments