[CPU] fix: correct the isa selection by env MAX_CPU_ISA#35536
[CPU] fix: correct the isa selection by env MAX_CPU_ISA#35536azhai219 wants to merge 1 commit intoopenvinotoolkit:masterfrom
Conversation
|
@azhai219 Please follow repositories commit subject naming / tagging convention |
We already have dedicated tests: The problem with this specific issues is that the Binary Convolution implementation doesn't support (and has never supported) ISA enforce through the runtime info (this technique is used for some other primitves to test all the available implementations using a single HW set). Therefore, to trigger the issue, the test must be run on a CPU with sse42 max ISA, which is a rare case. |
Details:
Tickets:
jit_uni_reorder.cppfor SSE4.1 path #35445AI Assistance: