Skip to content

Commit 2b1dd03

Browse files
harp-intelCopilot
andauthored
fix comment
Co-authored-by: Copilot <[email protected]>
1 parent 8d5673e commit 2b1dd03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/script/script_defs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ do
655655
# 5 isa frequencies per bucket (AVX, AVX2, AVX-512, AVX-512 heavy, AMX)
656656
for((j=0; j<5; j++))
657657
do
658-
offset=$((j*8 + 264)) // 264 is 0x108 (SST_TF_INFO_2) AVX
658+
offset=$((j*8 + 264)) # 264 is 0x108 (SST_TF_INFO_2) AVX
659659
if ! freq=$(pcm-tpmi 5 $offset -d -b $bithigh:$bitlow -i 0 -e 0 | tail -n 2 | head -n 1 | awk '{print $5}'); then
660660
echo "Error: Failed to get frequency for instruction set $j in bucket $i" >&2
661661
exit 1

0 commit comments

Comments
 (0)