Skip to content

Commit 0a7b9f8

Browse files
vtavanaCopilot
andauthored
Update examples/example.py
Co-authored-by: Copilot <[email protected]>
1 parent 0a03795 commit 0a7b9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def is_max_supported_instructions_set(instructions_set):
5858
print(mkl.get_version_string())
5959

6060
instructions_set = enable_best_instructions_set()
61-
print("Enable snstructions set: " + str(instructions_set))
61+
print("Enable instructions set: " + str(instructions_set))
6262

6363
is_max = is_max_supported_instructions_set(instructions_set)
6464
print("Is the best supported instructions set: " + str(is_max))

0 commit comments

Comments
 (0)