We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a03795 commit 0a7b9f8Copy full SHA for 0a7b9f8
examples/example.py
@@ -58,7 +58,7 @@ def is_max_supported_instructions_set(instructions_set):
58
print(mkl.get_version_string())
59
60
instructions_set = enable_best_instructions_set()
61
- print("Enable snstructions set: " + str(instructions_set))
+ print("Enable instructions set: " + str(instructions_set))
62
63
is_max = is_max_supported_instructions_set(instructions_set)
64
print("Is the best supported instructions set: " + str(is_max))
0 commit comments